Skip to content

Commit 79283de

Browse files
committed
Update settings.json
1 parent 03eadf2 commit 79283de

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"**/bin": true,
1515
"**/obj": true
1616
},
17-
18-
"omnisharp.defaultLaunchSolution": "CSharpFunctionalExtensions.FluentAssertions.sln",
1917
"omnisharp.useEditorFormattingSettings": true,
20-
"omnisharp.enableImportCompletion": true
18+
"dotnet.defaultSolution": "CSharpFunctionalExtensions.FluentAssertions.sln",
19+
"dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true
2120
}

0 commit comments

Comments
 (0)