From be88c946828d2f0a50358af913ba7df9a0900ff9 Mon Sep 17 00:00:00 2001 From: Nick Trogh <1908215+ntrogh@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:27:14 +0200 Subject: [PATCH] Minor edits --- release-notes/v1_93.md | 10 ++++------ remote-release-notes/v1_93.md | 6 ------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/release-notes/v1_93.md b/release-notes/v1_93.md index ae55d7624..5dc96dc9a 100644 --- a/release-notes/v1_93.md +++ b/release-notes/v1_93.md @@ -73,7 +73,8 @@ You can copy a direct URL to a specific setting from the Settings editor. When y ![Copy setting URL](images/1_93/copy-setting-url.gif) ### Ability to reverse explorer sort -An additional sort option, `explorer.sortOrderReverse`, has been added which allows you to reverse any of the various explorer sort configurations providing further sorting flexibilty. + +We added an additional sort option, `explorer.sortOrderReverse`, which enables you to reverse any of the various Explorer sort configurations, providing further sorting flexibility. ## Editor @@ -184,9 +185,6 @@ You can now open the Find control in the Debug Console (`kb(repl.action.find)`) You can also access the control via the action `Debug Console: Focus Find` that appears on the Debug Console's toolbar to the right of the Filter control. -## Testing - - ## Installer The Debian package now prompts you to confirm whether you want to add the [packages.microsoft.com](https://packages.microsoft.com) repository. This enables you to update the package afterwards by using apt. @@ -266,7 +264,7 @@ Did you get a response from Copilot Chat that wasn't what you expected? Help us #### Code generation instructions -The setting `github.copilot.chat.experimental.codeGeneration.instructions` lets you define a set of instructions that will be added to every request that generates code. It can teach Copilot what libraries are preferred or what code style to use. +The setting `github.copilot.chat.experimental.codeGeneration.instructions` lets you define a set of instructions that are added to every request that generates code. These instructions can teach Copilot what libraries you prefer or what coding style to use. The instructions can be defined in the user or workspace settings but can be imported from files: @@ -284,7 +282,7 @@ The instructions can be defined in the user or workspace settings but can be imp ], ``` -**myProject/code-style.md** +Content of `myProject/code-style.md`: ``` Always use React functional components. diff --git a/remote-release-notes/v1_93.md b/remote-release-notes/v1_93.md index 5ed43e8ba..611302185 100644 --- a/remote-release-notes/v1_93.md +++ b/remote-release-notes/v1_93.md @@ -1,7 +1,5 @@ # August 2024 (version 1.93) -## Core - ## Dev Containers ### Optional paths for Templates @@ -14,8 +12,6 @@ The Dev Containers extension prompts users to select which files or directories ![Optional path prompt from Dev Containers extension](images/1_93/optionalPaths.png) -## Tunnels - ## SSH ### **Feedback Wanted**: Expanded compatibility for remote OSs @@ -27,5 +23,3 @@ Changes include removing the hard requirement for `bash` and supporting the Busy This effort is experimental and subject to change. We encourage users to try connecting to previously unsupported servers and [share their experience](https://github.com/microsoft/vscode-remote-release/issues/new). > **Note**: The `remote.SSH.useExecServer` setting must be enabled and [VS Code Server dependencies like `libstdc`](https://code.visualstudio.com/docs/remote/linux#_remote-host-container-wsl-linux-prerequisites) are still required on the remote machine. - -## WSL