chore: Update .gitignore and .vscode settings
This commit is contained in:
parent
50eefd87bd
commit
4d38c12185
3 changed files with 19 additions and 4 deletions
18
ADHD-Home-Quest.code-workspace
Normal file
18
ADHD-Home-Quest.code-workspace
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"sarif-viewer.connectToGithubCodeScanning": "on",
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll": "always"
|
||||
},
|
||||
"files.associations": {
|
||||
"*.embeddedhtml": "html"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue