Skip to content

Commit 93c6447

Browse files
committed
chore(vscode): rename import linter cache setting
Update the VS Code file nesting exclusions to match the current `.import_linter_cache` directory name. This keeps generated cache files hidden in the editor.
1 parent f819f5b commit 93c6447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"**/.coverage.*": true,
88
"**/.grimp_cache/": true,
99
"**/.hypothesis/": true,
10-
"**/.import_lint_cache/": true,
10+
"**/.import_linter_cache/": true,
1111
"**/.nox/": true,
1212
"**/.pixi/": true,
1313
"**/.pytest_cache/": true,

0 commit comments

Comments
 (0)