{
"window.zoomLevel": 3,
"editor.renderWhitespace": "all",
"editor.semanticHighlighting.enabled": true,
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"scm.diffDecorations": "all",
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"git.ignoreLegacyWarning": true,
"gitlens.currentLine.pullRequests.enabled": false,
"gitlens.codeLens.enabled": false,
"gitlens.hovers.avatars": false,
"gitlens.currentLine.enabled": false,
"gitlens.advanced.messages": {
"suppressGitVersionWarning": true,
"suppressLineUncommittedWarning": true
},
"python.analysis.autoImportCompletions": false,
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": ["--ignore=I100,H404,H405,F811,H903"],
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingModuleSource": "none"
},
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"terminal.integrated.allowChords": false,
"terminal.integrated.fontSize": 12,
"leetcode.endpoint": "leetcode-cn",
"leetcode.workspaceFolder": "/home/xxx/code2/leetcode",
"leetcode.hint.configWebviewMarkdown": false,
"leetcode.defaultLanguage": "python3",
"leetcode.showDescription": "In File Comment",
"leetcode.enableStatusBar": false,
"leetcode.hint.commentDescription": false,
"leetcode.hint.commandShortcut": false,
"remote.SSH.remotePlatform": {
"addr.com": "linux"
},
"workbench.colorCustomizations": {
"terminal.background": "#181818",
"terminal.foreground": "#D8D8D8",
"terminalCursor.background": "#D8D8D8",
"terminalCursor.foreground": "#D8D8D8",
"terminal.ansiBlack": "#181818",
"terminal.ansiBlue": "#7CAFC2",
"terminal.ansiBrightBlack": "#585858",
"terminal.ansiBrightBlue": "#7CAFC2",
"terminal.ansiBrightCyan": "#86C1B9",
"terminal.ansiBrightGreen": "#A1B56C",
"terminal.ansiBrightMagenta": "#BA8BAF",
"terminal.ansiBrightRed": "#AB4642",
"terminal.ansiBrightWhite": "#F8F8F8",
"terminal.ansiBrightYellow": "#F7CA88",
"terminal.ansiCyan": "#86C1B9",
"terminal.ansiGreen": "#A1B56C",
"terminal.ansiMagenta": "#BA8BAF",
"terminal.ansiRed": "#AB4642",
"terminal.ansiWhite": "#D8D8D8",
"terminal.ansiYellow": "#F7CA88"
},
"outline.showPackages": false,
"outline.showVariables": false,
"security.workspace.trust.untrustedFiles": "open",
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.enableMultiLinePasteWarning": false,
"terminal.integrated.copyOnSelection": true,
"python.languageServer": "Pylance",
"python.testing.unittestEnabled": true,
"l13Diff.exclude":[
"**/.DS_Store",
"**/.git",
"**/.hg",
"**/.svn",
"**/CVS",
"**/node_modules",
".stestr",
"**/__pycache__",
".tox",
"*egg-info",
]
}
Keybinding
# keybindings.json
[
{
"key": "ctrl+u ctrl+p",
"command": "extension.ftpsyncsingle"
},
{
"key": "alt+e",
"command": "editor.emmet.action.prevEditPoint"
},
{
"key": "ctrl+e",
"command": "-workbench.action.quickOpen"
},
{
"key": "ctrl+m",
"command": "workbench.action.toggleMaximizedPanel",
"when": "!terminalFocus"
},
{
"key": "ctrl+m",
"command": "workbench.action.terminal.toggleTerminal",
"when": "terminalFocus"
},
{ "key": "ctrl+shift+x", "command": "workbench.action.terminal.kill" },
{ "key": "ctrl+shift+j", "command": "workbench.action.terminal.focusNext" },
{
"key": "ctrl+shift+k",
"command": "workbench.action.terminal.focusPrevious"
},
{
"key": "f10",
"command": "workbench.action.toggleAuxiliaryBar"
}
]
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 单线程的Redis速度为什么快?
· SQL Server 2025 AI相关能力初探
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 展开说说关于C#中ORM框架的用法!