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

align CompletionItemKind with Monaco 0.17.0 #174

Merged
merged 1 commit into from
Sep 2, 2019
Merged

align CompletionItemKind with Monaco 0.17.0 #174

merged 1 commit into from
Sep 2, 2019

Conversation

akosyakov
Copy link
Contributor

fix #173: Monaco has more kinds in 0.17.0 breaking a logic of adjusting position by one. This PR maps kinds directly, later, for new versions, we will need to review a mapping.

Published under dev tag for testing in downstream projects.

Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
@gitpod-io-legacy-app
Copy link

Open in Gitpod - starts a development workspace for this pull request in code review mode and opens it in a browser IDE.

@akosyakov
Copy link
Contributor Author

@merzbird Could you give a try with monaco-languageclient@dev?

@merzbird
Copy link

merzbird commented Sep 2, 2019

@akosyakov
Thanks for a quick fix.
Checked locally with 0.10.1-dev.1 version, completions work fine. Do you need any other help?

@akosyakov
Copy link
Contributor Author

@merzbird nope, thanks for checking!

@akosyakov akosyakov merged commit b8f6f32 into master Sep 2, 2019
@akosyakov akosyakov deleted the GH-173 branch September 10, 2019 04:54
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.

CompletionItemKind converter is broken
2 participants