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

not seeing the folders when docker is running from webide or vscode remote explorer #7

Open
wegunterjr opened this issue Oct 13, 2020 · 4 comments

Comments

@wegunterjr
Copy link

Activating extension 'CMake' failed: Cannot find module './cmakeReferenceProvider' Require stack: - /home/developer/plugins/vscode-cmake/extension/out/src/extension.js - /home/developer/node_modules/@theia/plugin-ext/lib/hosted/node/plugin-host-rpc.js - /home/developer/node_modules/@theia/plugin-ext/lib/hosted/node/plugin-host.js

@yosuke
Copy link
Member

yosuke commented Oct 14, 2020

Can you explain bit more about the issue?

Any problem on the cmake? or the folders totally not visible?

@wegunterjr
Copy link
Author

It might be more my misunderstanding on how this is supposed to work, because I did try and select a simulator, then ran docker-compose, and had access to the WEB IDe, a jupyter notebook, and the simulation was visible by browser.
I was just imagining I would see a workspace in the webide or even the remote ide (vscode)

My main OS is Ubuntu 20.04.

@wegunterjr
Copy link
Author

wegunterjr commented Oct 14, 2020

@yosuke That error above is displayed when I open the web ide localhost:3001. Pops up on the bottom right.

@yosuke
Copy link
Member

yosuke commented Oct 15, 2020

If you want to mount your local folder as a workspace, edit docker-compose.yaml and change the following line:

https://github.com/devrt/ros-devcontainer-vscode/blob/master/docker-compose.yml#L36

to

 - .:/workspace:cached

Default setting is using docker volume to store workspace for performance issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants