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:
Matt Bierner
2023-02-10 00:09:00 -08:00
committed by GitHub
parent a3a23328f9
commit 34c620efbe
5 changed files with 35 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ export interface Settings {
readonly suggest: {
readonly paths: {
readonly enabled: boolean;
readonly includeWorkspaceHeaderCompletions: 'never' | 'onSingleOrDoubleHash' | 'onDoubleHash';
};
};