You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
markdownDescription: nls.localize('editor.experimental.treeSitterTelemetry',"Controls whether tree sitter parsing should be turned on and telemetry collected. Setting `editor.experimental.preferTreeSitter` for specific languages will take precedence."),
117
+
markdownDescription: nls.localize('editor.experimental.treeSitterTelemetry',"Controls whether tree sitter parsing should be turned on and telemetry collected. Setting `#editor.experimental.preferTreeSitter#` for specific languages will take precedence."),
markdownDescription: nls.localize('editor.experimental.preferTreeSitter.css',"Controls whether tree sitter parsing should be turned on for css. This will take precedence over `editor.experimental.treeSitterTelemetry` for css."),
126
+
markdownDescription: nls.localize('editor.experimental.preferTreeSitter.css',"Controls whether tree sitter parsing should be turned on for css. This will take precedence over `#editor.experimental.treeSitterTelemetry#` for css."),
markdownDescription: nls.localize('editor.experimental.preferTreeSitter.typescript',"Controls whether tree sitter parsing should be turned on for typescript. This will take precedence over `editor.experimental.treeSitterTelemetry` for typescript."),
135
+
markdownDescription: nls.localize('editor.experimental.preferTreeSitter.typescript',"Controls whether tree sitter parsing should be turned on for typescript. This will take precedence over `#editor.experimental.treeSitterTelemetry#` for typescript."),
markdownDescription: nls.localize('editor.experimental.preferTreeSitter.ini',"Controls whether tree sitter parsing should be turned on for ini. This will take precedence over `editor.experimental.treeSitterTelemetry` for ini."),
144
+
markdownDescription: nls.localize('editor.experimental.preferTreeSitter.ini',"Controls whether tree sitter parsing should be turned on for ini. This will take precedence over `#editor.experimental.treeSitterTelemetry#` for ini."),
markdownDescription: nls.localize('editor.experimental.preferTreeSitter.regex',"Controls whether tree sitter parsing should be turned on for regex. This will take precedence over `editor.experimental.treeSitterTelemetry` for regex."),
153
+
markdownDescription: nls.localize('editor.experimental.preferTreeSitter.regex',"Controls whether tree sitter parsing should be turned on for regex. This will take precedence over `#editor.experimental.treeSitterTelemetry#` for regex."),
{description: nls.localize('renameOnType',"Controls whether the editor auto renames on type."),markdownDeprecationMessage: nls.localize('renameOnTypeDeprecate',"Deprecated, use `editor.linkedEditing` instead.")}
6364
+
{description: nls.localize('renameOnType',"Controls whether the editor auto renames on type."),markdownDeprecationMessage: nls.localize('renameOnTypeDeprecate',"Deprecated, use `#editor.linkedEditing#` instead.")}
0 commit comments