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.
dotfiles/vscode/.config/Code/User/settings.json

26 lines
915 B

4 years ago
{
"editor.inlayHints.enabled": "offUnlessPressed",
"editor.rulers": [
4 years ago
80
],
"editor.stickyTabStops": true,
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
"extensions.ignoreRecommendations": true,
"json.schemaDownload.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"npm.fetchOnlinePackageInfo": false,
"python.autoUpdateLanguageServer": false,
"python.languageServer": "Default",
"redhat.telemetry.enabled": false,
"rest-client.enableTelemetry": false,
"telemetry.telemetryLevel": "off",
"terminal.integrated.fontFamily": "'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback','PowerlineSymbols'",
"terminal.integrated.fontSize": 12,
"update.mode": "manual",
"update.showReleaseNotes": false,
"workbench.colorTheme": "Dracula",
"workbench.enableExperiments": false,
"workbench.settings.enableNaturalLanguageSearch": false
}