Improve VS Code integration
This commit is contained in:
parent
84e2a52640
commit
593e75a5d3
2 changed files with 22 additions and 1 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
|
@ -4,6 +4,7 @@
|
|||
"astra",
|
||||
"colour",
|
||||
"colours",
|
||||
"datetime",
|
||||
"decla",
|
||||
"EEPROM",
|
||||
"favicons",
|
||||
|
|
@ -14,9 +15,11 @@
|
|||
"linkedin",
|
||||
"mesmerising",
|
||||
"mixins",
|
||||
"noopener",
|
||||
"optimisations",
|
||||
"optimised",
|
||||
"organiser",
|
||||
"playsinline",
|
||||
"realised",
|
||||
"schmelczer",
|
||||
"serialisation",
|
||||
|
|
@ -30,5 +33,7 @@
|
|||
],
|
||||
"files.exclude": {
|
||||
"node_modules": true
|
||||
}
|
||||
},
|
||||
"editor.rulers": [120],
|
||||
"editor.wordWrap": "on"
|
||||
}
|
||||
|
|
|
|||
16
.vscode/tasks.json
vendored
Normal file
16
.vscode/tasks.json
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Format and lint",
|
||||
"type": "shell",
|
||||
"command": "npm run lint",
|
||||
"group": "test",
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
"showReuseMessage": false,
|
||||
"panel": "shared"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue