Add settings URL in docs
This commit is contained in:
Родитель
b0de17cbe5
Коммит
9dac639acc
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c1a6d19f237f7e6bf9807efcc6d2cfd271d1b372a586d0785be03b518680d74
|
||||
size 49092
|
||||
oid sha256:20f3688a8b0dcfeb26b3ed78239699f9b3f6cceef1d16fe0d5565e0c48061b59
|
||||
size 85868
|
||||
|
|
|
@ -32,10 +32,12 @@ In the example below, the Side Bar location and File Icon Theme were changed.
|
|||
|
||||
![Modified settings in the Settings editor showing blue vertical bars to the left of them](images/settings/settings-modified.png)
|
||||
|
||||
The gear icon (**More Actions...** `kb(settings.action.showContextMenu)`) opens a context menu with options to reset a setting to its default value, and to copy the setting ID or copy a JSON name-value pair.
|
||||
The gear icon (**More Actions...** `kb(settings.action.showContextMenu)`) opens a context menu with options to reset a setting to its default value, and to copy the setting ID, copy a JSON name-value pair, or copy the settings URL.
|
||||
|
||||
![Settings edit gear context menu](images/settings/more-actions-context-menu.png)
|
||||
|
||||
> **Tip**: A settings URL enables you to navigate directly to a specific setting in the Settings editor from the browser. The URL is in the format `vscode://settings/<settingName>`, where `<settingName>` is the ID of the setting you want to navigate to. For example, to navigate to the `workbench.colorTheme` setting, use the URL `vscode://settings/workbench.colorTheme`.
|
||||
|
||||
### Edit settings
|
||||
|
||||
Each setting can be edited by either a checkbox, an text input field, or a dropdown. Edit the text or select the option you want to change to the desired settings.
|
||||
|
|
Загрузка…
Ссылка в новой задаче