Advertisement
Yaaruu

SAMP Launch.json

Jul 8th, 2025
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.63 KB | None | 0 0
  1. {
  2.     "version": "0.2.0",
  3.     "configurations": [
  4.         {
  5.             "name": "Compile test.pwn",
  6.             "type": "extensionHost",
  7.             "request": "launch",
  8.             "runtimeExecutable": "cmd.exe",
  9.             "args": ["echo Compiling test.pwn..."],
  10.             "preLaunchTask": "Compile test.pwn"
  11.         },
  12.         {
  13.             "name": "Compile and Run Server",
  14.             "type": "extensionHost",
  15.             "request": "launch",
  16.             "runtimeExecutable": "${workspaceFolder}\\omp-server.exe",
  17.             "args": [""],
  18.             "preLaunchTask": "Compile and Start Server"
  19.         }
  20.     ]
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement