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

Support VS Code task configuration format #1096

Closed
marcdumais-work opened this issue Jan 22, 2018 · 2 comments
Closed

Support VS Code task configuration format #1096

marcdumais-work opened this issue Jan 22, 2018 · 2 comments
Labels
enhancement issues that are enhancements to current functionality - nice to haves tasks issues related to the task system

Comments

@marcdumais-work
Copy link
Contributor

Our current tasks.json format is somwwhat similar but not as rich. Supporting the VS Code format would open the door to being able to use existing tasks from that IDE. Even a partial support could be worthwhile.

Our current format:
https://github.com/theia-ide/theia/tree/master/packages/task

VS Code format:
https://code.visualstudio.com/docs/editor/tasks-appendix#_schema-for-tasksjson

to consider: Explore future direction of the task runner system
microsoft/vscode#15179

@marcdumais-work marcdumais-work added tasks issues related to the task system enhancement issues that are enhancements to current functionality - nice to haves labels Jan 22, 2018
@akosyakov
Copy link
Member

Just stumbled on it, trying to run first typescript task from VS Code docs: https://code.visualstudio.com/docs/editor/tasks

Also i could not find a command to configure tasks and had to create .theia/tasks.json file myself. End users don't know it.

@tsmaeder
Copy link
Contributor

I think we do support the format now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement issues that are enhancements to current functionality - nice to haves tasks issues related to the task system
Projects
None yet
Development

No branches or pull requests

3 participants