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

Add support for vshaxe 1.11.0 features #31

Merged
merged 3 commits into from
Apr 10, 2018
Merged

Add support for vshaxe 1.11.0 features #31

merged 3 commits into from
Apr 10, 2018

Conversation

Gama11
Copy link
Member

@Gama11 Gama11 commented Apr 9, 2018

No description provided.

@@ -444,8 +452,7 @@ class Main {
createTask ("Update", "update"),
createTask ("Build", "build", TaskGroup.Build),
createTask ("Run", "run"),
//createTask ("Test", "test", TaskGroup.Test),
createTask ("Test", "test", new TaskGroup ("test", "Test")),
createTask ("Test", "test", TaskGroup.Test),
Copy link
Member Author

@Gama11 Gama11 Apr 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was a workaround for a VSCode bug from quite a while ago, so it should no longer be needed.

task.problemMatchers = vshaxe.problemMatchers.get ();

var presentation = vshaxe.taskPresentation;
task.presentationOptions = {
Copy link
Member Author

@Gama11 Gama11 Apr 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to do it like this because the vshaxe.taskPresentation struct fields are read-only (so no extension can mess with them).

@jgranick jgranick merged commit 63f257f into openfl:master Apr 10, 2018
@Gama11 Gama11 mentioned this pull request Apr 10, 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

Successfully merging this pull request may close these issues.

2 participants