mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
add option editor.suggest.snippetsPreventQuickSuggestions #50776
This commit is contained in:
4
src/vs/monaco.d.ts
vendored
4
src/vs/monaco.d.ts
vendored
@@ -2513,6 +2513,10 @@ declare namespace monaco.editor {
|
||||
* Enable graceful matching. Defaults to true.
|
||||
*/
|
||||
filterGraceful?: boolean;
|
||||
/**
|
||||
* Prevent quick suggestions when a snippet is active. Defaults to true.
|
||||
*/
|
||||
snippetsPreventQuickSuggestions?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user