-
Notifications
You must be signed in to change notification settings - Fork 36.4k
Open
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: Version: 1.106.2
- OS Version: MacOS 26.2 Beta 3
Steps to Reproduce:
- Just do horizontal scroll
My VS Code settings.json
{
"workbench.colorTheme": "One Dark Pro Night Flat",
"editor.minimap.enabled": false,
"editor.renderLineHighlight": "none",
"editor.fontSize": 13,
"window.zoomLevel": 0.6,
"editor.formatOnSaveMode": "modificationsIfAvailable",
"editor.formatOnSave": true,
"editor.mouseWheelZoom": false,
"editor.lineDecorationsWidth": 0,
"workbench.colorCustomizations": {
"editorGutter.background": "#0d0d0d",
"editor.lineNumber.foreground": "#5c6370",
"editorLineNumber.activeForeground": "#c678dd",
"editorCursor.foreground": "#528bff",
"focusBorder": "#474747",
"sideBarSectionHeader.border": "#474747",
"tab.activeBorder": "#00ff00",
"tab.activeBorderTop": "#474747",
"[Default Dark+]": {
"sideBarTitle.foreground": "#ffffff",
"sideBarSectionHeader.foreground": "#ffffff",
"editor.background": "#121212"
},
"[One Dark Pro]": {
"editor.background": "#121212"
},
"editorGroup.border": "#ff0000",
"sideBar.border": "#474747",
"sideBar.foreground": "#ffffff",
"activityBar.border": "#474747",
"titleBar.border": "#474747",
"sideBarSectionHeader.foreground": "#ffffff",
"sideBarTitle.foreground": "#ffffff",
"statusBar.border": "#474747",
"statusBar.focusBorder": "#474747",
"statusBar.foreground": "#ffffff",
"terminal.background": "#101010",
"terminal.foreground": "#2aed0c",
"terminalCursor.background": "#0b0b0b",
"terminalCursor.foreground": "#e7edf1",
"terminal.ansiBlack": "#080000",
"terminal.ansiBlue": "#60dcf5",
"terminal.ansiBrightBlack": "#eb0b86",
"terminal.ansiBrightBlue": "#0D6678",
"terminal.ansiBrightCyan": "#00FFFF",
"terminal.ansiBrightGreen": "#4af70b",
"terminal.ansiBrightMagenta": "#cc1a88",
"terminal.ansiBrightRed": "#f52323",
"terminal.ansiBrightWhite": "#fdfdfd",
"terminal.ansiBrightYellow": "#FAC03B",
"terminal.ansiCyan": "#35c58e",
"terminal.ansiGreen": "#48d515",
"terminal.ansiMagenta": "#d10b85",
"terminal.ansiRed": "#c92812",
"terminal.ansiWhite": "#ece7e1",
"terminal.ansiYellow": "#f3ad08",
},
"material-icon-theme.folders.color": "#26a69a",
"workbench.list.openMode": "doubleClick",
"editor.smoothScrolling": true,
"workbench.list.smoothScrolling": true,
"diffEditor.ignoreTrimWhitespace": false,
"editor.indentSize": "tabSize",
"editor.tabSize": 4,
"editor.autoIndent": "advanced",
"debug.toolBarLocation": "commandCenter",
"editor.accessibilitySupport": "off",
"cmake.configureOnOpen": true,
"cmake.showOptionsMovedNotification": false,
"git.openRepositoryInParentFolders": "always",
"terminal.integrated.fontSize": 13,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyleInactive": "line",
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.mouseWheelScrollSensitivity": 0.3,
"cSpell.userWords": [
"benazir"
],
"workbench.settings.applyToAllProfiles": [],
"redhat.telemetry.enabled": true,
"maven.executable.path": "/usr/local/apache-maven/bin/mvn",
"maven.executable.preferMavenWrapper": false,
"chat.instructionsFilesLocations": {
".github/instructions": true,
"/var/folders/1x/b4x582n118bchzg84f_v78nm0000gn/T/postman-http-request-post-response.instructions.md": true,
"/var/folders/1x/b4x582n118bchzg84f_v78nm0000gn/T/postman-http-request-pre-request.instructions.md": true,
"/var/folders/1x/b4x582n118bchzg84f_v78nm0000gn/T/postman-collections-post-response.instructions.md": true,
"/var/folders/1x/b4x582n118bchzg84f_v78nm0000gn/T/postman-collections-pre-request.instructions.md": true,
"/var/folders/1x/b4x582n118bchzg84f_v78nm0000gn/T/postman-folder-post-response.instructions.md": true,
"/var/folders/1x/b4x582n118bchzg84f_v78nm0000gn/T/postman-folder-pre-request.instructions.md": true
},
"makefile.configureOnOpen": true,
"go.buildTags": "integration_test",
"editor.scrollbar.vertical": "visible",
"editor.scrollbar.scrollByPage": true,
"explorer.compactFolders": false,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"[go]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "golang.go",
"editor.formatOnSaveMode": "file"
},
"go.testFlags": [
"-count=1"
],
"sonarlint.automaticAnalysis": false,
"editor.stickyScroll.enabled": false,
"workbench.editorAssociations": {
"*.copilotmd": "vscode.markdown.preview.editor",
"*.json": "default"
},
"workbench.secondarySideBar.defaultVisibility": "hidden",
"github.copilot.nextEditSuggestions.enabled": true,
"gitlens.ai.model": "vscode",
"gitlens.ai.vscode.model": "copilot:gpt-4.1",
"sonarlint.focusOnNewCode": true,
"workbench.startupEditor": "welcomePageInEmptyWorkbench",
"chat.editor.fontSize": 13,
"github.copilot.selectedCompletionModel": "claude-4.5-sonnet",
"github.copilot.chat.codeGeneration.model": "claude-4.5-sonnet",
"github.copilot.chat.model": "claude-4.5-sonnet",
"github.copilot.chat.agentModel": "claude-4.5-sonnet",
"editor.cursorBlinking": "smooth",
"editor.scrollBeyondLastLine": false,
"editor.mouseWheelScrollSensitivity": 1,
"editor.fastScrollSensitivity": 2,
"editor.experimentalGpuAcceleration": "on",
"editor.scrollbar.verticalScrollbarSize": 12,
"workbench.editor.titleScrollbarVisibility": "visible",
"terminal.integrated.suggest.enabled": true,
"terminal.integrated.shellIntegration.environmentReporting": true,
"git.blame.editorDecoration.enabled": true,
"git.blame.editorDecoration.template": "${authorName} (${authorDateAgo}),${subject}",
"chat.agent.maxRequests": 999,
"chat.agent.thinkingStyle": "collapsedPreview",
"workbench.iconTheme": "material-icon-theme",
"chat.tools.global.autoApprove": true,
"editor.scrollbar.horizontalScrollbarSize": 12,
"editor.scrollbar.horizontal": "visible",
"editor.scrollBeyondLastColumn": 0,
}
Metadata
Metadata
Assignees
Labels
No labels