-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Activating extension 'ms-vscode.Go' failed: Cannot find module 'moment'. #1171
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
Comments
Might be a broken extension build, for now, attempt to rectify this by navigating to the extension directory and run |
Okay thank you! |
Thanks! It's works with |
So now where to fix that if I want to open a PR? |
Navigating to the extension directory and running |
I have the same problem. |
I notice this problem as well with the "Live Server" plugin |
Same problem with Binary Release 1.39.2. |
Me too. Anybody knows what the cause is? It seems the node_modules is missing in go extension, so that's the extension issue? |
In case any body is confused with where the extensions directory is, here's how to fix it. If you are inside the container:
If you are host:
|
Thank you @yuya-kanai |
same here! |
same here |
See #1299 |
code-server
docker 2.1688-vsc1.39.2Description
Activating extension 'ms-vscode.Go' failed: Cannot find module 'moment'.
when I try to use the plugin inside a docker container on a go file
Console error:
Steps to Reproduce
install go plugin and then try a
go
fileThe text was updated successfully, but these errors were encountered: