We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does this occur consistently? Repro steps:
Action: vscode-docker.images.run Error type: TypeError Error Message: Cannot read property 'filter' of null
Version: 1.3.1 OS: win32 OS Release: 10.0.18362 Product: Visual Studio Code Product Version: 1.46.1 Language: zh-cn
selectCommandTemplate extension.bundle.js:3:599908 Object.selectRunCommand extension.bundle.js:3:601113 runImageCore extension.bundle.js:576:811304 processTicksAndRejections task_queues.js:85:5 async runImage extension.bundle.js:576:811526
The text was updated successfully, but these errors were encountered:
@helinux This looks to be the same as #2072. I suspect you have a VSCode setting for docker.commands.run set to null; you need to remove this entry.
docker.commands.run
null
Sorry, something went wrong.
No branches or pull requests
Does this occur consistently?
Repro steps:
Action: vscode-docker.images.run
Error type: TypeError
Error Message: Cannot read property 'filter' of null
Version: 1.3.1
OS: win32
OS Release: 10.0.18362
Product: Visual Studio Code
Product Version: 1.46.1
Language: zh-cn
Call Stack
The text was updated successfully, but these errors were encountered: