Black-Gold 6 years ago
parent 79fe7808bb
commit 203da648b2

@ -1,2 +1,39 @@
{
"workbench.startupEditor": "none",
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Solarized Light",
"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,
"gitlens.settings.mode": "advanced"
}
Loading…
Cancel
Save