Support opening workspace as a new native tab in existing window from CLI #27305
Labels
electron
Issues and items related to Electron
feature-request
Request for new features or functionality
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
workbench-os-integration
Native OS integration issues
workbench-window
Window management
Steps to Reproduce:
code .
I would expect that if you are using native tabs, the workspace should open as a new tab in the last used vscode window. Currently it will open a new window. The -r and -n options don't work. -r will replace one of the currently open tabs and -n will create a new window.
The text was updated successfully, but these errors were encountered: