Minor edits
This commit is contained in:
Родитель
f6206cf9cd
Коммит
be88c94682
|
@ -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, <a href="vscode://settings/explorer.sortOrderReverse" codesetting="true">`explorer.sortOrderReverse`</a>, 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, <a href="vscode://settings/explorer.sortOrderReverse" codesetting="true">`explorer.sortOrderReverse`</a>, 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 <a href="vscode://settings/github.copilot.chat.experimental.codeGeneration.instructions" codesetting="true">`github.copilot.chat.experimental.codeGeneration.instructions`</a> 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 <a href="vscode://settings/github.copilot.chat.experimental.codeGeneration.instructions" codesetting="true">`github.copilot.chat.experimental.codeGeneration.instructions`</a> 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.
|
||||
|
|
|
@ -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 <a href="vscode://settings/remote.SSH.useExecServer" codesetting="true">`remote.SSH.useExecServer`</a> 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
|
||||
|
|
Загрузка…
Ссылка в новой задаче