We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03eadf2 commit 79283deCopy full SHA for 79283de
.vscode/settings.json
@@ -14,8 +14,7 @@
14
"**/bin": true,
15
"**/obj": true
16
},
17
-
18
- "omnisharp.defaultLaunchSolution": "CSharpFunctionalExtensions.FluentAssertions.sln",
19
"omnisharp.useEditorFormattingSettings": true,
20
- "omnisharp.enableImportCompletion": true
+ "dotnet.defaultSolution": "CSharpFunctionalExtensions.FluentAssertions.sln",
+ "dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true
21
}
0 commit comments