You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.5 KiB

6 years ago
{
6 years ago
"workbench.startupEditor": "none",
"workbench.iconTheme": "vscode-icons",
6 years ago
"workbench.colorTheme": "Monokai",
6 years ago
"files.autoSave": "afterDelay",
"editor.wordWrap": "on",
"workbench.statusBar.feedback.visible": false,
"editor.smoothScrolling": true,
"editor.tabCompletion": "on",
"editor.cursorBlinking": "smooth",
"editor.cursorStyle": "line-thin",
"editor.minimap.maxColumn": 127,
"editor.minimap.renderCharacters": false,
"files.autoGuessEncoding": true,
"workbench.commandPalette.history": 40,
"workbench.enableExperiments": false,
"breadcrumbs.enabled": true,
"extensions.ignoreRecommendations": true,
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.shell.linux": "/bin/bash",
"update.showReleaseNotes": false,
"telemetry.enableCrashReporter": false,
"vsicons.dontShowNewVersionMessage": true,
"telemetry.enableTelemetry": false,
"git.autofetch": true,
"git.showPushSuccessNotification": true,
"markdown.previewFrontMatter": "show",
"python.autoComplete.addBrackets": true,
"python.linting.pep8Enabled": true,
"python.unitTest.debugPort": 2000,
"code-runner.saveFileBeforeRun": true,
"code-runner.runInTerminal": true,
"yaml.format.enable": true,
"python.linting.pylintEnabled": false,
"terminal.integrated.rendererType": "dom",
"git.allowForcePush": true,
"git.alwaysShowStagedChangesResourceGroup": true,
6 years ago
"gitlens.settings.mode": "advanced",
"python.jediEnabled": false
6 years ago
}