Skip to content

Instantly share code, notes, and snippets.

@totoprayogo1916
Created October 16, 2020 17:55
Show Gist options
  • Save totoprayogo1916/a4283b0c4cd06183c05c1eafd4117ccb to your computer and use it in GitHub Desktop.
Save totoprayogo1916/a4283b0c4cd06183c05c1eafd4117ccb to your computer and use it in GitHub Desktop.
[MY] VS Code settings
{
"compile-hero.typescript-output-toggle": false,
"diffEditor.maxComputationTime": 0,
"editor.multiCursorModifier": "ctrlCmd",
"git.autofetch": true,
"git.confirmSync": false,
"git.enableCommitSigning": true,
"json.schemaDownload.enable": false,
"php.validate.executablePath": "",
"window.menuBarVisibility": "toggle",
"window.zoomLevel": 0,
"workbench.activityBar.visible": true,
"workbench.colorTheme": "Monokai",
"workbench.sideBar.location": "left",
"workbench.statusBar.visible": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment