visual-studio-code

VS code workspace is opening the directory instead of its contents


Below is my workspace configuration

{
"folders": [
    {
        "path": "backend/"
    }
],
"settings": {}}

This is opening the workspace along with the backend dir, is there a workaround to make it open the directory's contents instead of the dir?

enter image description here


Solution

  • This post shows there is a bug that the poster has created.

    On the other hand, there seems to have a workaround here.