Skip to content

Commit d10407d

Browse files
authored
Merge pull request #10077 from microsoft/ntrogh/browser-tabs
Add tab placement settings to integrated browser documentation
2 parents 5f00175 + a505949 commit d10407d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/debugtest/integrated-browser.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,18 @@ You can also close browser tabs with the following commands:
108108

109109
The **Close All Browser Tabs** option is also available in the right-click context menu on browser editor tabs.
110110

111+
## Tab placement
112+
113+
Use the `setting(workbench.browser.newTabPlacement)` setting to control where new browser tabs open, so you can keep browser tabs separate from your code editors. The setting supports the following values:
114+
115+
| Value | Description |
116+
|-------|-------------|
117+
| `activeGroup` | Browser tabs open in the active editor group. This is the default. |
118+
| `sideGroup` | Browser tabs open in a dedicated group to the side. This group is locked so that only browser tabs open there. |
119+
| `window` | Browser tabs open in a dedicated auxiliary window. This window group is also locked to only browser tabs. |
120+
121+
You can still reorganize tabs as needed. Pages opened from an existing tab, for example by selecting a link with `kbstyle(Ctrl+click)`, open in the same group as the parent tab.
122+
111123
## Developer Tools
112124

113125
Toggle the browser's Developer Tools from the browser toolbar to inspect elements, view console output, and debug page issues.

0 commit comments

Comments
 (0)