Skip to content

Commit 302964e

Browse files
committed
File nesting for resx in VS Code.
1 parent 2226566 commit 302964e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.vscode/settings.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
{
22
"cSpell.words": [
33
"autofac",
4+
"autowired",
5+
"autowiring",
6+
"browsable",
47
"cref",
58
"diagnoser",
9+
"inheritdoc",
10+
"langword",
11+
"netstandard",
12+
"notnull",
13+
"paramref",
14+
"startable",
15+
"typeparam",
616
"xunit"
717
],
818
"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+
},
923
"omnisharp.enableEditorConfigSupport": true,
1024
"omnisharp.enableRoslynAnalyzers": true
1125
}

0 commit comments

Comments
 (0)