{
"version": "2.0.0",
"tasks": [
{
"label": "build-normal",
"type": "shell",
"command": "${workspaceRoot}\\pawno\\pawncc.exe",
"args": [
"\\\"${relativeFile}\\\"",
"\\\"-;+\\\"",
"\\\"-(+\\\""
],
"group": {
"kind": "build",
"isDefault": true
},
"isBackground": false,
"presentation": {
"reveal": "silent",
"panel": "dedicated"
},
"problemMatcher": "$pawncc"
}
]
}
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase "gamemodes/bradoks.pwn"(0) : fatal error 100: cannot read from file: ""gamemodes/bradoks.pwn"" Compilation aborted. 1 Error. O processo terminal encerrado com cуdigo de saнda: 1 Terminal serб reutilizado pelas tarefas, pressione qualquer tecla para fechar.
{
"version": "2.0.0",
"tasks": [
{
"label": "build-normal",
"type": "shell",
"command": "${workspaceRoot}/pawno/pawncc.exe",
"args": ["${file}", "-Dgamemodes", "-;+", "-(+", "-d3"],
"group": {
"kind": "build",
"isDefault": true
},
"isBackground": false,
"presentation": {
"reveal": "silent",
"panel": "dedicated"
},
"problemMatcher": "$pawncc"
}
]
}
{
"version": "2.0.0",
"tasks": [
{
"label": "build-normal",
"type": "shell",
"command": "${workspaceRoot}\\pawno\\pawncc.exe",
"args": [
"${workspaceRoot}\\${relativeFile}",
"-;+",
"-(+"
],
"group": {
"kind": "build",
"isDefault": true
},
"isBackground": false,
"presentation": {
"reveal": "silent",
"panel": "dedicated"
},
"problemMatcher": "$pawncc"
}
]
}
Alguйm que compile com VSCODE sabe me dizer como faзo para que sempre que eu abrir um arquivo .pwn ele abrir em codificaзгo Windows 1252
|
"y_command": { "prefix": "YCMD", "body": "YCMD:${1:command_name}(playerid, params[], help) \n{\n\t${4}\n\treturn 1;\n}$0" }, "git.ignoreMissingGitWarning": true }
"y_command": { "prefix": "YCMD", "body": "YCMD:${1:command_name}(playerid, params[], help) \n{\n\t${4}\n\treturn 1;\n}$0" }, "git.ignoreMissingGitWarning": true, "files.encoding": "windows1252" }