Skip to content

Instantly share code, notes, and snippets.

@thomasantony
Created December 1, 2019 19:39
Show Gist options
  • Save thomasantony/f22550212f606588dea81ed2eca02325 to your computer and use it in GitHub Desktop.
Save thomasantony/f22550212f606588dea81ed2eca02325 to your computer and use it in GitHub Desktop.
My VSCode settings
{
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"[markdown]": {
},
"workbench.startupEditor": "newUntitledFile",
"files.exclude": {
"node_modules": true
},
"search.location": "panel",
"window.zoomLevel": 0,
"vetur.format.options.tabSize": 4,
"C_Cpp.updateChannel": "Insiders",
"python.dataScience.sendSelectionToInteractiveWindow": true,
"[python]": {},
"sync.syncExtensions": false,
"sync.removeExtensions": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment