Is there easy way to implement dynamic file roots based on url? #2661
Unanswered
dejanmilosevic0
asked this question in
Ideas
Replies: 1 comment 5 replies
-
You can specify paths with `folder` or workspace files with `workspace`.
So for example:
```
vscode/?folder=/path/to/folder
vscode/?workspace=/path/to/file.workspace
```
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If url is in conflict with visual code, query parameter is ok as well, i just need to have multiple urls like:
vscode/?root=project1
vscode/?root=project2
and before digging into code i just wanted to asked if maybe someone tried this feature before me.
Beta Was this translation helpful? Give feedback.
All reactions