mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Hook up new markdown workspace header suggestion setting (#174004)
Fixes #172977 Also fixes the settingsTree matching settings ids too eagerly
This commit is contained in:
@@ -17,6 +17,7 @@ export interface Settings {
|
||||
readonly suggest: {
|
||||
readonly paths: {
|
||||
readonly enabled: boolean;
|
||||
readonly includeWorkspaceHeaderCompletions: 'never' | 'onSingleOrDoubleHash' | 'onDoubleHash';
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user