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 +}