File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
"vscode" : {
18
18
"extensions" : [
19
19
" ms-vscode.cpptools" ,
20
- " ms-dotnettools.csharp " ,
20
+ " ms-dotnettools.csdevkit " ,
21
21
" EditorConfig.EditorConfig" ,
22
22
" ms-vscode.powershell" ,
23
23
" tintoy.msbuild-project-tools" ,
Original file line number Diff line number Diff line change 17
17
"vscode" : {
18
18
"extensions" : [
19
19
" ms-vscode.cpptools" ,
20
- " ms-dotnettools.csharp " ,
20
+ " ms-dotnettools.csdevkit " ,
21
21
" EditorConfig.EditorConfig" ,
22
22
" tintoy.msbuild-project-tools" ,
23
23
" streetsidesoftware.code-spell-checker" ,
Original file line number Diff line number Diff line change 19
19
// ms-dotnettools.csharp settings
20
20
"csharp.format.enable" : true ,
21
21
"csharp.semanticHighlighting.enabled" : true ,
22
+ "dotnet.defaultSolution" : " dotnet-monitor.sln" ,
23
+ "dotnet.completion.showCompletionItemsFromUnimportedNamespaces" : true ,
22
24
23
25
// ms-dotnettools.csharp settings
24
26
"omnisharp.path" : " latest" ,
25
- "omnisharp.defaultLaunchSolution" : " dotnet-monitor.sln" ,
26
27
"omnisharp.disableMSBuildDiagnosticWarning" : true ,
27
28
"omnisharp.useModernNet" : true ,
28
29
"omnisharp.enableAsyncCompletion" : true ,
29
30
"omnisharp.enableEditorConfigSupport" : true ,
30
- "omnisharp.enableImportCompletion" : true ,
31
31
"omnisharp.enableRoslynAnalyzers" : true ,
32
32
"omnisharp.organizeImportsOnFormat" : true ,
33
33
"omnisharp.autoStart" : true ,
You can’t perform that action at this time.
0 commit comments