Update launch.json

This commit is contained in:
0x4261756D 2024-03-19 20:26:38 +01:00
parent e89625c2e9
commit 5de6233436
1 changed files with 2 additions and 2 deletions

4
.vscode/launch.json vendored
View File

@ -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"
}
]
}
}