Closed lukas-lang closed 1 year ago
Thanks for the report. This extension is simply using vscode.window.showOpenDialog()
from the VS Code API, so if you're seeing issues with file selection inside a devcontainer I'd open an issue on the main VS Code issue tracker.
Type: Bug Report
Describe the bug
To Reproduce Steps to reproduce the behavior:
.cproject
file into the dev containerExpected behavior I should be able to simply select the .cproject file, rather than having to manually type
.cproject
at the end of the path