Skip to content

Commit

Permalink
feat(schema): more workspace.ignoredFolders (#5084)
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward authored Jul 12, 2024
1 parent cbf525d commit 33d0a52
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,13 @@
},
"workspace.ignoredFolders": {
"type": "array",
"default": ["$HOME"],
"default": [
"$HOME",
"$HOME/.cargo/**",
"$HOME/.rustup/**",
"$HOME/pkg/mod/**",
"$HOMEBREW_PREFIX/**"
],
"scope": "application",
"description": "List of folders that should not be resolved as workspace folder, environment variables and minimatch patterns can be used.",
"items": {
Expand Down

0 comments on commit 33d0a52

Please sign in to comment.