Skip to content

Commit

Permalink
add zig-cache directory to explorer.autoRevealExclude
Browse files Browse the repository at this point in the history
Without this setting, opening a file in the zig-cache would also reveal them in the editor's file explorer.
  • Loading branch information
Techatrix committed Dec 19, 2024
1 parent 2b39ede commit 2479db4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"editor.defaultFormatter": "ziglang.vscode-zig",
"editor.stickyScroll.defaultModel": "foldingProviderModel",
"files.eol": "\n"
},
"explorer.autoRevealExclude": {
"**/.zig-cache": true,
"**/zig-cache": true
}
},
"languages": [
Expand Down

0 comments on commit 2479db4

Please sign in to comment.