|
1 | 1 | {
|
2 |
| - "configuration.dotnet.defaultSolution.description": "The path of the default solution to be opened in the workspace, or set to 'disable' to skip it.", |
| 2 | + "configuration.dotnet.defaultSolution.description": "The path of the default solution to be opened in the workspace, or set to 'disable' to skip it. (Previously `omnisharp.defaultLaunchSolution`)", |
3 | 3 | "configuration.dotnet.dotnetPath": "Specifies the path to a dotnet installation directory to use instead of the default system one. This only influences the dotnet installation to use for hosting the language server itself. Example: \"/home/username/mycustomdotnetdirectory\".",
|
4 |
| - "configuration.dotnet.server.path": "Specifies the absolute path to the server (LSP or O#) executable. When left empty the version pinned to the C# Extension is used.", |
5 |
| - "configuration.dotnet.server.waitForDebugger": "Passes the --debug flag when launching the server to allow a debugger to be attached.", |
| 4 | + "configuration.dotnet.server.path": "Specifies the absolute path to the server (LSP or O#) executable. When left empty the version pinned to the C# Extension is used. (Previously `omnisharp.path`)", |
| 5 | + "configuration.dotnet.server.waitForDebugger": "Passes the --debug flag when launching the server to allow a debugger to be attached. (Previously `omnisharp.waitForDebugger`)", |
6 | 6 | "configuration.dotnet.server.trace": "Sets the logging level for the language server",
|
7 | 7 | "configuration.dotnet.server.extensionPaths": "Override for path to language server --extension arguments",
|
8 | 8 | "configuration.dotnet.implementType.insertionBehavior": "The insertion location of properties, events, and methods When implement interface or abstract class.",
|
|
11 | 11 | "configuration.dotnet.implementType.propertyGenerationBehavior": "Generation behavior of properties when implement interface or abstract class.",
|
12 | 12 | "configuration.dotnet.implementType.propertyGenerationBehavior.preferThrowingProperties": "Prefer throwing properties.",
|
13 | 13 | "configuration.dotnet.implementType.propertyGenerationBehavior.preferAutoProperties": "Prefer auto properties.",
|
14 |
| - "configuration.dotnet.codeLens.enableReferencesCodeLens": "Specifies whether the references CodeLens should be shown.", |
15 |
| - "configuration.dotnet.codeLens.enableTestsCodeLens": "Specifies whether the run and debug test CodeLens should be shown.", |
16 |
| - "configuration.dotnet.completion.showCompletionItemsFromUnimportedNamespaces": "Enables support for showing unimported types and unimported extension methods in completion lists. When committed, the appropriate using directive will be added at the top of the current file.", |
| 14 | + "configuration.dotnet.codeLens.enableReferencesCodeLens": "Specifies whether the references CodeLens should be shown. (Previously `csharp.referencesCodeLens.enabled`)", |
| 15 | + "configuration.dotnet.codeLens.enableTestsCodeLens": "Specifies whether the run and debug test CodeLens should be shown. (Previously `csharp.testsCodeLens.enabled`)", |
| 16 | + "configuration.dotnet.completion.showCompletionItemsFromUnimportedNamespaces": "Enables support for showing unimported types and unimported extension methods in completion lists. When committed, the appropriate using directive will be added at the top of the current file. (Previously `omnisharp.enableImportCompletion`)", |
17 | 17 | "configuration.dotnet.completion.showNameCompletionSuggestions": "Perform automatic object name completion for the members that you have recently selected.",
|
18 | 18 | "configuration.dotnet.completion.provideRegexCompletions": "Show regular expressions in completion list.",
|
19 |
| - "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope": "Run background code analysis for:", |
| 19 | + "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope": "Run background code analysis for: (Previously `omnisharp.enableRoslynAnalyzers`)", |
20 | 20 | "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope.openFiles": "Open documents",
|
21 | 21 | "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope.fullSolution": "Entire solution",
|
22 | 22 | "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope.none": "None",
|
|
41 | 41 | "configuration.dotnet.navigation.navigateToDecompiledSources": "Enable navigation to decomplied sources.",
|
42 | 42 | "configuration.dotnet.quickInfo.showRemarksInQuickInfo": "Show remarks information when display symbol.",
|
43 | 43 | "configuration.dotnet.symbolSearch.searchReferenceAssemblies": "Search symbols in reference assemblies. It affects features requires symbol searching, such as add imports.",
|
44 |
| - "configuration.dotnet.unitTestDebuggingOptions": "Options to use with the debugger when launching for unit test debugging.", |
| 44 | + "configuration.dotnet.unitTestDebuggingOptions": "Options to use with the debugger when launching for unit test debugging. (Previously `csharp.unitTestDebuggingOptions`)", |
45 | 45 | "configuration.razor.languageServer.directory": "Overrides the path to the Razor Language Server directory.",
|
46 | 46 | "configuration.razor.languageServer.debug": "Specifies whether to wait for debug attach when launching the language server.",
|
47 | 47 | "configuration.razor.trace": "Specifies whether to output all messages [Verbose], some messages [Messages] or not at all [Off].",
|
|
0 commit comments