From 5de62334367de81fc39dae96fd262c5a9d50abf1 Mon Sep 17 00:00:00 2001 From: 0x4261756D <38735823+0x4261756D@users.noreply.github.com> Date: Tue, 19 Mar 2024 20:26:38 +0100 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e7a791f..18b8586 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}/bin/Debug/net8.0/luaaaaah.dll", - "args": ["test/simpleString.lua"], + "args": ["run", "test/stringDataNotSet.lua"], "cwd": "${workspaceFolder}", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console "console": "internalConsole", @@ -23,4 +23,4 @@ "request": "attach" } ] -} \ No newline at end of file +}