AvinZarlez / processing-vscode

A Visual Studio Code extension for the programming language Processing
https://marketplace.visualstudio.com/items?itemName=Tobiah.language-pde
MIT License
177 stars 25 forks source link

Update `tasks.json` for *nix #14

Closed austince closed 6 years ago

austince commented 6 years ago

So people don't have to search through the issues while this is being done: https://github.com/TobiahZ/processing-vscode/issues/8 Maybe we should group all mac / linux / windows instructions separately?

AvinZarlez commented 6 years ago

The way this is worded is that the create task command would create the correct version of the task file for the platform. That's how it should work, but does not right now.

I haven't had the time to sit down and update the app. But as a fix the readme step, should communicate that if you are on Mac/Linux will need to manual copy/paste the contents into the task file (or just fix the output part)

Though the proper fix overall shouldn't be that hard either, as I'm thinking just have to add a second task file in the root and when loading the task file add a if statement. As discussed in #8

austince commented 6 years ago

So you'd like the temp fix for readme to just describe the problem and not give a copy/paste-able config?