Observe that the new project loads in the current window, replacing the existing project. Expected Behavior Selecting a project from “Recent Projects” should open the project in a new window by default (or offer an option to open in a new window), preserving the current project window’s c...
"window.openWithoutArgumentsInNewWindow": "on", 635 636 // 若窗口在处于全屏模式时退出,控制其在恢复时是否还原到全屏模式。637 "window.restoreFullscreen": false, 638 639 // 控制窗口在重启后再次打开的方式。640 // - all: 重新打开所有窗口。641...
Middle click usually means open in new window Currently (VSCode version: 1.90.2) in menu File -> Open Recent When you middle click the item in the list It will open in the current window
ellapsedWindowLoadToRequire: this._marks.getDuration('code/willOpenNewWindow', 'code/willLoadWorkbenchMain'), ellapsedRequire: this._marks.getDuration('code/willLoadWorkbenchMain', 'code/didLoadWorkbenchMain'), ellapsedWaitForWindowConfig: this._marks.getDuration('code/willWaitForWindowConfig', 'code...
private openInBrowserWindow(options: IOpenBrowserWindowOptions): ICodeWindow { ... // New window if (!window) { //1.判断是否全屏创建窗口 ... // 2. 创建实例窗口 window = this.instantiationService.createInstance(CodeWindow, { state, extensionDevelopmentPath: configuration.extensionDevelopmentPath, ...
"window.openWithoutArgumentsInNewWindow": "on", // 若窗口在处于全屏模式时退出,控制其在恢复时是否还原到全屏模式。 "window.restoreFullscreen": false, // 控制窗口在重启后再次打开的方式。 // - all: 重新打开所有窗口。 // - folders: 重新打开所有文件夹。空工作区将不会被恢复。 // -...
接下来到了 electron 的 windows 窗口,open 方法在 doOpen 中执行窗口配置初始化,最终调用 openInBrowserWindow -> 执行 doOpenInBrowserWindow 是其打开 window,主要步骤如下: 代码语言:javascript 复制 private openInBrowserWindow(options: IOpenBrowserWindowOptions): ICodeWindow { ... // New window if (!wind...
Execute the new VSCode command "GitLab: Open Remote Repository" Select any option, such as "Open in new window" Select "Choose a project" Select any project Select any branch Hit enter to set the folder label Click on the folder in the Explorer ...
{"key":"cmd+g h","command":"workbench.action.openRecent"},// 新建vscode实例{"key":"cmd+g n","command":"workbench.action.newWindow"},// 关闭vscode实例{"key":"cmd+g q","command":"workbench.action.closeWindow"},// 新建文件{"key":"cmd+f n","command":"welcome.showNewFileEntries...
"scope": "window" }, "java.templates.fileHeader": { "type": "array", "markdownDescription": "Specifies the file header comment for new Java file. Supports configuring multi-line comments with an array of strings, and using ${variable} to reference the [predefined variables](command:...