Add some more IDE automation
This commit is contained in:
parent
517c261d4c
commit
8863290725
1 changed files with 23 additions and 1 deletions
|
@ -14,6 +14,28 @@
|
|||
"importSorter.generalConfiguration.sortOnBeforeSave": true
|
||||
},
|
||||
"extensions": {
|
||||
"recommendations": ["mike-co.import-sorter", "esbenp.prettier-vscode"]
|
||||
"recommendations": [
|
||||
"connor4312.esbuild-problem-matchers",
|
||||
"esbenp.prettier-vscode",
|
||||
"mike-co.import-sorter",
|
||||
"Orta.vscode-jest"
|
||||
]
|
||||
},
|
||||
"tasks": {
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Serve",
|
||||
"command": "npm",
|
||||
"type": "process",
|
||||
"args": ["run", "serve"],
|
||||
"problemMatcher": ["$esbuild-watch"],
|
||||
"presentation": {
|
||||
"clear": true,
|
||||
"panel": "dedicated",
|
||||
"reveal": "always"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue