mirror of https://github.com/tiyn/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.
31 lines
1017 B
31 lines
1017 B
{
|
|
"editor.fontSize": 18,
|
|
"debug.console.fontSize": 16,
|
|
"markdown.preview.fontSize": 16,
|
|
"terminal.integrated.fontSize": 16,
|
|
|
|
"explorer.confirmDelete": false,
|
|
"java.errors.incompleteClasspath.severity": "ignore",
|
|
"latex-workshop.view.pdf.viewer": "tab",
|
|
"terminal.explorerKind": "external",
|
|
"workbench.sideBar.location": "left",
|
|
"remote.onstartup": true,
|
|
"git.autofetch": true,
|
|
"files.autoSave": "afterDelay",
|
|
"editor.wordWrap": "on",
|
|
"python.jediEnabled": false,
|
|
"java.configuration.checkProjectSettingsExclusions": false,
|
|
"editor.suggestSelection": "first",
|
|
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
|
|
"bracket-pair-colorizer-2.showBracketsInGutter": true,
|
|
"bracket-pair-colorizer-2.colors": [
|
|
"Gold",
|
|
"Orchid",
|
|
"LightSkyBlue"
|
|
],
|
|
"[latex]": {
|
|
"editor.defaultFormatter": "nickfode.latex-formatter"
|
|
},
|
|
"liveServer.settings.donotVerifyTags": true,
|
|
|
|
} |