Add .vscode tasks + launch configs

This commit is contained in:
Matthew Strasiotto
2022-04-23 19:44:24 +10:00
parent 08963d4c70
commit 7735d7e402
3 changed files with 76 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"jellyfinDir" : "${workspaceFolder}/../jellyfin/Jellyfin.Server",
"jellyfinWebDir" : "${workspaceFolder}/../jellyfin-web",
"jellyfinDataDir" : "${env:LOCALAPPDATA}/jellyfin",
"pluginName" : "Jellyfin.Plugin.Template",
}