26 lines
796 B
JSON
26 lines
796 B
JSON
{
|
|
"[python]": {
|
|
"editor.formatOnType": true
|
|
},
|
|
"security.workspace.trust.untrustedFiles": "open",
|
|
"editor.minimap.enabled": false,
|
|
"editor.unicodeHighlight.invisibleCharacters": false,
|
|
"redhat.telemetry.enabled": false,
|
|
"window.zoomLevel": 1,
|
|
"editor.unicodeHighlight.nonBasicASCII": false,
|
|
"remote.SSH.remotePlatform": {
|
|
"neptune.wrigglyt.xyz": "linux",
|
|
"10.0.11.3": "linux"
|
|
},
|
|
"jupyter.askForKernelRestart": false,
|
|
"git.openRepositoryInParentFolders": "never",
|
|
"workbench.colorTheme": "Shades of Purple (Super Dark)",
|
|
"jdk.telemetry.enabled": false,
|
|
"git.autofetch": true,
|
|
"cSpell.userWords": [
|
|
"Tutankhamun",
|
|
"vuetify",
|
|
"wordle",
|
|
"wordlist"
|
|
]
|
|
} |