chore: Update .gitignore and .vscode settings

This commit is contained in:
Jonas Pfalzgraf 2024-08-30 15:02:53 +02:00
parent 50eefd87bd
commit 4d38c12185
3 changed files with 19 additions and 4 deletions

2
.gitignore vendored
View file

@ -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

View file

@ -1,3 +0,0 @@
{
"sarif-viewer.connectToGithubCodeScanning": "off"
}

View 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"
}
}
}