23.02.2019, 00:46
why i get this error,plz help me
this is my tasks.json
{
"version": "2.0.0",
"type": "shell",
"args": ["${relativeFile}"],
"windows":
{
"command": "${workspaceRoot}\\pawno\\pawncc.exe"
}
}
this is my tasks.json
{
"version": "2.0.0",
"type": "shell",
"args": ["${relativeFile}"],
"windows":
{
"command": "${workspaceRoot}\\pawno\\pawncc.exe"
}
}