-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
20 lines (20 loc) · 2.32 KB
/
settings.json
File metadata and controls
20 lines (20 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## This file path is ~/.config/Code\ -\ OSS/User/settings.json BUT REMOVE THIS LINE!!! JSON DOES NOT SUPPORT COMMENTS
{
"workbench.colorTheme": "Tetra Light (rainglow)",
"editor.fontFamily": "'JetBrainsMono Nerd Font'",
"files.autoSave": "afterDelay",
"editor.fontSize": 16,
"workbench.settings.applyToAllProfiles": [
"editor.fontFamily"
],
"security.workspace.trust.untrustedFiles": "open",
"notebook.lineNumbers": "on",
"window.titleBarStyle": "custom",
"editor.fontLigatures": true,
"python.languageServer": "Pylance",
"jupyter.widgetScriptSources": [
"jsdelivr.com",
"unpkg.com"
],
"telemetry.telemetryLevel": "off"
}