mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 13:31:07 +01:00
Integrated Browser (#278677)
* [WIP] Integrated Browser * clean * refactor * structure * focus * tooltips * rename * polish * start unpinned * More polish * commands * tweaks, new tab support * clean * shortcut fixes * warnings * Update src/vs/workbench/contrib/browserView/electron-browser/browserEditor.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Telemetry * load errors * PR feedback * PR feedback * Permissions, unloads, trust * Storage controls * Handle render process gone * devtools * Screenshot rect * close * Fix focused context * Fix merge * disposables * 💄 * Multi-window improvements * Fix reopen * PR feedback * Actions fixes --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com> Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
This commit is contained in:
@@ -155,6 +155,9 @@ import './contrib/externalTerminal/electron-browser/externalTerminal.contributio
|
||||
// Webview
|
||||
import './contrib/webview/electron-browser/webview.contribution.js';
|
||||
|
||||
// Browser
|
||||
import './contrib/browserView/electron-browser/browserView.contribution.js';
|
||||
|
||||
// Splash
|
||||
import './contrib/splash/electron-browser/splash.contribution.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user