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 2226566 commit 302964eCopy full SHA for 302964e
.vscode/settings.json
@@ -1,11 +1,25 @@
1
{
2
"cSpell.words": [
3
"autofac",
4
+ "autowired",
5
+ "autowiring",
6
+ "browsable",
7
"cref",
8
"diagnoser",
9
+ "inheritdoc",
10
+ "langword",
11
+ "netstandard",
12
+ "notnull",
13
+ "paramref",
14
+ "startable",
15
+ "typeparam",
16
"xunit"
17
],
18
"dotnet-test-explorer.testProjectPath": "test/**/*Test.csproj",
19
+ "explorer.fileNesting.enabled": true,
20
+ "explorer.fileNesting.patterns": {
21
+ "*.resx": "$(capture).*.resx, $(capture).designer.cs, $(capture).designer.vb"
22
+ },
23
"omnisharp.enableEditorConfigSupport": true,
24
"omnisharp.enableRoslynAnalyzers": true
25
}
0 commit comments