mirror of
https://github.com/LewdLeah/Auto-Cards.git
synced 2025-07-06 13:40:26 -04:00
44 lines
No EOL
946 B
Text
44 lines
No EOL
946 B
Text
{
|
|
"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"
|
|
}
|
|
} |