Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: wdi5^2 treats #535

Merged
merged 16 commits into from
Sep 7, 2023
Prev Previous commit
Next Next commit
chore(devx,vscode): don't search in git-ignored files
  • Loading branch information
Volker Buzek committed Sep 7, 2023
commit 3b1ec105b1c27b384a24a7b7e04f8343d54007fa
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.preferences.importModuleSpecifierEnding": "js",
"typescript.preferences.importModuleSpecifierEnding": "js"
"typescript.preferences.importModuleSpecifierEnding": "js",
"search.useIgnoreFiles": true
}