Comment vscode settings and tasks

This commit is contained in:
Matthew Strasiotto
2022-04-23 19:57:31 +10:00
parent 7735d7e402
commit 10e53111ea
3 changed files with 22 additions and 9 deletions
+3 -5
View File
@@ -1,9 +1,7 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
// Paths and plugin names are configured in settings.json
"version": "0.2.0",
"configurations": [
"configurations": [
{
"type": "coreclr",
"name": "Launch",
@@ -18,4 +16,4 @@
"cwd": "${config:jellyfinDir}",
}
]
}
}