Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code: Add single file (README) to multi-root workspace

You can configure a vs-code multi-root workspace to include several folders. Eg,

{
  "folders": [
    {
      // Source code
      "name": "Product",
      "path": "vscode"
    },
    {
      // Docs and release notes
      "name": "Documentation",
      "path": "vscode-docs"
    }
  ]
}

I would also like to include a README file from a root directory that pertains to all those folders. Is there a way to do this?

like image 208
Dustin Michels Avatar asked Nov 17 '25 20:11

Dustin Michels


1 Answers

This isn't supported in Visual Studio Code. There's a GitHub issue that's been open for this feature since 2018.

like image 51
Cypress Frankenfeld Avatar answered Nov 19 '25 14:11

Cypress Frankenfeld



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!