You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start with a docker project that runs composer install on startup
start and stop the docker container with no issues (docker for windows is properly configured to run along with WSL)
Open the project in VS Code using the WSL extension
try to start the docker container again and it complains about not being able to remove some files it just added
close VS code
try to start the docker container again and it works just fine
Does this issue occur when you try this locally?: No
Does this issue occur when you try this locally and all extensions are disabled?: No
Other information related to this issue:
it's a Symfony project so other directories are causing issues too (var/cache/dev). Basically, anything that it has files that are deleted and recreated quickly.
Using files.watcherExclude fixes it all cases (not a terrible solution since it helps VS Code run faster too)
The files get into a state that I can't delete them until I close VS Code. Trying all of the following fails until I close VS Code:
dragging the files into the recycle bin via Windows Explorer
sudo rm -rf vendor/ from WSL
The text was updated successfully, but these errors were encountered:
aaronellington
changed the title
WLS Docker composer install file not found
WLS / Docker / composer install: file not found error
May 10, 2019
aaronellington
changed the title
WLS / Docker / composer install: file not found error
WSL / Docker / composer install: file not found error
May 10, 2019
egamma
added
upstream
Issue identified as 'upstream' component related (exists outside of VS Code Remote)
wsl
Issue in vscode-remote WSL
labels
May 10, 2019
Since files.watcherExclude avoids the problem this looks like a auplicate of microsoft/WSL#3395. This is a known limitation of WSL that will be addressed in WSL2.
Steps to Reproduce:
composer install
on startupDoes this issue occur when you try this locally?: No
Does this issue occur when you try this locally and all extensions are disabled?: No
Other information related to this issue:
var/cache/dev
). Basically, anything that it has files that are deleted and recreated quickly.files.watcherExclude
fixes it all cases (not a terrible solution since it helps VS Code run faster too)sudo rm -rf vendor/
from WSLThe text was updated successfully, but these errors were encountered: