mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2026-02-01 11:00:16 +07:00
spelling
This commit is contained in:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -24,7 +24,7 @@
|
|||||||
"project_name/*.csproj*": true,
|
"project_name/*.csproj*": true,
|
||||||
"*.sln": true,
|
"*.sln": true,
|
||||||
"FNA/[^src]*": true, // hide everything but the src folder
|
"FNA/[^src]*": true, // hide everything but the src folder
|
||||||
"Nez.FNA/[^Nez]*": true, // hide everything bug the Nez folder
|
"Nez.FNA/[^Nez]*": true, // hide everything but the Nez folder
|
||||||
"Nez.FNA/Nez.FNA*": true, // we miss the Nez.FNA* stuff with the above line so hide that too
|
"Nez.FNA/Nez.FNA*": true, // we miss the Nez.FNA* stuff with the above line so hide that too
|
||||||
"Nez.FNA/Nez/{[^DN]*}": true, // hide everything except what begins with D or N
|
"Nez.FNA/Nez/{[^DN]*}": true, // hide everything except what begins with D or N
|
||||||
"Nez.FNA/Nez/Nez.VisualStudio*": true,
|
"Nez.FNA/Nez/Nez.VisualStudio*": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user