mirror of
https://github.com/bia-technologies/os-confluence.git
synced 2026-06-18 20:02:33 +02:00
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"version": "0.1.0",
|
|
"command": "oscript",
|
|
"isShellCommand": true,
|
|
"showOutput": "silent",
|
|
"args": [
|
|
"-encoding=utf-8"
|
|
],
|
|
"tasks": [
|
|
{
|
|
"taskName": "OneScript: compile",
|
|
"args": [
|
|
"-compile",
|
|
"${file}"
|
|
],
|
|
"echoCommand": true,
|
|
"showOutput": "always",
|
|
"suppressTaskName": true,
|
|
"isBuildCommand": false
|
|
},
|
|
{
|
|
"taskName": "OneScript: make",
|
|
"args": [
|
|
"-make",
|
|
"${file}",
|
|
"${fileBasename}.exe"
|
|
],
|
|
"echoCommand": true,
|
|
"showOutput": "always",
|
|
"suppressTaskName": true,
|
|
"isBuildCommand": false
|
|
},
|
|
{
|
|
"taskName": "OneScript: run",
|
|
"args": [
|
|
"${file}"
|
|
],
|
|
"echoCommand": true,
|
|
"showOutput": "always",
|
|
"suppressTaskName": true,
|
|
"isBuildCommand": true,
|
|
"problemMatcher": {
|
|
"fileLocation": "absolute",
|
|
"pattern": {
|
|
"regexp": "^{Модуль\\s+(.*)\\s\\/\\s.*:\\s+(\\d+)\\s+\\/\\s+(.*)}$",
|
|
"file": 1,
|
|
"location": 2,
|
|
"message": 3
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |