From 92f44d9c7b20a6186d93251d305105a5325e0589 Mon Sep 17 00:00:00 2001 From: Asher Date: Mon, 24 Aug 2026 13:44:38 -0800 Subject: [PATCH] Fix changelog typo --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2afe08f..424d08b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,8 +32,8 @@ Code v1.134.0 to VS Code. It requires `flag=value` or simply `flag` for booleans. For example: `--vscode-option enable-sandbox --vscode-option agents=true`. The `VSCODE_OPTIONS` environment variable may also be used. For example: - `VSCODE_OPTIONS="enable-sandbox agents=true"`. Note that this code-server - simply splits this variable on spaces and is not aware of quoting. + `VSCODE_OPTIONS="enable-sandbox agents=true"`. Note that code-server simply + splits this variable on spaces and is not aware of quoting. ### Changed