-
Notifications
You must be signed in to change notification settings - Fork 334
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
Question about location of SnippetString / TypedString #152
Comments
Based on feedback we changed the way how snippet strings are treated in the protocol. This was breaking but ok from an alpha release to a final version. The underlying reason for this was to keep the protocol compatible to earlier versions. Since snippet strings occur in completion items the CompletionItem interface now offers
|
@dbaeumer Can you reflect that in README? Because the following is no longer true:
|
Good point. Done. |
Probably related to this change 259a30a
I am a bit stuck/ lost. I have updated my packages from the beta packages to the regular ones, but are unable to get a reference to the SnippetString or TypedString object.
old package.json
package.json now
When using any of the below lines:
All return not found / no exported members warnings.
In the client main.ts, the following works, but that doesn't work from within a language server.
Will this be resolved as soon as v3.0.4 of the vscode-languageserver-types is released?
Or am I doing something wrong? / Is there some sample code available of how to do this correctly?
Thanks in Advance,
Erik
The text was updated successfully, but these errors were encountered: