microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.87k stars 29.52k forks source link

Cannot create file or folder in root directory #234566

Open Sir0xb opened 5 days ago

Sir0xb commented 5 days ago

Image Image

Macbook Sequoia 15.1.1, Visual Studio Code 1.95.3

After opening the project in VS Code, I am unable to create files or folders in the project root directory, but everything works fine in the other folders within the project. I have tried disabling all extensions, but the issue persists. Additionally, the permissions for the project folders are normal.

lramos15 commented 5 days ago

What are your settings?

Can you do F1 -> Toggle Developer tools, follow by F1 -> Inspect Context Keys and select the explorer icon then paste the logged context keys.

Sir0xb commented 4 days ago

Inspect Context Keys

Here is “create file” { "config.C_Cpp.debugShortcut": true, "config.C_Cpp.experimentalFeatures": "disabled", "config.C_Cpp.intelliSenseEngine": "default", "config.breadcrumbs.enabled": true, "config.debug.toolBarLocation": "floating", "config.editor.minimap.enabled": true, "config.editor.renderControlCharacters": true, "config.editor.renderWhitespace": "all", "config.editor.stickyScroll.enabled": true, "config.extensions.autoUpdate": true, "config.files.autoSave": "off", "config.git.enabled": true, "config.git.untrackedChanges": "mixed", "config.gitHistory.sourceCodeProviderIntegrationLocation": "Inline", "config.gitlens.advanced.fileHistoryFollowsRenames": true, "config.gitlens.ai.generateCommitMessage.enabled": true, "config.gitlens.blame.toggleMode": "file", "config.gitlens.changes.toggleMode": "file", "config.gitlens.cloudPatches.enabled": true, "config.gitlens.graph.allowMultiple": true, "config.gitlens.graph.layout": "panel", "config.gitlens.heatmap.toggleMode": "file", "config.gitlens.home.preview.enabled": true, "config.gitlens.integrations.enabled": true, "config.gitlens.keymap": "chorded", "config.gitlens.menus.editor.clipboard": true, "config.gitlens.menus.scmRepository.authors": true, "config.gitlens.menus.scmRepository.generateCommitMessage": true, "config.gitlens.menus.scmRepository.patch": true, "config.gitlens.menus.scmRepositoryInline.graph": true, "config.gitlens.outputLevel": "warn", "config.gitlens.plusFeatures.enabled": true, "config.gitlens.views.branches.avatars": true, "config.gitlens.views.branches.branches.layout": "tree", "config.gitlens.views.branches.files.layout": "auto", "config.gitlens.views.branches.pullRequests.enabled": true, "config.gitlens.views.branches.pullRequests.showForBranches": true, "config.gitlens.views.branches.showBranchComparison": "branch", "config.gitlens.views.commits.avatars": true, "config.gitlens.views.commits.files.layout": "auto", "config.gitlens.views.commits.pullRequests.enabled": true, "config.gitlens.views.commits.pullRequests.showForBranches": true, "config.gitlens.views.commits.showBranchComparison": "working", "config.gitlens.views.contributors.avatars": true, "config.gitlens.views.contributors.files.layout": "auto", "config.gitlens.views.drafts.avatars": true, "config.gitlens.views.fileHistory.avatars": true, "config.gitlens.views.launchpad.avatars": true, "config.gitlens.views.launchpad.files.layout": "auto", "config.gitlens.views.lineHistory.avatars": true, "config.gitlens.views.pullRequest.avatars": true, "config.gitlens.views.pullRequest.files.layout": "auto", "config.gitlens.views.remotes.avatars": true, "config.gitlens.views.remotes.branches.layout": "tree", "config.gitlens.views.remotes.files.layout": "auto", "config.gitlens.views.remotes.pullRequests.enabled": true, "config.gitlens.views.remotes.pullRequests.showForBranches": true, "config.gitlens.views.repositories.autoRefresh": true, "config.gitlens.views.repositories.avatars": true, "config.gitlens.views.repositories.files.layout": "auto", "config.gitlens.views.scm.grouped.views.branches": true, "config.gitlens.views.scm.grouped.views.commits": true, "config.gitlens.views.scm.grouped.views.contributors": true, "config.gitlens.views.scm.grouped.views.remotes": true, "config.gitlens.views.scm.grouped.views.stashes": true, "config.gitlens.views.scm.grouped.views.tags": true, "config.gitlens.views.scm.grouped.views.worktrees": true, "config.gitlens.views.searchAndCompare.avatars": true, "config.gitlens.views.searchAndCompare.files.layout": "auto", "config.gitlens.views.showRelativeDateMarkers": true, "config.gitlens.views.stashes.files.layout": "auto", "config.gitlens.views.tags.avatars": true, "config.gitlens.views.tags.branches.layout": "tree", "config.gitlens.views.tags.files.layout": "auto", "config.gitlens.views.worktrees.avatars": true, "config.gitlens.views.worktrees.files.layout": "auto", "config.gitlens.views.worktrees.pullRequests.enabled": true, "config.gitlens.views.worktrees.pullRequests.showForBranches": true, "config.gitlens.views.worktrees.showBranchComparison": "working", "config.gitlens.visualHistory.allowMultiple": true, "config.multiDiffEditor.experimental.enabled": true, "config.remote.SSH.useLocalServer": true, "config.security.workspace.trust.enabled": true, "config.terminal.integrated.tabs.enabled": true, "config.terminal.integrated.tabs.hideCondition": "singleTerminal", "config.terminal.integrated.tabs.showActions": "singleTerminalOrNarrow", "config.terminal.integrated.tabs.showActiveTerminal": "singleTerminalOrNarrow", "config.window.commandCenter": true, "config.workbench.activityBar.location": "default", "config.workbench.editor.editorActionsLocation": "default", "config.workbench.editor.enablePreview": true, "config.workbench.editor.showTabs": "multiple", "config.workbench.layoutControl.enabled": true, "config.workbench.layoutControl.type": "both", "config.workbench.localHistory.enabled": true, "config.workbench.sideBar.location": "left", "config.workbench.statusBar.visible": true, "isComposing": false, "workbench.view.extension.test.defaultViewContainerLocation": true, "workbench.view.testing.defaultViewLocation": true, "workbench.view.testCoverage.defaultViewLocation": true, "workbench.view.testing.canMove": true, "workbench.view.testCoverage.canMove": true, "workbench.view.explorer.defaultViewContainerLocation": true, "outline.defaultViewLocation": true, "timeline.defaultViewLocation": true, "outline.active": true, "outline.canMove": true, "timeline.canMove": true, "workbench.view.search.defaultViewContainerLocation": true, "workbench.view.search.defaultViewLocation": true, "workbench.view.search.active": true, "workbench.view.search.visible": true, "workbench.view.search.canMove": true, "workbench.view.scm.defaultViewContainerLocation": true, "workbench.scm.repositories.defaultViewLocation": true, "workbench.scm.defaultViewLocation": true, "workbench.scm.history.defaultViewLocation": true, "workbench.scm.active": true, "workbench.scm.visible": true, "workbench.scm.repositories.canMove": true, "workbench.scm.canMove": true, "workbench.scm.history.canMove": true, "workbench.view.debug.defaultViewContainerLocation": true, "workbench.debug.variablesView.defaultViewLocation": true, "workbench.debug.watchExpressionsView.defaultViewLocation": true, "workbench.debug.callStackView.defaultViewLocation": true, "workbench.debug.breakPointsView.defaultViewLocation": true, "workbench.debug.welcome.defaultViewLocation": true, "workbench.debug.loadedScriptsView.defaultViewLocation": true, "workbench.debug.variablesView.canMove": true, "workbench.debug.watchExpressionsView.canMove": true, "workbench.debug.callStackView.canMove": true, "workbench.debug.breakPointsView.canMove": true, "workbench.debug.welcome.canMove": false, "workbench.debug.loadedScriptsView.canMove": true, "workbench.view.extensions.defaultViewContainerLocation": true, "workbench.view.remote.defaultViewContainerLocation": true, "workbench.panel.testResults.defaultViewContainerLocation": true, "workbench.panel.testResults.view.defaultViewLocation": true, "workbench.panel.testResults.view.canMove": true, "refactorPreview.defaultViewContainerLocation": true, "refactorPreview.defaultViewLocation": true, "refactorPreview.canMove": false, "workbench.panel.repl.defaultViewContainerLocation": true, "workbench.panel.repl.view.defaultViewLocation": true, "workbench.panel.repl.view.canMove": true, "workbench.panel.markers.defaultViewContainerLocation": true, "workbench.panel.markers.view.defaultViewLocation": true, "workbench.panel.markers.view.active": true, "workbench.panel.markers.view.visible": true, "workbench.panel.markers.view.canMove": true, "workbench.panel.output.defaultViewContainerLocation": true, "workbench.panel.output.defaultViewLocation": true, "workbench.panel.output.active": true, "workbench.panel.output.visible": true, "workbench.panel.output.canMove": true, "terminal.defaultViewContainerLocation": true, "terminal.defaultViewLocation": true, "terminal.active": true, "terminal.visible": true, "terminal.canMove": true, "viewContainer.workbench.view.extension.test.enabled": false, "viewContainer.workbench.view.explorer.enabled": true, "viewContainer.workbench.view.search.enabled": true, "viewContainer.workbench.view.scm.enabled": true, "viewContainer.workbench.view.debug.enabled": true, "viewContainer.workbench.view.extensions.enabled": true, "viewContainer.workbench.view.remote.enabled": true, "viewContainer.workbench.panel.testResults.enabled": false, "viewContainer.refactorPreview.enabled": false, "viewContainer.workbench.panel.repl.enabled": true, "viewContainer.workbench.panel.markers.enabled": true, "viewContainer.workbench.panel.output.enabled": true, "viewContainer.terminal.enabled": true, "focusedView": "", "navigableContainerFocused": false, "canNavigateBack": true, "canNavigateForward": false, "canNavigateBackInNavigationLocations": false, "canNavigateForwardInNavigationLocations": false, "canNavigateToLastNavigationLocation": false, "canNavigateBackInEditLocations": false, "canNavigateForwardInEditLocations": false, "canNavigateToLastEditLocation": true, "canReopenClosedEditor": true, "autoSaveAfterShortDelayContext": false, "workbench.panel.chat.defaultViewContainerLocation": true, "viewContainer.workbench.panel.chat.enabled": false, "workbench.panel.chat.view.copilot.defaultViewLocation": true, "workbench.panel.chat.view.copilot.canMove": true, "workbench.panel.chatEditing.defaultViewContainerLocation": true, "viewContainer.workbench.panel.chatEditing.enabled": false, "workbench.panel.chat.view.edits.defaultViewLocation": true, "workbench.panel.chat.view.edits.canMove": true, "activePanel": "", "panelFocus": false, "activeViewlet": "workbench.view.explorer", "sideBarFocus": false, "activeAuxiliary": "", "auxiliaryBarFocus": false, "saveConflictResolutionContext": false, "remoteConnectionState": "", "listSupportsTypeNavigation": true, "listSupportsKeyboardNavigation": true, "chatShouldShowMovedViewWelcome": false, "notebookChatAgentRegistered": false, "chatIsEnabled": false, "chatPanelParticipantRegistered": false, "chatEditingParticipantRegistered": false, "accessibilityModeEnabled": false, "refactorPreview.enabled": false, "currentProfile": "defaultprofile__", "isCurrentProfileTransient": false, "hasProfiles": false, "timelineHasProvider": true, "timeline.active": true, "chatInstallEntitled": false, "isMac": true, "isLinux": false, "isWindows": false, "isWeb": false, "isMacNative": true, "isIOS": false, "isMobile": false, "remoteName": "", "virtualWorkspace": "", "temporaryWorkspace": false, "hasWebFileSystemAccess": true, "isDevelopment": false, "productQualityType": "stable", "activeEditorGroupEmpty": true, "activeEditorGroupIndex": 1, "activeEditorGroupLast": true, "activeEditorGroupLocked": false, "multipleEditorGroups": false, "editorIsOpen": false, "dirtyWorkingCopies": false, "inputFocus": false, "workbenchState": "folder", "workspaceFolderCount": 1, "openFolderWorkspaceSupport": true, "emptyWorkspaceSupport": true, "enterMultiRootWorkspaceSupport": true, "splitEditorsVertically": false, "isFullscreen": false, "isAuxiliaryWindowFocusedContext": false, "inZenMode": false, "isCenteredLayout": false, "mainEditorAreaVisible": true, "editorTabsVisible": true, "sideBarVisible": true, "titleBarVisible": true, "titleBarStyle": "custom", "panelPosition": "bottom", "panelVisible": false, "panelMaximized": false, "panelAlignment": "center", "auxiliaryBarVisible": false, "inQuickOpen": false, "activeEditorIsDirty": false, "activeEditorIsNotPreview": false, "activeEditorIsFirstInGroup": false, "activeEditorIsLastInGroup": false, "activeEditorIsPinned": false, "groupEditorsCount": 0, "activeEditor": null, "activeEditorIsReadonly": false, "activeEditorCanRevert": false, "activeEditorCanToggleReadonly": true, "activeCompareEditorCanSwap": false, "textCompareEditorVisible": false, "textCompareEditorActive": false, "activeEditorAvailableEditorIds": "", "activeEditorCanSplitInGroup": false, "sideBySideEditorActive": false, "notificationCenterVisible": false, "notificationToastsVisible": false, "explorerViewletVisible": true, "workbench.explorer.openEditorsView.defaultViewLocation": true, "workbench.explorer.fileView.defaultViewLocation": true, "workbench.explorer.openEditorsView.active": true, "workbench.explorer.fileView.active": true, "workbench.explorer.openEditorsView.visible": true, "workbench.explorer.fileView.visible": true, "explorerResourceIsFolder": true, "explorerResourceReadonly": true, "explorerResourceAvailableEditorIds": "default", "explorerResourceIsRoot": true, "explorerResourceMoveableToTrash": false, "explorerViewletCompressedFocus": false, "explorerViewletCompressedFirstFocus": false, "explorerViewletCompressedLastFocus": true, "viewHasSomeCollapsibleItem": false, "foldersViewVisible": true, "resource": "file:///Users/yjy/workspace/6.Other/marina", "resourceScheme": "file", "resourceFilename": "marina", "resourceDirname": "/Users/yjy/workspace/6.Other", "resourcePath": "/Users/yjy/workspace/6.Other/marina", "resourceLangId": "unknown", "resourceExtname": "", "resourceSet": true, "isFileSystemResource": true, "view.workbench.explorer.openEditorsView.visible": false, "view.workbench.explorer.fileView.visible": true, "workbench.explorer.openEditorsView.canMove": true, "workbench.explorer.fileView.canMove": true, "scm.providerCount": 1, "activeCustomEditorId": "", "focusedCustomEditorIsEditable": false, "terminalGroupCount": 1, "testing.isRunning": false, "testing.hasAnyResults": false, "testing.isRefreshing": false, "testing.activeEditorHasTests": false, "testing.providerCount": 0, "testing.canRefresh": false, "testing.canGoToRelatedCode": false, "testing.canGoToRelatedTest": false, "debuggersAvailable": true, "debugExtensionAvailable": true, "debugConfigurationType": "chrome", "expressionSelected": false, "loadedScriptsSupported": false, "stepBackSupported": false, "focusedSessionIsAttach": false, "focusedSessionIsNoDebug": false, "restartFrameSupported": false, "stepIntoTargetsSupported": false, "jumpToCursorSupported": false, "debugSetVariableSupported": false, "debugSetDataBreakpointAddressSupported": false, "debugSetExpressionSupported": false, "multiSessionDebug": false, "terminateDebuggeeSupported": false, "suspendDebuggeeSupported": false, "disassembleRequestSupported": false, "focusedStackFrameHasInstructionReference": false, "workspaceHasCommenting": false, "debugState": "inactive", "hasDebugged": false, "inDebugMode": false, "debugUx": "default", "breakpointsExist": false, "disassemblyViewFocus": false, "workbench.debug.variablesView.active": true, "workbench.debug.watchExpressionsView.active": true, "workbench.debug.callStackView.active": true, "workbench.debug.breakPointsView.active": true, "workbench.debug.variablesView.visible": true, "workbench.debug.watchExpressionsView.visible": true, "workbench.debug.callStackView.visible": true, "workbench.debug.breakPointsView.visible": true, "terminalWebExtensionContributedProfile": false, "terminalEditorActive": false, "terminalIsOpen": true, "terminalProcessSupported": true, "terminalHasBeenCreated": true, "terminalCount": 1, "activeWebviewPanelId": "", "workbench.view.extension.references-view.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.references-view.enabled": false, "workbench.view.extension.bit.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.bit.enabled": true, "workbench.view.extension.gitlens.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.gitlens.enabled": true, "workbench.view.extension.gitlensInspect.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.gitlensInspect.enabled": true, "workbench.view.extension.gitlensPatch.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.gitlensPatch.enabled": false, "workbench.view.extension.gitlensPanel.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.gitlensPanel.enabled": true, "workbench.view.extension.jupyter.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.jupyter.enabled": false, "workbench.view.extension.jupyter-variables.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.jupyter-variables.enabled": false, "workbench.view.extension.cmake-view.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.cmake-view.enabled": false, "workbench.view.extension.nx-console.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.nx-console.enabled": true, "workbench.view.extension.localHistory.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.localHistory.enabled": false, "jsBrowserBreakpoints.defaultViewLocation": true, "jsExcludedCallers.defaultViewLocation": true, "jsDebugNetworkTree.defaultViewLocation": true, "jsBrowserBreakpoints.canMove": true, "jsExcludedCallers.canMove": true, "jsDebugNetworkTree.canMove": true, "npm.defaultViewLocation": true, "npm.canMove": true, "references-view.tree.defaultViewLocation": true, "references-view.tree.canMove": true, "bit.list.defaultViewLocation": true, "bit.status.defaultViewLocation": true, "bit.comp-details.defaultViewLocation": true, "bit.lane-details.defaultViewLocation": true, "bit.comp-history.defaultViewLocation": true, "bit.file-history.defaultViewLocation": true, "bit.workspace-history.defaultViewLocation": true, "bit.config-history.defaultViewLocation": true, "bit.list.active": true, "bit.status.active": true, "bit.comp-details.active": true, "bit.lane-details.active": true, "bit.comp-history.active": true, "bit.file-history.active": true, "bit.workspace-history.active": true, "bit.config-history.active": true, "bit.list.visible": true, "bit.status.visible": true, "bit.comp-details.visible": true, "bit.lane-details.visible": true, "bit.comp-history.visible": true, "bit.file-history.visible": true, "bit.workspace-history.visible": true, "bit.config-history.visible": true, "bit.list.canMove": true, "bit.status.canMove": true, "bit.comp-details.canMove": true, "bit.lane-details.canMove": true, "bit.comp-history.canMove": true, "bit.file-history.canMove": true, "bit.workspace-history.canMove": true, "bit.config-history.canMove": true, "commitViewProvider.defaultViewLocation": true, "compareCommitViewProvider.defaultViewLocation": true, "commitViewProvider.canMove": true, "compareCommitViewProvider.canMove": true, "gitlens.views.home.defaultViewLocation": true, "gitlens.views.launchpad.defaultViewLocation": true, "gitlens.views.drafts.defaultViewLocation": true, "gitlens.views.workspaces.defaultViewLocation": true, "gitlens.views.home.active": true, "gitlens.views.launchpad.active": true, "gitlens.views.workspaces.active": true, "gitlens.views.home.visible": true, "gitlens.views.launchpad.visible": true, "gitlens.views.workspaces.visible": true, "gitlens.views.home.canMove": true, "gitlens.views.launchpad.canMove": true, "gitlens.views.drafts.canMove": true, "gitlens.views.workspaces.canMove": true, "gitlens.views.commitDetails.defaultViewLocation": true, "gitlens.views.pullRequest.defaultViewLocation": true, "gitlens.views.lineHistory.defaultViewLocation": true, "gitlens.views.fileHistory.defaultViewLocation": true, "gitlens.views.timeline.defaultViewLocation": true, "gitlens.views.searchAndCompare.defaultViewLocation": true, "gitlens.views.commitDetails.active": true, "gitlens.views.lineHistory.active": true, "gitlens.views.fileHistory.active": true, "gitlens.views.searchAndCompare.active": true, "gitlens.views.commitDetails.visible": true, "gitlens.views.lineHistory.visible": true, "gitlens.views.fileHistory.visible": true, "gitlens.views.searchAndCompare.visible": true, "gitlens.views.commitDetails.canMove": true, "gitlens.views.pullRequest.canMove": true, "gitlens.views.lineHistory.canMove": true, "gitlens.views.fileHistory.canMove": true, "gitlens.views.timeline.canMove": true, "gitlens.views.searchAndCompare.canMove": true, "gitlens.views.graph.defaultViewLocation": true, "gitlens.views.graphDetails.defaultViewLocation": true, "gitlens.views.graph.canMove": true, "gitlens.views.graphDetails.canMove": true, "gitlens.views.patchDetails.defaultViewLocation": true, "gitlens.views.patchDetails.canMove": true, "gitlens.views.repositories.defaultViewLocation": true, "gitlens.views.commits.defaultViewLocation": true, "gitlens.views.branches.defaultViewLocation": true, "gitlens.views.remotes.defaultViewLocation": true, "gitlens.views.stashes.defaultViewLocation": true, "gitlens.views.tags.defaultViewLocation": true, "gitlens.views.worktrees.defaultViewLocation": true, "gitlens.views.contributors.defaultViewLocation": true, "gitlens.views.scm.grouped.defaultViewLocation": true, "gitlens.views.repositories.active": true, "gitlens.views.scm.grouped.active": true, "gitlens.views.scm.grouped.visible": true, "gitlens.views.repositories.canMove": true, "gitlens.views.commits.canMove": true, "gitlens.views.branches.canMove": true, "gitlens.views.remotes.canMove": true, "gitlens.views.stashes.canMove": true, "gitlens.views.tags.canMove": true, "gitlens.views.worktrees.canMove": true, "gitlens.views.contributors.canMove": true, "gitlens.views.scm.grouped.canMove": true, "jupyterViewVariables.defaultViewLocation": true, "jupyterViewVariables.canMove": true, "cell-tag.defaultViewLocation": true, "cell-tag.canMove": true, "cmake.projectStatus.defaultViewLocation": true, "cmake.outline.defaultViewLocation": true, "cmake.pinnedCommands.defaultViewLocation": true, "cmake.projectStatus.canMove": true, "cmake.outline.canMove": true, "cmake.pinnedCommands.canMove": true, "CppReferencesView.defaultViewLocation": true, "CppReferencesView.canMove": true, "CppSshTargetsView.defaultViewLocation": true, "CppSshTargetsView.canMove": true, "remoteTargets.defaultViewLocation": true, "remoteTargets.active": true, "remoteTargets.visible": true, "remoteTargets.canMove": false, "nxConsole.views.welcome.defaultViewLocation": true, "nxConsole.views.angular-welcome.defaultViewLocation": true, "nxProjects.defaultViewLocation": true, "nxCloudOnboarding.defaultViewLocation": true, "nxCommands.defaultViewLocation": true, "nxHelpAndFeedback.defaultViewLocation": true, "nxConsole.views.welcome.active": false, "nxHelpAndFeedback.active": true, "nxConsole.views.welcome.visible": false, "nxHelpAndFeedback.visible": true, "nxConsole.views.welcome.canMove": true, "nxConsole.views.angular-welcome.canMove": true, "nxProjects.canMove": true, "nxCloudOnboarding.canMove": true, "nxCommands.canMove": true, "nxHelpAndFeedback.canMove": true, "treeLocalHistory.defaultViewLocation": true, "treeLocalHistory.canMove": true, "treeLocalHistoryExplorer.defaultViewLocation": true, "treeLocalHistoryExplorer.canMove": true, "forwardedPortsViewOnlyEnabled": true, "chatModelsAreUserSelectable": false, "hasOutdatedExtensions": false, "activeOutputChannel": "tasks", "activeLogOutput": false, "activeLogOutput.levelSettable": false, "activeLogOutput.level": "", "activeLogOutput.levelIsDefault": false, "hasSpeechProvider": false, "speechToTextInProgress": false, "textToSpeechInProgress": false, "interactiveWindowOpen": false, "taskRunning": false, "serverlessWebContext": false, "customExecutionSupported": true, "taskCommandsRegistered": true, "shellExecutionSupported": true, "processExecutionSupported": true, "workbench.panel.repl.view.active": true, "workbench.panel.repl.view.visible": true, "applyingChatEditsFailed": false, "hasAppliedChatEdits": false, "inChatEditingSession": false, "isApplyingChatEdits": false, "chatEditingCanUndo": false, "chatEditingCanRedo": false, "testing.coverageToolbarEnabled": false, "testing.inlineCoverageEnabled": false, "testing.isTestCoverageOpen": false, "testing.hasPerTestCoverage": false, "testing.isCoverageFilteredToTest": false, "canToggleWordWrap": false, "editorWordWrap": false, "userHasOpenedNotebook": true, "testing.hasRunnableTests": false, "testing.hasDebuggableTests": false, "testing.hasCoverableTests": false, "testing.hasNonDefaultProfile": false, "testing.hasConfigurableProfile": false, "testing.supportsContinuousRun": false, "scmRepositorySortKey": "discoveryTime", "shareProviderCount": 1, "inlineChatHasProvider": false, "inlineChatPossible": false, "logLevel": "info", "scmActiveRepositoryName": "marina", "scmActiveRepositoryBranchName": "dev", "scmActiveResourceHasChanges": false, "hasGallery": true, "hasLocalServer": true, "hasRemoteServer": false, "hasWebServer": false, "workbench.views.extensions.installed.defaultViewLocation": true, "workbench.views.extensions.popular.defaultViewLocation": true, "extensions.recommendedList.defaultViewLocation": true, "workbench.views.extensions.enabled.defaultViewLocation": true, "workbench.views.extensions.disabled.defaultViewLocation": true, "workbench.views.extensions.marketplace.defaultViewLocation": true, "workbench.views.extensions.searchInstalled.defaultViewLocation": true, "workbench.views.extensions.searchRecentlyUpdated.defaultViewLocation": true, "workbench.views.extensions.searchEnabled.defaultViewLocation": true, "workbench.views.extensions.searchDisabled.defaultViewLocation": true, "workbench.views.extensions.searchOutdated.defaultViewLocation": true, "workbench.views.extensions.searchBuiltin.defaultViewLocation": true, "workbench.views.extensions.searchWorkspaceUnsupported.defaultViewLocation": true, "workbench.views.extensions.workspaceRecommendations.defaultViewLocation": true, "workbench.views.extensions.otherRecommendations.defaultViewLocation": true, "workbench.views.extensions.builtinFeatureExtensions.defaultViewLocation": true, "workbench.views.extensions.builtinThemeExtensions.defaultViewLocation": true, "workbench.views.extensions.builtinProgrammingLanguageExtensions.defaultViewLocation": true, "workbench.views.extensions.untrustedUnsupportedExtensions.defaultViewLocation": true, "workbench.views.extensions.untrustedPartiallySupportedExtensions.defaultViewLocation": true, "workbench.views.extensions.virtualUnsupportedExtensions.defaultViewLocation": true, "workbench.views.extensions.virtualPartiallySupportedExtensions.defaultViewLocation": true, "workbench.views.extensions.deprecatedExtensions.defaultViewLocation": true, "workbench.views.extensions.installed.canMove": false, "workbench.views.extensions.popular.canMove": false, "extensions.recommendedList.canMove": false, "workbench.views.extensions.enabled.canMove": false, "workbench.views.extensions.disabled.canMove": false, "workbench.views.extensions.marketplace.canMove": false, "workbench.views.extensions.searchInstalled.canMove": false, "workbench.views.extensions.searchRecentlyUpdated.canMove": false, "workbench.views.extensions.searchEnabled.canMove": false, "workbench.views.extensions.searchDisabled.canMove": false, "workbench.views.extensions.searchOutdated.canMove": false, "workbench.views.extensions.searchBuiltin.canMove": false, "workbench.views.extensions.searchWorkspaceUnsupported.canMove": false, "workbench.views.extensions.workspaceRecommendations.canMove": false, "workbench.views.extensions.otherRecommendations.canMove": false, "workbench.views.extensions.builtinFeatureExtensions.canMove": false, "workbench.views.extensions.builtinThemeExtensions.canMove": false, "workbench.views.extensions.builtinProgrammingLanguageExtensions.canMove": false, "workbench.views.extensions.untrustedUnsupportedExtensions.canMove": false, "workbench.views.extensions.untrustedPartiallySupportedExtensions.canMove": false, "workbench.views.extensions.virtualUnsupportedExtensions.canMove": false, "workbench.views.extensions.virtualPartiallySupportedExtensions.canMove": false, "workbench.views.extensions.deprecatedExtensions.canMove": false, "terminalChatAgentRegistered": false, "syncEnabled": true, "syncStatus": "idle", "userDataSyncAccountStatus": "available", "enableSyncActivityViews": false, "hasConflicts": false, "enableSyncConflictsView": false, "~remote.forwardedPortsContainer.defaultViewContainerLocation": true, "viewContainer.~remote.forwardedPortsContainer.enabled": true, "multiCursorModifier": "altKey", "releaseNotesUrl": "https://go.microsoft.com/fwlink/?LinkID=533483#vscode", "downloadUrl": "https://code.visualstudio.com", "updateState": "idle", "majorMinorUpdateAvailable": false, "userDataSyncTurningOn": false, "workbench.view.sync.defaultViewContainerLocation": true, "viewContainer.workbench.view.sync.enabled": false, "workbench.views.sync.conflicts.defaultViewLocation": true, "workbench.views.sync.conflicts.canMove": false, "treeView.workbench.views.sync.remoteActivity.enableCollapseAll": true, "treeView.workbench.views.sync.remoteActivity.enableRefresh": true, "workbench.views.sync.remoteActivity.defaultViewLocation": true, "workbench.views.sync.remoteActivity.canMove": false, "treeView.workbench.views.sync.machines.enableRefresh": true, "workbench.views.sync.machines.defaultViewLocation": true, "workbench.views.sync.machines.canMove": false, "treeView.workbench.views.sync.localActivity.enableCollapseAll": true, "treeView.workbench.views.sync.localActivity.enableRefresh": true, "workbench.views.sync.localActivity.defaultViewLocation": true, "workbench.views.sync.localActivity.canMove": false, "treeView.workbench.views.sync.troubleshoot.enableRefresh": true, "workbench.views.sync.troubleshoot.defaultViewLocation": true, "workbench.views.sync.troubleshoot.canMove": false, "treeView.workbench.views.sync.externalActivity.enableCollapseAll": false, "treeView.workbench.views.sync.externalActivity.enableRefresh": false, "workbench.views.sync.externalActivity.defaultViewLocation": true, "workbench.views.sync.externalActivity.canMove": false, "~remote.forwardedPorts.defaultViewLocation": true, "~remote.forwardedPorts.active": true, "~remote.forwardedPorts.visible": true, "~remote.forwardedPorts.canMove": true, "workspacePlatform": "mac", "editSessionsShowView": false, "editSessionsPending": false, "editSessionsSignedIn": false, "workbench.view.editSessions.defaultViewContainerLocation": true, "viewContainer.workbench.view.editSessions.enabled": false, "treeView.workbench.views.editSessions.data.enableCollapseAll": true, "treeView.workbench.views.editSessions.data.enableRefresh": true, "editSessionsCount": 0, "workbench.views.editSessions.data.defaultViewLocation": true, "workbench.views.editSessions.data.canMove": false, "isWorkspaceTrustEnabled": true, "isWorkspaceTrusted": true, "isIssueTroubleshootActive": false, "remoteTunnelConnection": "disconnected", "vueHybridMode": true, "local-history:treeLocation": "explorer", "treeLocalHistoryExplorer.active": true, "treeLocalHistoryExplorer.visible": true, "treeView.treeLocalHistoryExplorer.enableCollapseAll": false, "treeView.treeLocalHistoryExplorer.toggleCollapseAll": false, "treeView.treeLocalHistoryExplorer.enableRefresh": false, "view.treeLocalHistoryExplorer.visible": false, "treeView.treeLocalHistory.enableCollapseAll": false, "treeView.npm.enableCollapseAll": true, "npm:showScriptExplorer": true, "npm.active": true, "git.closedRepositoryCount": 0, "git.parentRepositoryCount": 0, "git.unsafeRepositoryCount": 0, "git.state": "initialized", "gitOpenRepositoryCount": "1", "gitVersion2.35": true, "git-base.gitEnabled": true, "workbench.scm.repositories.active": true, "workbench.scm.history.active": true, "workbench.scm.history.visible": true, "operationInProgress": false, "git.mergeChanges": [], "github.hasGitHubRepo": true, "tsSupportsFileReferences": true, "tsSupportsSourceDefinition": true, "typescript.isManagedFile": false, "tailwindCSS.hasOutputChannel": true, "gitlens:promo": "cybersale24", "gitlens:views:fileHistory:cursorFollowing": false, "gitlens:views:fileHistory:editorFollowing": true, "gitlens:views:lineHistory:editorFollowing": true, "gitlens:views:scm:grouped:welcome": true, "gitlens:views:scm:grouped:views:commits": true, "gitlens:views:scm:grouped:views:branches": true, "gitlens:views:scm:grouped:views:remotes": true, "gitlens:views:scm:grouped:views:stashes": true, "gitlens:views:scm:grouped:views:tags": true, "gitlens:views:scm:grouped:views:worktrees": true, "gitlens:views:scm:grouped:views:contributors": true, "gitlens:views:scm:grouped:views:repositories": false, "gitlens:views:scm:grouped:views:searchAndCompare": false, "gitlens:views:scm:grouped:views:launchpad": false, "gitlens:schemes:trackable": [ "file", "git", "gitlens", "pr", "vscode-remote", "vsls", "vsls-scc", "vscode-vfs", "github" ], "gitlens:plus:state": 2, "gitlens:disabledToggleCodeLens": false, "treeView.gitlens.views.drafts.enableCollapseAll": true, "treeView.gitlens.views.fileHistory.enableCollapseAll": false, "treeView.gitlens.views.lineHistory.enableCollapseAll": false, "treeView.gitlens.views.pullRequest.enableCollapseAll": false, "treeView.gitlens.views.workspaces.enableCollapseAll": true, "treeView.gitlens.views.launchpad.enableCollapseAll": true, "treeView.gitlens.views.repositories.enableCollapseAll": true, "treeView.gitlens.views.searchAndCompare.enableCollapseAll": true, "gitlens:action:createPullRequest": 1, "gitlens:action:openPullRequest": 1, "gitlens:action:hover.commands": 1, "gitlens:vsls": false, "gitlens:views:repositories:autoRefresh": true, "gitlens:gk:organization:ai:enabled": true, "gitlens:gk:organization:drafts:byob": false, "gitlens:gk:organization:drafts:enabled": true, "gitlens.views.drafts.active": true, "gitlens.views.drafts.visible": true, "treeView.nxHelpAndFeedback.enableCollapseAll": false, "isAngularWorkspace": true, "nxConsole.views.angular-welcome.active": true, "nxConsole.views.angular-welcome.visible": true, "isNxWorkspace": false, "gitlens:launchpad:connect": true, "gitlens:enabled": true, "gitlens:hasVirtualFolders": false, "gitlens:repos:withRemotes": [ "file:///Users/yjy/workspace/6.Other/marina", "/Users/yjy/workspace/6.Other/marina" ], "gitlens:repos:withHostingIntegrations": [ "file:///Users/yjy/workspace/6.Other/marina", "/Users/yjy/workspace/6.Other/marina" ], "tailwindCSS.activeTextEditorSupportsClassSorting": false, "gitlens:plus:enabled": true, "gitlens.views.timeline.active": true, "gitlens.views.graph.active": true, "gitlens.views.graphDetails.active": true, "gitlens.views.graph.visible": true, "gitlens.views.graphDetails.visible": true, "gitlens.views.timeline.visible": true, "gitlens:plus:required": true, "notebookVariableViewEnabled": false, "chatExtensionInvalid": false, "languageSupportsDisassembleRequest": false, "gitlens:tabs:tracked": [], "gitlens:tabs:blameable": [], "mergeConflictsCount": 0, "inQuickInput": false, "cursorAtEndOfQuickInputBox": false, "quickInputType": "quickPick", "inCommandsPicker": false, "terminalViewShowing": false, "terminalTabsSingularSelection": true, "terminalSplitTerminal": false, "isTerminalTabsNarrow": true, "terminalTabsFocus": false, "terminalTabsMouse": false, "view.terminal.visible": false, "terminalShellType": "zsh", "treeView.gitlens.views.lineHistory.toggleCollapseAll": false, "treeView.gitlens.views.lineHistory.enableRefresh": false, "treeView.gitlens.views.fileHistory.toggleCollapseAll": false, "treeView.gitlens.views.fileHistory.enableRefresh": false, "treeView.gitlens.views.searchAndCompare.toggleCollapseAll": false, "treeView.gitlens.views.searchAndCompare.enableRefresh": false, "view.gitlens.views.commitDetails.visible": false, "view.gitlens.views.lineHistory.visible": false, "view.gitlens.views.fileHistory.visible": false, "view.gitlens.views.timeline.visible": false, "view.gitlens.views.searchAndCompare.visible": false, "webviewFindWidgetVisible": false, "webviewFindWidgetEnabled": false, "gitlens:webviewView:commitDetails:visible": false, "gitlens:webviewView:timeline:visible": false, "view": "workbench.explorer.fileView", "viewLocation": "sidebar" }

