Replies: 1 comment 2 replies
-
Hello! You seem to do everything correctly. You'll only be able to load web compatible extensions though. If you want to know, go to vscode.dev and try to install an extension. If it works there, it should work here. Unfortunately, a lot of extensions are not compatible. It may change if we manage to make the remote extHost operational here but it'll require a server. Regarding the ts erreur, I don't know, does the file exist? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm starting with your demo code and tried following the instructions to pull in a couple vsix files downloaded from the marketplace and dropped into the demo project and then imported after the vite config included the reference to
vsixPlugin()
in the plugins section.Next, with the actual .vsix files in my project, I simply add them as imports at the top of your existing main.ts file. One provides language support for Python and the other is for docker.
Am I importing them correctly?
When I start the application, it does not complain, but it also doesn't seem to load the extensions.
One other thing, I do notice when I start the application it does immediately complain about Typescript language features. I assume this is unrelated to the above issue, but I'm wondering if I am starting the application incorrectly. Is there some pre-processing step I need to invoke. Here is the Typescript language features errror from the terminal:
[vite] Internal server error: ENOENT: no such file or directory, open '/home/snoop244/Koriographer2/Koriographer/node_modules/vscode/dist/default-extensions/typescript-language-features/tsserver.web.js?v=6c505998'
Beta Was this translation helpful? Give feedback.
All reactions