From 07d7e06600d28f373ca09adaa7d9d6812790a7cd Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Tue, 11 Feb 2020 11:22:49 +0100 Subject: [PATCH] - add missing / --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index dce7d1b..d8d7e6c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,7 @@ "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. "program": "${workspaceFolder}/GBase.Server/bin/Debug/netcoreapp3.1/GBase.Server.dll", - "args": ["-pr", "http", "-ip", "127.0.0.1", "-p", "8080", "-e", "GBase", "-et", "GBaseTable", "-ee", "GBaseEntry"], + "args": ["-pr", "http", "-ip", "127.0.0.1", "-p", "8080", "-e", "/GBase", "-et", "/GBaseTable", "-ee", "/GBaseEntry"], "cwd": "${workspaceFolder}/GBase.Server", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console "console": "internalConsole",