-
Notifications
You must be signed in to change notification settings - Fork 102
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
Install devonfw extension pack to vscode automatically #99
Comments
Already figured it out from here:
|
If have implemented this as planned and also fixed the VS Code for MacOS (as always MacOS is lacking compatiblity with other plattforms as Apps are handled totally different there, so we manually create a |
IMHO running in background is a simple solution (KISS).
It would be lovely if users of the JS ecosystem could also test and contriubte to devon-ide. |
Does the error mean that the extension-pack is already installed? |
Hi @hohwille, The error says that the In order to know where the extensions are downloaded and installed you can check this link https://vscode-docs.readthedocs.io/en/stable/extensions/install-extension/ Best regards, |
@sjimenez77 thanks for your feedback. Valuable input that is very much apreciated! |
Done with PR #105 now |
Like with Eclipse we should support to automically install plugins for VS Code. The default should be our extension pack:
https://github.com/devonfw/devonfw-extension-pack-vscode
The scripting of the installation is simple:
The text was updated successfully, but these errors were encountered: