🔧 Customizes workspace settings to handle common files

This commit is contained in:
2026-03-20 03:01:43 +02:00
parent 58d562919e
commit dab6f2faab
2 changed files with 27 additions and 1 deletions

View File

@@ -11,6 +11,32 @@
"ms-dotnettools.csdevkit",
"ms-vscode-remote.remote-containers",
"seatonjiang.gitmoji-vscode",
"redhat.vscode-xml"
]
},
"settings": {
"files.associations": {
"nuget.config": "xml"
},
"json.schemas": [
{
"fileMatch": [
"xunit.runner.json"
],
"url": "https://xunit.net/schema/current/xunit.runner.schema.json"
},
{
"fileMatch": [
"stylecop.json"
],
"url": "https://raw.githubusercontent.com/bjornhellander/NewStyleCopAnalyzers/refs/heads/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json"
}
],
"editor.wordWrap": "on",
"[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml"
},
"xml.format.maxLineWidth": 0,
"xml.format.splitAttributes": "preserve",
}
}

View File

@@ -1,4 +1,4 @@
<Solution>
<Solution>
<Folder Name="/Assets/">
<File Path="icon.png" />
<File Path="LICENSE.md" />