-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Failed to resolve import "vscode/monaco" from "packages\examples\main\src\common.ts" #498
Comments
@amoalys do you mind providing some context, including what you did before you took this screenshot. Thanks. |
first: I run git clone https://github.com/TypeFox/monaco-languageclient.git, |
i click the first link , then it does't work |
Did you run |
sorry,I didn't do this, now it can work well, thanks! I still have a question,How can I use monaco-languageclient in a (Vue3+Vite+monaco-editor) project? Do you have a example in Vue client example? |
@amoalys we have an enhancement issue: Add a Vue example, but nothing readily available. |
I created a project using Vue that integrates monaco editor and registers C language. Then, I also launched an LSP service to provide C language with intelligent prompts, code completion, and other functions. Now, I can get a good experience in a separate C file. However, I hope that clicking can jump from a variable in one C file to another file defined for that variable. How can I achieve this? Just like a WebIDE. |
You have to extend your own languageclient to achieve this. This is out of the scope of this library. It could be a good idea to extend the README with a new chapter like further reading/resources as similar questions came up in the past. I think the issue itself is resolved. I will close it. |
OK,Thank you. |
The text was updated successfully, but these errors were encountered: