|
118 | 118 | "configuration.omnisharp.enableEditorConfigSupport": "Enables support for reading code style, naming convention and analyzer settings from .editorconfig.",
|
119 | 119 | "configuration.omnisharp.enableDecompilationSupport": "Enables support for decompiling external references instead of viewing metadata.",
|
120 | 120 | "configuration.omnisharp.enableLspDriver": "Enables support for the experimental language protocol based engine (requires reload to setup bindings correctly)",
|
121 |
| - "configuration.omnisharp.enableAsyncCompletion": "(EXPERIMENTAL) Enables support for resolving completion edits asynchronously. This can speed up time to show the completion list, particularly override and partial method completion lists, at the cost of slight delays after inserting a completion item. Most completion items will have no noticeable impact with this feature, but typing immediately after inserting an override or partial method completion, before the insert is completed, can have unpredictable results.", |
| 121 | + "configuration.omnisharp.enableAsyncCompletion": "Enables support for resolving completion edits asynchronously. This can speed up time to show the completion list, particularly override and partial method completion lists, at the cost of slight delays after inserting a completion item. Most completion items will have no noticeable impact with this feature, but typing immediately after inserting an override or partial method completion, before the insert is completed, can have unpredictable results.", |
122 | 122 | "configuration.omnisharp.dotNetCliPaths": "Paths to a local download of the .NET CLI to use for running any user code.",
|
123 | 123 | "configuration.omnisharp.razor.plugin.path": "Overrides the path to the Razor plugin dll.",
|
124 | 124 | "configuration.omnisharp.razor.devmode": "Forces the extension to run in a mode that enables local Razor.VSCode development.",
|
|
128 | 128 | "configuration.razor.languageServer.directory": "Overrides the path to the Razor Language Server directory.",
|
129 | 129 | "configuration.razor.languageServer.debug": "Specifies whether to wait for debug attach when launching the language server.",
|
130 | 130 | "configuration.razor.server.trace": "Specifies the logging level to use for the Razor server.",
|
131 |
| - "configuration.razor.languageServer.forceRuntimeCodeGeneration": "(EXPERIMENTAL) Enable combined design time/runtime code generation for Razor files", |
| 131 | + "configuration.razor.languageServer.forceRuntimeCodeGeneration": "Enable combined design time/runtime code generation for Razor files", |
132 | 132 | "configuration.razor.languageServer.suppressLspErrorToasts": "Suppresses error toasts from showing up if the server encounters a recoverable error.",
|
133 | 133 | "configuration.razor.languageServer.useNewFormattingEngine": "Use the new Razor formatting engine.",
|
134 |
| - "configuration.razor.languageServer.cohostingEnabled": "(EXPERIMENTAL) Enable Razor cohosting.", |
| 134 | + "configuration.razor.languageServer.cohostingEnabled": "Enable Razor cohosting.", |
135 | 135 | "debuggers.coreclr.configurationSnippets.label.console-local": ".NET: Launch Executable file (Console)",
|
136 | 136 | "debuggers.coreclr.configurationSnippets.label.web-local": ".NET: Launch Executable file (Web)",
|
137 | 137 | "debuggers.coreclr.configurationSnippets.label.attach-local": ".NET: Attach to a .NET process",
|
|
0 commit comments