Участник
Пользователь
- Сообщения
- 124
- Реакции
- 80
- Помог
- 4 раз(а)
Levka4, Можно умудриться и на сервак компилить
Код:
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"taskName": "Compile Plugin",
"type": "process",
"command": "${workspaceRoot}/amxxpc",
"args": [
"${file}",
"-i${workspaceRoot}/scripting/include",
"-o${workspaceRoot}/plugins/${fileBasenameNoExtension}.amxx",
"-d3"
],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}