diff --git a/.vscode/settings.json b/.vscode/settings.json index 41175eb..ce3c2d5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -27,8 +27,6 @@ "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, - "Nez.FNA/Nez/Nez.Xamarin*": true, - "Nez.FNA/Nez/Nez.Naming*": true, + "Nez.FNA/Nez/Nez.*.*": true, } }