d9e0f98d3f
Update Major Minor Tags / Make sure major and minor tags are up to date on a patch release (push) Has been cancelled
Fixes: #513
17 lines
499 B
JSON
17 lines
499 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.action.useSortedAttributes.biome": "explicit",
|
|
"source.action.useSortedKeys.biome": "explicit",
|
|
"source.fixAll.biome": "explicit"
|
|
},
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"editor.formatOnSave": true,
|
|
"explorer.excludeGitIgnore": false,
|
|
"search.defaultViewMode": "list",
|
|
"search.exclude": {
|
|
"**/node_modules": true
|
|
},
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|