-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Get "Activating extension .test
" failed error upon running the Hello World extension example
#366
Comments
Make sure you have the latest generator (npm install -g generator-code). |
Was this change to the generator made after I submitted the issue? Because I downloaded the generator for the very first time just before I opened this issue. |
Can you see if you have a extension.js file inside d:/Playground/vsCodeExt/test/out/src folder? If not, can you run Ctrl+Shift+B (the build) and then run the test? |
I do not see the
Node and NPM are both in my path. I primarily work on node so am not sure if VS Code needs to know something about Node and maybe I did not configure that. Just an FYI: The tutorial works just fine on my mac. |
It seems vscode is not able to run npm, so I am not sure if npm is really on the path. Can you run npm from a windows command prompt? |
|
Can you run "npm run compile" from the root of the workspace in a command prompt. |
👍 That did it. Any reason why it would not automatically run when I hit F5? |
@mithun-daa it should, what happens when you run Ctrl+Shift+B? Check the output window (from View menu). |
I have no idea what changed but after |
Nice. |
I get the following error when I run (F5) the extension. I am following the steps in this tutorial
What am I missing. There hardly any steps to follow in the tutorial. Is the yeoman generator outdated?
Thanks.
The text was updated successfully, but these errors were encountered: