Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/vs
diff options
context:
space:
mode:
authoraiday-mar <t-aidaym@microsoft.com>2022-07-27 00:11:25 +0300
committeraiday-mar <t-aidaym@microsoft.com>2022-07-27 00:11:25 +0300
commit69d1f955d1ea0cc56f63a06c3b3bbab037971475 (patch)
treef74e1cb955d8524121061186bbb6cd32ec6b809c /src/vs
parent2cc280494ed8fd2429afff8b5ad2ec18ab1d1dc7 (diff)
Changed the settings text to make the functionality of the sticky scroll clearer.
Diffstat (limited to 'src/vs')
-rw-r--r--src/vs/editor/common/config/editorOptions.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vs/editor/common/config/editorOptions.ts b/src/vs/editor/common/config/editorOptions.ts
index 826aa1a6a72..f6f71c68076 100644
--- a/src/vs/editor/common/config/editorOptions.ts
+++ b/src/vs/editor/common/config/editorOptions.ts
@@ -2537,7 +2537,7 @@ class EditorStickyScroll extends BaseEditorOption<EditorOption.stickyScroll, IEd
'editor.stickyScroll.enabled': {
type: 'boolean',
default: defaults.enabled,
- description: nls.localize('editor.stickyScroll', "Enables the sticky scroll in the editor.")
+ description: nls.localize('editor.stickyScroll', "Shows the nested current scopes during the scroll at the top of the editor.")
},
}
);