mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2025-10-31 21:50:44 +07:00
spelling
This commit is contained in:
parent
6b45dac418
commit
744b9154fd
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -24,7 +24,7 @@
|
||||
"project_name/*.csproj*": true,
|
||||
"*.sln": true,
|
||||
"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/{[^DN]*}": true, // hide everything except what begins with D or N
|
||||
"Nez.FNA/Nez/Nez.VisualStudio*": true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user