Delete Auto-Cards.code-workspace

This commit is contained in:
LewdLeah 2025-05-27 17:35:31 -04:00 committed by GitHub
parent 3a94bc3cdb
commit b762f24a66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,44 +0,0 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"search.exclude": {
"**/.vscode/**": true,
"**/build/**": true,
"**/dist/**": true,
"**/node_modules/**": true
},
"explorer.excludeGitIgnore": true,
"eslint.codeActionsOnSave.mode": "problems",
"eslint.run": "onType",
"eslint.validate": [
"javascript",
"typescript"
],
"files.exclude": {
"**/.vscode/**": true,
"**/build/**": true,
"**/dist/**": true,
"**/node_modules/**": true
},
"local-history.daysLimit": 3,
"local-history.maxDisplay": 10,
"local-history.saveDelay": 5,
"local-history.dateLocale": "en-US",
"local-history.exclude": [
"**/.history/**",
"**/.vscode/**",
"**/node_modules/**",
"**/typings/**",
"**/out/**",
"**/Code/User/**",
"**/*.code-workspace",
"**/build/**",
"**/dist/**"
],
"local-history.path": "${workspaceFolder}/.vscode"
}
}