67 lines
1.8 KiB
JSON
Executable File
67 lines
1.8 KiB
JSON
Executable File
{
|
|
"workbench.startupEditor": "newUntitledFile",
|
|
"workbench.activityBar.visible": false,
|
|
"telemetry.enableCrashReporter": false,
|
|
"telemetry.enableTelemetry": false,
|
|
"editor.showFoldingControls": "always",
|
|
"editor.roundedSelection": false,
|
|
"editor.renderWhitespace": "none",
|
|
"editor.minimap.enabled": false,
|
|
"editor.insertSpaces": false,
|
|
"editor.fontSize": 13,
|
|
"editor.fontFamily": "DejaVu Sans Mono",
|
|
"editor.cursorBlinking": "solid",
|
|
"editor.cursorStyle": "block",
|
|
"editor.acceptSuggestionOnEnter": "off",
|
|
|
|
"workbench.colorCustomizations": {
|
|
"editorCursor.background": "#586e75",
|
|
"editorCursor.foreground": "#93a1a1",
|
|
|
|
},
|
|
|
|
"editor.tokenColorCustomizations": {
|
|
"textMateRules": [
|
|
{
|
|
"scope": "comment",
|
|
"settings": {
|
|
"fontStyle": "italic"
|
|
}
|
|
},
|
|
/*{
|
|
"scope": "storage.type",
|
|
"settings": {
|
|
"fontStyle": "italic"
|
|
}
|
|
}*/
|
|
]
|
|
},
|
|
"explorer.confirmDragAndDrop": false,
|
|
"explorer.confirmDelete": false,
|
|
|
|
"latex-workshop.latex.tools": [
|
|
{
|
|
"command": "pdflatex",
|
|
"args": [
|
|
"-synctex=1",
|
|
"-interaction=nonstopmode",
|
|
"-file-line-error",
|
|
"-pdf",
|
|
"%DOC%"
|
|
],
|
|
"name": "Step 1: pdflatex"
|
|
}
|
|
],
|
|
"latex-workshop.latex.recipes": [
|
|
{
|
|
"name": "toolchain",
|
|
"tools": [
|
|
"Step 1: pdflatex"
|
|
]
|
|
}
|
|
],
|
|
"latex-workshop.view.pdf.viewer": "tab",
|
|
"window.zoomLevel": 0,
|
|
"zenMode.fullScreen": false,
|
|
"editor.detectIndentation": false
|
|
} |