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

Remove javascript signatures from encouragement #17

Merged
merged 1 commit into from
Jul 11, 2014
Merged

Conversation

jaredpar
Copy link
Collaborator

The Javascript IDE implementation has a bug where by it will insert its
signature help into any ISignatureHelpSession that is started. This
includes the session that is started by the Enouragement extension.
This causes encouragement tips to be intermixed with javascript
signatures

Due to the implementation of the Javascript provider the only suitable
short term fix is to a) run after them and b) just remove their
signatures from our session.

This fixes #16

As a consequence it also fixes #1 as well.

The Javascript IDE implementation has a bug where by it will insert its
signature help into any ISignatureHelpSession that is started.  This
includes the session that is started by the Enouragement extension.
This causes encouragement tips to be intermixed with javascript
signatures

Due to the implementation of the Javascript provider the only suitable
short term fix is to a) run after them and b) just remove their
signatures from our session.

This fixes #16

As a consequence it also fixes #1 as well.
haacked added a commit that referenced this pull request Jul 11, 2014
Remove javascript signatures from encouragement
@haacked haacked merged commit 7a34d4c into master Jul 11, 2014
@haacked haacked deleted the fixes-16 branch July 11, 2014 19:42
@haacked
Copy link
Owner

haacked commented Jul 11, 2014

Do you mean this also fixes #9

@jaredpar
Copy link
Collaborator Author

@haacked yes, that's what I get for typing up my commit messages without an internet connection

👎

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.

Encouragements are scrambled in the JavaScript editor What's the right way to do this?
2 participants