mirror of https://gitlab.com/meliurwen/dotfiles
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.
25 lines
915 B
25 lines
915 B
{
|
|
"editor.inlayHints.enabled": "offUnlessPressed",
|
|
"editor.rulers": [
|
|
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
|
|
}
|
|
|