Home > Blockchain >  VSCode open file dialog is not showing the current directory of the current active file
VSCode open file dialog is not showing the current directory of the current active file

Time:06-13

I updated VSCode yesterday then the problem showed (It shows the last opened file directory regardless of the working directory)

I'm using VSCode for long time and it was OK with this feature, can I customize it in settings or this feature has been removed.

I think opening current active file directory in the dialog explorer is very useful at least for me

CodePudding user response:

Issue was addressed on vscode github. There will be a fix: https://github.com/microsoft/vscode/issues/151668

  • Related