Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Параметры файла task.json #289

Open
petypen opened this issue Mar 25, 2018 · 1 comment
Open

Параметры файла task.json #289

petypen opened this issue Mar 25, 2018 · 1 comment

Comments

@petypen
Copy link

petypen commented Mar 25, 2018

При конфигурировании задач согласно инструкции получаем такой файл:

{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "2.0.0",
    "tasks": [
        {
            "type": "process",
            "taskName": "OneScript: run",
            "problemMatcher": [
                "$OneScript Linter"
            ],
            "command": "oscript",
            "args": [
                "${file}"
            ],
            "group": "build"
        }
    ]
}

У VSC претензии к ключу "taskName" как к устаревшему. Требуется писать "label"
2018-03-25_15-11-49

@nixel2007
Copy link
Member

Спасибо! Доку надо обновить, да.

В ответ предложу посмотреть настройку задач через отладчик и файл launch.json

bambr1975 added a commit to 1c-syntax/vsc-language-1c-bsl that referenced this issue Aug 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants