-
Notifications
You must be signed in to change notification settings - Fork 0
/
vscode
31 lines (31 loc) · 1.26 KB
/
vscode
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"editor.codeLensFontFamily": "'Menlo','Courier New','consolas','Source Code Pro','Fira Code'",
"editor.fontFamily": "'Menlo','Courier New','consolas','Source Code Pro','Fira Code'",
"editor.fontSize": 18,
"editor.minimap.enabled": false,
"explorer.autoReveal": false,
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"extensions.ignoreRecommendations": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"security.workspace.trust.banner": "never",
"terminal.integrated.fontSize": 18,
"terminal.integrated.fontFamily": "'Melo','Courier New','consolas','Source Code Pro','Fira Code'",
"update.mode": "none",
"python.defaultInterpreterPath": "/opt/nils/miniconda3/envs/nils/bin/python",
"scm.inputFontSize": 18,
"markdown.preview.fontSize": 18,
"debug.console.fontSize": 18,
"chat.editor.fontSize": 18,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"editor.multiCursorModifier": "ctrlCmd",
"git.openRepositoryInParentFolders": "always",
"workbench.startupEditor": "none",
"editor.columnSelection": true,
}