chore: Update symlinks in update.sh and functions.sh

feat: symlinks in config.yaml
fix: vscode tracking bullshit
This commit is contained in:
2024-08-27 15:27:32 +02:00
parent 7fa255179e
commit f532a924fb
6 changed files with 94 additions and 19 deletions

3
vscode/argv.json Normal file
View File

@ -0,0 +1,3 @@
{
"enable-crash-reporter": false,
}

View File

@ -17,5 +17,5 @@
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.openRepositoryInParentFolders": "never",
"git.openRepositoryInParentFolders": "always",
}