diff options
| author | Loki Rautio <lokirautio@gmail.com> | 2026-03-15 02:44:59 -0500 |
|---|---|---|
| committer | Loki Rautio <lokirautio@gmail.com> | 2026-03-15 02:44:59 -0500 |
| commit | a80fe2e9001daa32a57042efd4bc68cc07707df8 (patch) | |
| tree | adeb6588c2d936c26c287295825642dba8d5e205 | |
| parent | f483074cd2ff2cc9e9c3ef1df4430d4a65d1fb2a (diff) | |
Remove .vscode settings by default
this makes it impossible to search for stuff in the assets with VS Code
which sucks. if you need this you can just copy the file locally
| -rw-r--r-- | .gitignore | 7 | ||||
| -rw-r--r-- | .vscode/settings.example.json (renamed from .vscode/settings.json) | 0 |
2 files changed, 2 insertions, 5 deletions
@@ -379,11 +379,8 @@ MigrationBackup/ FodyWeavers.xsd # VS Code files for those working on multiple tools -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json +.vscode/ +!.vscode/*.example.json *.code-workspace # Local History for Visual Studio Code diff --git a/.vscode/settings.json b/.vscode/settings.example.json index 3c462f88..3c462f88 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.example.json |
