mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Add setting to control markdown LS log level (#176472)
This commit is contained in:
@@ -10,6 +10,10 @@ export type ValidateEnabled = 'ignore' | 'warning' | 'error' | 'hint';
|
||||
|
||||
export interface Settings {
|
||||
readonly markdown: {
|
||||
readonly server: {
|
||||
readonly log: 'off' | 'debug' | 'trace';
|
||||
};
|
||||
|
||||
readonly preferredMdPathExtensionStyle: 'auto' | 'includeExtension' | 'removeExtension';
|
||||
|
||||
readonly occurrencesHighlight: {
|
||||
|
||||
Reference in New Issue
Block a user