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

do not create docker file?? #1189

Closed
goodking-bq opened this issue Aug 6, 2019 · 1 comment
Closed

do not create docker file?? #1189

goodking-bq opened this issue Aug 6, 2019 · 1 comment

Comments

@goodking-bq
Copy link

Repro steps:

Action: vscode-docker.configure
Error type: ENOENT
Error Message: ENOENT: no such file or directory, open '\mnt\d\flask-sqlalchemy-graphene-example\docker-compose.yml'

Version: 0.7.0
OS: win32
Product: Visual Studio Code
Product Version: 1.36.1
Language: zh-cn

Call Stack
Object.openSync fs.js:436:3
Object.module.ELECTRON_ASAR.js:160:31
Object.writeFileSync fs.js:1168:35
extension.bundle.js:1:288233extension.bundle.js:1:288233
@ejizba
Copy link
Contributor

ejizba commented Aug 6, 2019

@goodking-bq It looks like you're running in WSL? In which case, closing as duplicate of #960 and #954

You can work around this by adding this to your VS Code settings:

"remote.extensionKind": {
    "ms-azuretools.vscode-docker": "workspace"
}

Make sure to reload VS Code afterwards. This will make sure the Docker extension is also running in WSL.

@ejizba ejizba closed this as completed Aug 6, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Sep 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants