mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 13:19:42 +00:00
Turn on showLongDistanceHint by default
This commit is contained in:
committed by
Henning Dieterichs
parent
15197c6336
commit
00441f7aec
@@ -4502,7 +4502,7 @@ class InlineEditorSuggest extends BaseEditorOption<EditorOption.inlineSuggest, I
|
||||
showCollapsed: false,
|
||||
renderSideBySide: 'auto',
|
||||
allowCodeShifting: 'always',
|
||||
showLongDistanceHint: false,
|
||||
showLongDistanceHint: true,
|
||||
},
|
||||
triggerCommandOnProviderChange: false,
|
||||
experimental: {
|
||||
|
||||
Reference in New Issue
Block a user