1
0
This commit is contained in:
stubbfelnewpc
2022-11-01 13:41:22 +00:00
commit 146b6b54d1
10 changed files with 177 additions and 0 deletions

9
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"terminal.integrated.profiles.linux": {
"dev": {
"path": "/usr/bin/devShell",
"icon": "terminal-bash"
}
},
"terminal.integrated.defaultProfile.linux": "dev"
}