Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "version": "0.2.1",
- "tasks": [
- {
- "taskLabel": "task-main",
- "appliesTo": "main.cpp",
- "type": "launch",
- "customLaunchCommand": "\"C:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Auxiliary\\Build\\vcvarsall.bat\"",
- "customLaunchCommandArgs": "amd64",
- "command": "cl",
- "args": [],
- "envVars": {
- "VSCMD_DEBUG": "20"
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement