Skip to content

Instantly share code, notes, and snippets.

@jigangkim
Created May 18, 2020 02:06
Show Gist options
  • Save jigangkim/3e246f30eb91f551a98a067b740eefb0 to your computer and use it in GitHub Desktop.
Save jigangkim/3e246f30eb91f551a98a067b740eefb0 to your computer and use it in GitHub Desktop.
vscode global settings (in /home/<your user name>/.config/Code/User)
{
"remote.SSH.showLoginTerminal": true,
"extensions.autoUpdate": false,
"git.confirmSync": false,
"gitlens.defaultDateStyle": "absolute",
"window.restoreWindows": "none",
"window.zoomLevel": 0,
"timeline.pageSize": 0,
"remote.extensionKind": {
"shyykoserhiy.vscode-spotify": "ui"
},
"matlab.mlintpath": "/usr/local/MATLAB/R2017b/bin/glnxa64/mlint",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment