Multiples workbenches within the same window #560
-
Hello @CGNonofr Could you help me check if its possible to create 2 vscode workbenches in 2 different container elements within the same window (without using iframe for each workbench)? <body>
<div id="workbench-1"></div>
<div id="workbench-2"></div>
</body> I'm using I know The Is there any other option to achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello! Unfortunately, it's not possible! I would love it to be possible, because it would also allow to restart the workbench with a different workspace or settings, but there are A LOT of reasons for it to not be possible, VSCode what just not designed that way, a lot of stuff is stored globally |
Beta Was this translation helpful? Give feedback.
Hello!
Unfortunately, it's not possible! I would love it to be possible, because it would also allow to restart the workbench with a different workspace or settings, but there are A LOT of reasons for it to not be possible, VSCode what just not designed that way, a lot of stuff is stored globally