chore: Update .gitignore and .vscode settings
This commit is contained in:
parent
50eefd87bd
commit
4d38c12185
3 changed files with 19 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -792,7 +792,7 @@ MigrationBackup/
|
|||
FodyWeavers.xsd
|
||||
|
||||
# VS Code files for those working on multiple tools
|
||||
*.code-workspace
|
||||
# *.code-workspace
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
|
||||
|
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"sarif-viewer.connectToGithubCodeScanning": "off"
|
||||
}
|
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