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

Error for vscode plugin installation #479

Closed
kaustubh-gajare opened this issue Oct 5, 2020 · 1 comment · Fixed by #484
Closed

Error for vscode plugin installation #479

kaustubh-gajare opened this issue Oct 5, 2020 · 1 comment · Fixed by #484
Labels
bug Something isn't working good-first-issue Good for newcomers

Comments

@kaustubh-gajare
Copy link

Hi,

I have configured vscode plugin using attached properties file, but facing below issue for "devon vscode add-plugin <>". I am using script version 2020.08.001.

C:\projects\specification-viewer\devonfw-ide>devon vscode add-plugin debugger-for-chrome
/c/projects/specification-viewer/devonfw-ide/scripts/command/vscode: line 169: doAddPlugin: command not found

Below are the contents of debugger-for-chrome.properties file,

plugin_id=msjsdiag.debugger-for-chrome

Regards,
Kaustubh

@hohwille
Copy link
Member

So the line of the error is this one:

And indeed this is a copy&paste bug when the vscode commandlet has been copied from the eclipse commandlet - outch! Sorry for that.
There is no such function, but this one:

function doInstallPlugins() {

So we must rename the function or change the name in line 169.

@hohwille hohwille added bug Something isn't working good-first-issue Good for newcomers labels Oct 16, 2020
@hohwille hohwille added this to the release:2020.08.003 milestone Oct 16, 2020
@hohwille hohwille linked a pull request Oct 16, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good-first-issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants