Skip to content

Fix debug flag breaking in latest VSCode#133

Merged
JPinkney merged 1 commit intoredhat-developer:masterfrom
sailci:master
Oct 10, 2018
Merged

Fix debug flag breaking in latest VSCode#133
JPinkney merged 1 commit intoredhat-developer:masterfrom
sailci:master

Conversation

@sheepsteak
Copy link
Copy Markdown

We're writing an extension that depends on this one and when starting in debug mode within VSCode there is an error that causes our extension not to start:
screenshot 2018-10-10 at 14 21 43
screenshot 2018-10-10 at 14 21 46

I've tracked it down to an outdated --debug flag passed to the language server running in Node. Now that VSCode is running v8.9.3 that has switched to --inspect.

After this change starting this extension with the "Launch Extension" task then works:
screenshot 2018-10-10 at 14 22 05

@JPinkney JPinkney self-requested a review October 10, 2018 13:37
@JPinkney JPinkney merged commit 3367826 into redhat-developer:master Oct 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