& “create folder” { "config.C_Cpp.debugShortcut": true, "config.C_Cpp.experimentalFeatures": "disabled", "config.C_Cpp.intelliSenseEngine": "default", "config.breadcrumbs.enabled": true, "config.debug.toolBarLocation": "floating", "config.editor.minimap.enabled": true, "config.editor.renderControlCharacters": true, "config.editor.renderWhitespace": "all", "config.editor.stickyScroll.enabled": true, "config.extensions.autoUpdate": true, "config.files.autoSave": "off", "config.git.enabled": true, "config.git.untrackedChanges": "mixed", "config.gitHistory.sourceCodeProviderIntegrationLocation": "Inline", "config.gitlens.advanced.fileHistoryFollowsRenames": true, "config.gitlens.ai.generateCommitMessage.enabled": true, "config.gitlens.blame.toggleMode": "file", "config.gitlens.changes.toggleMode": "file", "config.gitlens.cloudPatches.enabled": true, "config.gitlens.graph.allowMultiple": true, "config.gitlens.graph.layout": "panel", "config.gitlens.heatmap.toggleMode": "file", "config.gitlens.home.preview.enabled": true, "config.gitlens.integrations.enabled": true, "config.gitlens.keymap": "chorded", "config.gitlens.menus.editor.clipboard": true, "config.gitlens.menus.scmRepository.authors": true, "config.gitlens.menus.scmRepository.generateCommitMessage": true, "config.gitlens.menus.scmRepository.patch": true, "config.gitlens.menus.scmRepositoryInline.graph": true, "config.gitlens.outputLevel": "warn", "config.gitlens.plusFeatures.enabled": true, "config.gitlens.views.branches.avatars": true, "config.gitlens.views.branches.branches.layout": "tree", "config.gitlens.views.branches.files.layout": "auto", "config.gitlens.views.branches.pullRequests.enabled": true, "config.gitlens.views.branches.pullRequests.showForBranches": true, "config.gitlens.views.branches.showBranchComparison": "branch", "config.gitlens.views.commits.avatars": true, "config.gitlens.views.commits.files.layout": "auto", "config.gitlens.views.commits.pullRequests.enabled": true, "config.gitlens.views.commits.pullRequests.showForBranches": true, "config.gitlens.views.commits.showBranchComparison": "working", "config.gitlens.views.contributors.avatars": true, "config.gitlens.views.contributors.files.layout": "auto", "config.gitlens.views.drafts.avatars": true, "config.gitlens.views.fileHistory.avatars": true, "config.gitlens.views.launchpad.avatars": true, "config.gitlens.views.launchpad.files.layout": "auto", "config.gitlens.views.lineHistory.avatars": true, "config.gitlens.views.pullRequest.avatars": true, "config.gitlens.views.pullRequest.files.layout": "auto", "config.gitlens.views.remotes.avatars": true, "config.gitlens.views.remotes.branches.layout": "tree", "config.gitlens.views.remotes.files.layout": "auto", "config.gitlens.views.remotes.pullRequests.enabled": true, "config.gitlens.views.remotes.pullRequests.showForBranches": true, "config.gitlens.views.repositories.autoRefresh": true, "config.gitlens.views.repositories.avatars": true, "config.gitlens.views.repositories.files.layout": "auto", "config.gitlens.views.scm.grouped.views.branches": true, "config.gitlens.views.scm.grouped.views.commits": true, "config.gitlens.views.scm.grouped.views.contributors": true, "config.gitlens.views.scm.grouped.views.remotes": true, "config.gitlens.views.scm.grouped.views.stashes": true, "config.gitlens.views.scm.grouped.views.tags": true, "config.gitlens.views.scm.grouped.views.worktrees": true, "config.gitlens.views.searchAndCompare.avatars": true, "config.gitlens.views.searchAndCompare.files.layout": "auto", "config.gitlens.views.showRelativeDateMarkers": true, "config.gitlens.views.stashes.files.layout": "auto", "config.gitlens.views.tags.avatars": true, "config.gitlens.views.tags.branches.layout": "tree", "config.gitlens.views.tags.files.layout": "auto", "config.gitlens.views.worktrees.avatars": true, "config.gitlens.views.worktrees.files.layout": "auto", "config.gitlens.views.worktrees.pullRequests.enabled": true, "config.gitlens.views.worktrees.pullRequests.showForBranches": true, "config.gitlens.views.worktrees.showBranchComparison": "working", "config.gitlens.visualHistory.allowMultiple": true, "config.multiDiffEditor.experimental.enabled": true, "config.remote.SSH.useLocalServer": true, "config.security.workspace.trust.enabled": true, "config.terminal.integrated.tabs.enabled": true, "config.terminal.integrated.tabs.hideCondition": "singleTerminal", "config.terminal.integrated.tabs.showActions": "singleTerminalOrNarrow", "config.terminal.integrated.tabs.showActiveTerminal": "singleTerminalOrNarrow", "config.window.commandCenter": true, "config.workbench.activityBar.location": "default", "config.workbench.editor.editorActionsLocation": "default", "config.workbench.editor.enablePreview": true, "config.workbench.editor.showTabs": "multiple", "config.workbench.layoutControl.enabled": true, "config.workbench.layoutControl.type": "both", "config.workbench.localHistory.enabled": true, "config.workbench.sideBar.location": "left", "config.workbench.statusBar.visible": true, "isComposing": false, "workbench.view.extension.test.defaultViewContainerLocation": true, "workbench.view.testing.defaultViewLocation": true, "workbench.view.testCoverage.defaultViewLocation": true, "workbench.view.testing.canMove": true, "workbench.view.testCoverage.canMove": true, "workbench.view.explorer.defaultViewContainerLocation": true, "outline.defaultViewLocation": true, "timeline.defaultViewLocation": true, "outline.active": true, "outline.canMove": true, "timeline.canMove": true, "workbench.view.search.defaultViewContainerLocation": true, "workbench.view.search.defaultViewLocation": true, "workbench.view.search.active": true, "workbench.view.search.visible": true, "workbench.view.search.canMove": true, "workbench.view.scm.defaultViewContainerLocation": true, "workbench.scm.repositories.defaultViewLocation": true, "workbench.scm.defaultViewLocation": true, "workbench.scm.history.defaultViewLocation": true, "workbench.scm.active": true, "workbench.scm.visible": true, "workbench.scm.repositories.canMove": true, "workbench.scm.canMove": true, "workbench.scm.history.canMove": true, "workbench.view.debug.defaultViewContainerLocation": true, "workbench.debug.variablesView.defaultViewLocation": true, "workbench.debug.watchExpressionsView.defaultViewLocation": true, "workbench.debug.callStackView.defaultViewLocation": true, "workbench.debug.breakPointsView.defaultViewLocation": true, "workbench.debug.welcome.defaultViewLocation": true, "workbench.debug.loadedScriptsView.defaultViewLocation": true, "workbench.debug.variablesView.canMove": true, "workbench.debug.watchExpressionsView.canMove": true, "workbench.debug.callStackView.canMove": true, "workbench.debug.breakPointsView.canMove": true, "workbench.debug.welcome.canMove": false, "workbench.debug.loadedScriptsView.canMove": true, "workbench.view.extensions.defaultViewContainerLocation": true, "workbench.view.remote.defaultViewContainerLocation": true, "workbench.panel.testResults.defaultViewContainerLocation": true, "workbench.panel.testResults.view.defaultViewLocation": true, "workbench.panel.testResults.view.canMove": true, "refactorPreview.defaultViewContainerLocation": true, "refactorPreview.defaultViewLocation": true, "refactorPreview.canMove": false, "workbench.panel.repl.defaultViewContainerLocation": true, "workbench.panel.repl.view.defaultViewLocation": true, "workbench.panel.repl.view.canMove": true, "workbench.panel.markers.defaultViewContainerLocation": true, "workbench.panel.markers.view.defaultViewLocation": true, "workbench.panel.markers.view.active": true, "workbench.panel.markers.view.visible": true, "workbench.panel.markers.view.canMove": true, "workbench.panel.output.defaultViewContainerLocation": true, "workbench.panel.output.defaultViewLocation": true, "workbench.panel.output.active": true, "workbench.panel.output.visible": true, "workbench.panel.output.canMove": true, "terminal.defaultViewContainerLocation": true, "terminal.defaultViewLocation": true, "terminal.active": true, "terminal.visible": true, "terminal.canMove": true, "viewContainer.workbench.view.extension.test.enabled": false, "viewContainer.workbench.view.explorer.enabled": true, "viewContainer.workbench.view.search.enabled": true, "viewContainer.workbench.view.scm.enabled": true, "viewContainer.workbench.view.debug.enabled": true, "viewContainer.workbench.view.extensions.enabled": true, "viewContainer.workbench.view.remote.enabled": true, "viewContainer.workbench.panel.testResults.enabled": false, "viewContainer.refactorPreview.enabled": false, "viewContainer.workbench.panel.repl.enabled": true, "viewContainer.workbench.panel.markers.enabled": true, "viewContainer.workbench.panel.output.enabled": true, "viewContainer.terminal.enabled": true, "focusedView": "", "navigableContainerFocused": false, "canNavigateBack": true, "canNavigateForward": false, "canNavigateBackInNavigationLocations": false, "canNavigateForwardInNavigationLocations": false, "canNavigateToLastNavigationLocation": false, "canNavigateBackInEditLocations": false, "canNavigateForwardInEditLocations": false, "canNavigateToLastEditLocation": true, "canReopenClosedEditor": true, "autoSaveAfterShortDelayContext": false, "workbench.panel.chat.defaultViewContainerLocation": true, "viewContainer.workbench.panel.chat.enabled": false, "workbench.panel.chat.view.copilot.defaultViewLocation": true, "workbench.panel.chat.view.copilot.canMove": true, "workbench.panel.chatEditing.defaultViewContainerLocation": true, "viewContainer.workbench.panel.chatEditing.enabled": false, "workbench.panel.chat.view.edits.defaultViewLocation": true, "workbench.panel.chat.view.edits.canMove": true, "activePanel": "", "panelFocus": false, "activeViewlet": "workbench.view.explorer", "sideBarFocus": false, "activeAuxiliary": "", "auxiliaryBarFocus": false, "saveConflictResolutionContext": false, "remoteConnectionState": "", "listSupportsTypeNavigation": true, "listSupportsKeyboardNavigation": true, "chatShouldShowMovedViewWelcome": false, "notebookChatAgentRegistered": false, "chatIsEnabled": false, "chatPanelParticipantRegistered": false, "chatEditingParticipantRegistered": false, "accessibilityModeEnabled": false, "refactorPreview.enabled": false, "currentProfile": "defaultprofile__", "isCurrentProfileTransient": false, "hasProfiles": false, "timelineHasProvider": true, "timeline.active": true, "chatInstallEntitled": false, "isMac": true, "isLinux": false, "isWindows": false, "isWeb": false, "isMacNative": true, "isIOS": false, "isMobile": false, "remoteName": "", "virtualWorkspace": "", "temporaryWorkspace": false, "hasWebFileSystemAccess": true, "isDevelopment": false, "productQualityType": "stable", "activeEditorGroupEmpty": true, "activeEditorGroupIndex": 1, "activeEditorGroupLast": true, "activeEditorGroupLocked": false, "multipleEditorGroups": false, "editorIsOpen": false, "dirtyWorkingCopies": false, "inputFocus": false, "workbenchState": "folder", "workspaceFolderCount": 1, "openFolderWorkspaceSupport": true, "emptyWorkspaceSupport": true, "enterMultiRootWorkspaceSupport": true, "splitEditorsVertically": false, "isFullscreen": false, "isAuxiliaryWindowFocusedContext": false, "inZenMode": false, "isCenteredLayout": false, "mainEditorAreaVisible": true, "editorTabsVisible": true, "sideBarVisible": true, "titleBarVisible": true, "titleBarStyle": "custom", "panelPosition": "bottom", "panelVisible": false, "panelMaximized": false, "panelAlignment": "center", "auxiliaryBarVisible": false, "inQuickOpen": false, "activeEditorIsDirty": false, "activeEditorIsNotPreview": false, "activeEditorIsFirstInGroup": false, "activeEditorIsLastInGroup": false, "activeEditorIsPinned": false, "groupEditorsCount": 0, "activeEditor": null, "activeEditorIsReadonly": false, "activeEditorCanRevert": false, "activeEditorCanToggleReadonly": true, "activeCompareEditorCanSwap": false, "textCompareEditorVisible": false, "textCompareEditorActive": false, "activeEditorAvailableEditorIds": "", "activeEditorCanSplitInGroup": false, "sideBySideEditorActive": false, "notificationCenterVisible": false, "notificationToastsVisible": false, "explorerViewletVisible": true, "workbench.explorer.openEditorsView.defaultViewLocation": true, "workbench.explorer.fileView.defaultViewLocation": true, "workbench.explorer.openEditorsView.active": true, "workbench.explorer.fileView.active": true, "workbench.explorer.openEditorsView.visible": true, "workbench.explorer.fileView.visible": true, "explorerResourceIsFolder": true, "explorerResourceReadonly": true, "explorerResourceAvailableEditorIds": "default", "explorerResourceIsRoot": true, "explorerResourceMoveableToTrash": false, "explorerViewletCompressedFocus": false, "explorerViewletCompressedFirstFocus": false, "explorerViewletCompressedLastFocus": true, "viewHasSomeCollapsibleItem": false, "foldersViewVisible": true, "resource": "file:///Users/yjy/workspace/6.Other/marina", "resourceScheme": "file", "resourceFilename": "marina", "resourceDirname": "/Users/yjy/workspace/6.Other", "resourcePath": "/Users/yjy/workspace/6.Other/marina", "resourceLangId": "unknown", "resourceExtname": "", "resourceSet": true, "isFileSystemResource": true, "view.workbench.explorer.openEditorsView.visible": false, "view.workbench.explorer.fileView.visible": true, "workbench.explorer.openEditorsView.canMove": true, "workbench.explorer.fileView.canMove": true, "scm.providerCount": 1, "activeCustomEditorId": "", "focusedCustomEditorIsEditable": false, "terminalGroupCount": 1, "testing.isRunning": false, "testing.hasAnyResults": false, "testing.isRefreshing": false, "testing.activeEditorHasTests": false, "testing.providerCount": 0, "testing.canRefresh": false, "testing.canGoToRelatedCode": false, "testing.canGoToRelatedTest": false, "debuggersAvailable": true, "debugExtensionAvailable": true, "debugConfigurationType": "chrome", "expressionSelected": false, "loadedScriptsSupported": false, "stepBackSupported": false, "focusedSessionIsAttach": false, "focusedSessionIsNoDebug": false, "restartFrameSupported": false, "stepIntoTargetsSupported": false, "jumpToCursorSupported": false, "debugSetVariableSupported": false, "debugSetDataBreakpointAddressSupported": false, "debugSetExpressionSupported": false, "multiSessionDebug": false, "terminateDebuggeeSupported": false, "suspendDebuggeeSupported": false, "disassembleRequestSupported": false, "focusedStackFrameHasInstructionReference": false, "workspaceHasCommenting": false, "debugState": "inactive", "hasDebugged": false, "inDebugMode": false, "debugUx": "default", "breakpointsExist": false, "disassemblyViewFocus": false, "workbench.debug.variablesView.active": true, "workbench.debug.watchExpressionsView.active": true, "workbench.debug.callStackView.active": true, "workbench.debug.breakPointsView.active": true, "workbench.debug.variablesView.visible": true, "workbench.debug.watchExpressionsView.visible": true, "workbench.debug.callStackView.visible": true, "workbench.debug.breakPointsView.visible": true, "terminalWebExtensionContributedProfile": false, "terminalEditorActive": false, "terminalIsOpen": true, "terminalProcessSupported": true, "terminalHasBeenCreated": true, "terminalCount": 1, "activeWebviewPanelId": "", "workbench.view.extension.references-view.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.references-view.enabled": false, "workbench.view.extension.bit.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.bit.enabled": true, "workbench.view.extension.gitlens.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.gitlens.enabled": true, "workbench.view.extension.gitlensInspect.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.gitlensInspect.enabled": true, "workbench.view.extension.gitlensPatch.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.gitlensPatch.enabled": false, "workbench.view.extension.gitlensPanel.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.gitlensPanel.enabled": true, "workbench.view.extension.jupyter.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.jupyter.enabled": false, "workbench.view.extension.jupyter-variables.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.jupyter-variables.enabled": false, "workbench.view.extension.cmake-view.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.cmake-view.enabled": false, "workbench.view.extension.nx-console.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.nx-console.enabled": true, "workbench.view.extension.localHistory.defaultViewContainerLocation": true, "viewContainer.workbench.view.extension.localHistory.enabled": false, "jsBrowserBreakpoints.defaultViewLocation": true, "jsExcludedCallers.defaultViewLocation": true, "jsDebugNetworkTree.defaultViewLocation": true, "jsBrowserBreakpoints.canMove": true, "jsExcludedCallers.canMove": true, "jsDebugNetworkTree.canMove": true, "npm.defaultViewLocation": true, "npm.canMove": true, "references-view.tree.defaultViewLocation": true, "references-view.tree.canMove": true, "bit.list.defaultViewLocation": true, "bit.status.defaultViewLocation": true, "bit.comp-details.defaultViewLocation": true, "bit.lane-details.defaultViewLocation": true, "bit.comp-history.defaultViewLocation": true, "bit.file-history.defaultViewLocation": true, "bit.workspace-history.defaultViewLocation": true, "bit.config-history.defaultViewLocation": true, "bit.list.active": true, "bit.status.active": true, "bit.comp-details.active": true, "bit.lane-details.active": true, "bit.comp-history.active": true, "bit.file-history.active": true, "bit.workspace-history.active": true, "bit.config-history.active": true, "bit.list.visible": true, "bit.status.visible": true, "bit.comp-details.visible": true, "bit.lane-details.visible": true, "bit.comp-history.visible": true, "bit.file-history.visible": true, "bit.workspace-history.visible": true, "bit.config-history.visible": true, "bit.list.canMove": true, "bit.status.canMove": true, "bit.comp-details.canMove": true, "bit.lane-details.canMove": true, "bit.comp-history.canMove": true, "bit.file-history.canMove": true, "bit.workspace-history.canMove": true, "bit.config-history.canMove": true, "commitViewProvider.defaultViewLocation": true, "compareCommitViewProvider.defaultViewLocation": true, "commitViewProvider.canMove": true, "compareCommitViewProvider.canMove": true, "gitlens.views.home.defaultViewLocation": true, "gitlens.views.launchpad.defaultViewLocation": true, "gitlens.views.drafts.defaultViewLocation": true, "gitlens.views.workspaces.defaultViewLocation": true, "gitlens.views.home.active": true, "gitlens.views.launchpad.active": true, "gitlens.views.workspaces.active": true, "gitlens.views.home.visible": true, "gitlens.views.launchpad.visible": true, "gitlens.views.workspaces.visible": true, "gitlens.views.home.canMove": true, "gitlens.views.launchpad.canMove": true, "gitlens.views.drafts.canMove": true, "gitlens.views.workspaces.canMove": true, "gitlens.views.commitDetails.defaultViewLocation": true, "gitlens.views.pullRequest.defaultViewLocation": true, "gitlens.views.lineHistory.defaultViewLocation": true, "gitlens.views.fileHistory.defaultViewLocation": true, "gitlens.views.timeline.defaultViewLocation": true, "gitlens.views.searchAndCompare.defaultViewLocation": true, "gitlens.views.commitDetails.active": true, "gitlens.views.lineHistory.active": true, "gitlens.views.fileHistory.active": true, "gitlens.views.searchAndCompare.active": true, "gitlens.views.commitDetails.visible": true, "gitlens.views.lineHistory.visible": true, "gitlens.views.fileHistory.visible": true, "gitlens.views.searchAndCompare.visible": true, "gitlens.views.commitDetails.canMove": true, "gitlens.views.pullRequest.canMove": true, "gitlens.views.lineHistory.canMove": true, "gitlens.views.fileHistory.canMove": true, "gitlens.views.timeline.canMove": true, "gitlens.views.searchAndCompare.canMove": true, "gitlens.views.graph.defaultViewLocation": true, "gitlens.views.graphDetails.defaultViewLocation": true, "gitlens.views.graph.canMove": true, "gitlens.views.graphDetails.canMove": true, "gitlens.views.patchDetails.defaultViewLocation": true, "gitlens.views.patchDetails.canMove": true, "gitlens.views.repositories.defaultViewLocation": true, "gitlens.views.commits.defaultViewLocation": true, "gitlens.views.branches.defaultViewLocation": true, "gitlens.views.remotes.defaultViewLocation": true, "gitlens.views.stashes.defaultViewLocation": true, "gitlens.views.tags.defaultViewLocation": true, "gitlens.views.worktrees.defaultViewLocation": true, "gitlens.views.contributors.defaultViewLocation": true, "gitlens.views.scm.grouped.defaultViewLocation": true, "gitlens.views.repositories.active": true, "gitlens.views.scm.grouped.active": true, "gitlens.views.scm.grouped.visible": true, "gitlens.views.repositories.canMove": true, "gitlens.views.commits.canMove": true, "gitlens.views.branches.canMove": true, "gitlens.views.remotes.canMove": true, "gitlens.views.stashes.canMove": true, "gitlens.views.tags.canMove": true, "gitlens.views.worktrees.canMove": true, "gitlens.views.contributors.canMove": true, "gitlens.views.scm.grouped.canMove": true, "jupyterViewVariables.defaultViewLocation": true, "jupyterViewVariables.canMove": true, "cell-tag.defaultViewLocation": true, "cell-tag.canMove": true, "cmake.projectStatus.defaultViewLocation": true, "cmake.outline.defaultViewLocation": true, "cmake.pinnedCommands.defaultViewLocation": true, "cmake.projectStatus.canMove": true, "cmake.outline.canMove": true, "cmake.pinnedCommands.canMove": true, "CppReferencesView.defaultViewLocation": true, "CppReferencesView.canMove": true, "CppSshTargetsView.defaultViewLocation": true, "CppSshTargetsView.canMove": true, "remoteTargets.defaultViewLocation": true, "remoteTargets.active": true, "remoteTargets.visible": true, "remoteTargets.canMove": false, "nxConsole.views.welcome.defaultViewLocation": true, "nxConsole.views.angular-welcome.defaultViewLocation": true, "nxProjects.defaultViewLocation": true, "nxCloudOnboarding.defaultViewLocation": true, "nxCommands.defaultViewLocation": true, "nxHelpAndFeedback.defaultViewLocation": true, "nxConsole.views.welcome.active": false, "nxHelpAndFeedback.active": true, "nxConsole.views.welcome.visible": false, "nxHelpAndFeedback.visible": true, "nxConsole.views.welcome.canMove": true, "nxConsole.views.angular-welcome.canMove": true, "nxProjects.canMove": true, "nxCloudOnboarding.canMove": true, "nxCommands.canMove": true, "nxHelpAndFeedback.canMove": true, "treeLocalHistory.defaultViewLocation": true, "treeLocalHistory.canMove": true, "treeLocalHistoryExplorer.defaultViewLocation": true, "treeLocalHistoryExplorer.canMove": true, "forwardedPortsViewOnlyEnabled": true, "chatModelsAreUserSelectable": false, "hasOutdatedExtensions": false, "activeOutputChannel": "tasks", "activeLogOutput": false, "activeLogOutput.levelSettable": false, "activeLogOutput.level": "", "activeLogOutput.levelIsDefault": false, "hasSpeechProvider": false, "speechToTextInProgress": false, "textToSpeechInProgress": false, "interactiveWindowOpen": false, "taskRunning": false, "serverlessWebContext": false, "customExecutionSupported": true, "taskCommandsRegistered": true, "shellExecutionSupported": true, "processExecutionSupported": true, "workbench.panel.repl.view.active": true, "workbench.panel.repl.view.visible": true, "applyingChatEditsFailed": false, "hasAppliedChatEdits": false, "inChatEditingSession": false, "isApplyingChatEdits": false, "chatEditingCanUndo": false, "chatEditingCanRedo": false, "testing.coverageToolbarEnabled": false, "testing.inlineCoverageEnabled": false, "testing.isTestCoverageOpen": false, "testing.hasPerTestCoverage": false, "testing.isCoverageFilteredToTest": false, "canToggleWordWrap": false, "editorWordWrap": false, "userHasOpenedNotebook": true, "testing.hasRunnableTests": false, "testing.hasDebuggableTests": false, "testing.hasCoverableTests": false, "testing.hasNonDefaultProfile": false, "testing.hasConfigurableProfile": false, "testing.supportsContinuousRun": false, "scmRepositorySortKey": "discoveryTime", "shareProviderCount": 1, "inlineChatHasProvider": false, "inlineChatPossible": false, "logLevel": "info", "scmActiveRepositoryName": "marina", "scmActiveRepositoryBranchName": "dev", "scmActiveResourceHasChanges": false, "hasGallery": true, "hasLocalServer": true, "hasRemoteServer": false, "hasWebServer": false, "workbench.views.extensions.installed.defaultViewLocation": true, "workbench.views.extensions.popular.defaultViewLocation": true, "extensions.recommendedList.defaultViewLocation": true, "workbench.views.extensions.enabled.defaultViewLocation": true, "workbench.views.extensions.disabled.defaultViewLocation": true, "workbench.views.extensions.marketplace.defaultViewLocation": true, "workbench.views.extensions.searchInstalled.defaultViewLocation": true, "workbench.views.extensions.searchRecentlyUpdated.defaultViewLocation": true, "workbench.views.extensions.searchEnabled.defaultViewLocation": true, "workbench.views.extensions.searchDisabled.defaultViewLocation": true, "workbench.views.extensions.searchOutdated.defaultViewLocation": true, "workbench.views.extensions.searchBuiltin.defaultViewLocation": true, "workbench.views.extensions.searchWorkspaceUnsupported.defaultViewLocation": true, "workbench.views.extensions.workspaceRecommendations.defaultViewLocation": true, "workbench.views.extensions.otherRecommendations.defaultViewLocation": true, "workbench.views.extensions.builtinFeatureExtensions.defaultViewLocation": true, "workbench.views.extensions.builtinThemeExtensions.defaultViewLocation": true, "workbench.views.extensions.builtinProgrammingLanguageExtensions.defaultViewLocation": true, "workbench.views.extensions.untrustedUnsupportedExtensions.defaultViewLocation": true, "workbench.views.extensions.untrustedPartiallySupportedExtensions.defaultViewLocation": true, "workbench.views.extensions.virtualUnsupportedExtensions.defaultViewLocation": true, "workbench.views.extensions.virtualPartiallySupportedExtensions.defaultViewLocation": true, "workbench.views.extensions.deprecatedExtensions.defaultViewLocation": true, "workbench.views.extensions.installed.canMove": false, "workbench.views.extensions.popular.canMove": false, "extensions.recommendedList.canMove": false, "workbench.views.extensions.enabled.canMove": false, "workbench.views.extensions.disabled.canMove": false, "workbench.views.extensions.marketplace.canMove": false, "workbench.views.extensions.searchInstalled.canMove": false, "workbench.views.extensions.searchRecentlyUpdated.canMove": false, "workbench.views.extensions.searchEnabled.canMove": false, "workbench.views.extensions.searchDisabled.canMove": false, "workbench.views.extensions.searchOutdated.canMove": false, "workbench.views.extensions.searchBuiltin.canMove": false, "workbench.views.extensions.searchWorkspaceUnsupported.canMove": false, "workbench.views.extensions.workspaceRecommendations.canMove": false, "workbench.views.extensions.otherRecommendations.canMove": false, "workbench.views.extensions.builtinFeatureExtensions.canMove": false, "workbench.views.extensions.builtinThemeExtensions.canMove": false, "workbench.views.extensions.builtinProgrammingLanguageExtensions.canMove": false, "workbench.views.extensions.untrustedUnsupportedExtensions.canMove": false, "workbench.views.extensions.untrustedPartiallySupportedExtensions.canMove": false, "workbench.views.extensions.virtualUnsupportedExtensions.canMove": false, "workbench.views.extensions.virtualPartiallySupportedExtensions.canMove": false, "workbench.views.extensions.deprecatedExtensions.canMove": false, "terminalChatAgentRegistered": false, "syncEnabled": true, "syncStatus": "idle", "userDataSyncAccountStatus": "available", "enableSyncActivityViews": false, "hasConflicts": false, "enableSyncConflictsView": false, "~remote.forwardedPortsContainer.defaultViewContainerLocation": true, "viewContainer.~remote.forwardedPortsContainer.enabled": true, "multiCursorModifier": "altKey", "releaseNotesUrl": "https://go.microsoft.com/fwlink/?LinkID=533483#vscode", "downloadUrl": "https://code.visualstudio.com", "updateState": "idle", "majorMinorUpdateAvailable": false, "userDataSyncTurningOn": false, "workbench.view.sync.defaultViewContainerLocation": true, "viewContainer.workbench.view.sync.enabled": false, "workbench.views.sync.conflicts.defaultViewLocation": true, "workbench.views.sync.conflicts.canMove": false, "treeView.workbench.views.sync.remoteActivity.enableCollapseAll": true, "treeView.workbench.views.sync.remoteActivity.enableRefresh": true, "workbench.views.sync.remoteActivity.defaultViewLocation": true, "workbench.views.sync.remoteActivity.canMove": false, "treeView.workbench.views.sync.machines.enableRefresh": true, "workbench.views.sync.machines.defaultViewLocation": true, "workbench.views.sync.machines.canMove": false, "treeView.workbench.views.sync.localActivity.enableCollapseAll": true, "treeView.workbench.views.sync.localActivity.enableRefresh": true, "workbench.views.sync.localActivity.defaultViewLocation": true, "workbench.views.sync.localActivity.canMove": false, "treeView.workbench.views.sync.troubleshoot.enableRefresh": true, "workbench.views.sync.troubleshoot.defaultViewLocation": true, "workbench.views.sync.troubleshoot.canMove": false, "treeView.workbench.views.sync.externalActivity.enableCollapseAll": false, "treeView.workbench.views.sync.externalActivity.enableRefresh": false, "workbench.views.sync.externalActivity.defaultViewLocation": true, "workbench.views.sync.externalActivity.canMove": false, "~remote.forwardedPorts.defaultViewLocation": true, "~remote.forwardedPorts.active": true, "~remote.forwardedPorts.visible": true, "~remote.forwardedPorts.canMove": true, "workspacePlatform": "mac", "editSessionsShowView": false, "editSessionsPending": false, "editSessionsSignedIn": false, "workbench.view.editSessions.defaultViewContainerLocation": true, "viewContainer.workbench.view.editSessions.enabled": false, "treeView.workbench.views.editSessions.data.enableCollapseAll": true, "treeView.workbench.views.editSessions.data.enableRefresh": true, "editSessionsCount": 0, "workbench.views.editSessions.data.defaultViewLocation": true, "workbench.views.editSessions.data.canMove": false, "isWorkspaceTrustEnabled": true, "isWorkspaceTrusted": true, "isIssueTroubleshootActive": false, "remoteTunnelConnection": "disconnected", "vueHybridMode": true, "local-history:treeLocation": "explorer", "treeLocalHistoryExplorer.active": true, "treeLocalHistoryExplorer.visible": true, "treeView.treeLocalHistoryExplorer.enableCollapseAll": false, "treeView.treeLocalHistoryExplorer.toggleCollapseAll": false, "treeView.treeLocalHistoryExplorer.enableRefresh": false, "view.treeLocalHistoryExplorer.visible": false, "treeView.treeLocalHistory.enableCollapseAll": false, "treeView.npm.enableCollapseAll": true, "npm:showScriptExplorer": true, "npm.active": true, "git.closedRepositoryCount": 0, "git.parentRepositoryCount": 0, "git.unsafeRepositoryCount": 0, "git.state": "initialized", "gitOpenRepositoryCount": "1", "gitVersion2.35": true, "git-base.gitEnabled": true, "workbench.scm.repositories.active": true, "workbench.scm.history.active": true, "workbench.scm.history.visible": true, "operationInProgress": false, "git.mergeChanges": [], "github.hasGitHubRepo": true, "tsSupportsFileReferences": true, "tsSupportsSourceDefinition": true, "typescript.isManagedFile": false, "tailwindCSS.hasOutputChannel": true, "gitlens:promo": "cybersale24", "gitlens:views:fileHistory:cursorFollowing": false, "gitlens:views:fileHistory:editorFollowing": true, "gitlens:views:lineHistory:editorFollowing": true, "gitlens:views:scm:grouped:welcome": true, "gitlens:views:scm:grouped:views:commits": true, "gitlens:views:scm:grouped:views:branches": true, "gitlens:views:scm:grouped:views:remotes": true, "gitlens:views:scm:grouped:views:stashes": true, "gitlens:views:scm:grouped:views:tags": true, "gitlens:views:scm:grouped:views:worktrees": true, "gitlens:views:scm:grouped:views:contributors": true, "gitlens:views:scm:grouped:views:repositories": false, "gitlens:views:scm:grouped:views:searchAndCompare": false, "gitlens:views:scm:grouped:views:launchpad": false, "gitlens:schemes:trackable": [ "file", "git", "gitlens", "pr", "vscode-remote", "vsls", "vsls-scc", "vscode-vfs", "github" ], "gitlens:plus:state": 2, "gitlens:disabledToggleCodeLens": false, "treeView.gitlens.views.drafts.enableCollapseAll": true, "treeView.gitlens.views.fileHistory.enableCollapseAll": false, "treeView.gitlens.views.lineHistory.enableCollapseAll": false, "treeView.gitlens.views.pullRequest.enableCollapseAll": false, "treeView.gitlens.views.workspaces.enableCollapseAll": true, "treeView.gitlens.views.launchpad.enableCollapseAll": true, "treeView.gitlens.views.repositories.enableCollapseAll": true, "treeView.gitlens.views.searchAndCompare.enableCollapseAll": true, "gitlens:action:createPullRequest": 1, "gitlens:action:openPullRequest": 1, "gitlens:action:hover.commands": 1, "gitlens:vsls": false, "gitlens:views:repositories:autoRefresh": true, "gitlens:gk:organization:ai:enabled": true, "gitlens:gk:organization:drafts:byob": false, "gitlens:gk:organization:drafts:enabled": true, "gitlens.views.drafts.active": true, "gitlens.views.drafts.visible": true, "treeView.nxHelpAndFeedback.enableCollapseAll": false, "isAngularWorkspace": true, "nxConsole.views.angular-welcome.active": true, "nxConsole.views.angular-welcome.visible": true, "isNxWorkspace": false, "gitlens:launchpad:connect": true, "gitlens:enabled": true, "gitlens:hasVirtualFolders": false, "gitlens:repos:withRemotes": [ "file:///Users/yjy/workspace/6.Other/marina", "/Users/yjy/workspace/6.Other/marina" ], "gitlens:repos:withHostingIntegrations": [ "file:///Users/yjy/workspace/6.Other/marina", "/Users/yjy/workspace/6.Other/marina" ], "tailwindCSS.activeTextEditorSupportsClassSorting": false, "gitlens:plus:enabled": true, "gitlens.views.timeline.active": true, "gitlens.views.graph.active": true, "gitlens.views.graphDetails.active": true, "gitlens.views.graph.visible": true, "gitlens.views.graphDetails.visible": true, "gitlens.views.timeline.visible": true, "gitlens:plus:required": true, "notebookVariableViewEnabled": false, "chatExtensionInvalid": false, "languageSupportsDisassembleRequest": false, "gitlens:tabs:tracked": [], "gitlens:tabs:blameable": [], "mergeConflictsCount": 0, "inQuickInput": false, "cursorAtEndOfQuickInputBox": false, "quickInputType": "quickPick", "inCommandsPicker": false, "terminalViewShowing": false, "terminalTabsSingularSelection": true, "terminalSplitTerminal": false, "isTerminalTabsNarrow": true, "terminalTabsFocus": false, "terminalTabsMouse": false, "view.terminal.visible": false, "terminalShellType": "zsh", "treeView.gitlens.views.lineHistory.toggleCollapseAll": false, "treeView.gitlens.views.lineHistory.enableRefresh": false, "treeView.gitlens.views.fileHistory.toggleCollapseAll": false, "treeView.gitlens.views.fileHistory.enableRefresh": false, "treeView.gitlens.views.searchAndCompare.toggleCollapseAll": false, "treeView.gitlens.views.searchAndCompare.enableRefresh": false, "view.gitlens.views.commitDetails.visible": false, "view.gitlens.views.lineHistory.visible": false, "view.gitlens.views.fileHistory.visible": false, "view.gitlens.views.timeline.visible": false, "view.gitlens.views.searchAndCompare.visible": false, "webviewFindWidgetVisible": false, "webviewFindWidgetEnabled": false, "gitlens:webviewView:commitDetails:visible": false, "gitlens:webviewView:timeline:visible": false, "inFilesPicker": false, "view": "workbench.explorer.fileView", "viewLocation": "sidebar" }

Thanks a lot ~