Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "version": "0.2.0",
- "configurations": [
- {
- "name": "Compile test.pwn",
- "type": "extensionHost",
- "request": "launch",
- "runtimeExecutable": "cmd.exe",
- "args": ["echo Compiling test.pwn..."],
- "preLaunchTask": "Compile test.pwn"
- },
- {
- "name": "Compile and Run Server",
- "type": "extensionHost",
- "request": "launch",
- "runtimeExecutable": "${workspaceFolder}\\omp-server.exe",
- "args": [""],
- "preLaunchTask": "Compile and Start Server"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement