Skip to content

Instantly share code, notes, and snippets.

@QGB
Created December 25, 2019 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QGB/5a8dd8cc0378cf2d375f90c8e5a5099d to your computer and use it in GitHub Desktop.
Save QGB/5a8dd8cc0378cf2d375f90c8e5a5099d to your computer and use it in GitHub Desktop.
{
"git.ignoreLegacyWarning": true,
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"window.zoomLevel": 1,
"editor.accessibilitySupport": "off",
"diffEditor.ignoreTrimWhitespace": true,
"files.autoSave": "afterDelay",
"rust.rustup": {
"toolchain": "nightly-x86_64-unknown-linux-gnu",
"nightlyToolchain": "nightly-x86_64-unknown-linux-gnu"
},
"rust.mode": "rls",
"rust.rls": {
"useRustfmt": true
},
"clipboard-manager.maxClips": 9999,
"clipboard-manager.onlyWindowFocused": false,
"clipboard-manager.snippet.max": 0,
"clipboard-manager.snippet.enabled": false,
"update.mode": "none",
"python.condaPath": "/root/anaconda3/bin/conda",
"editor.formatOnPaste": true,
"python.pythonPath": "C:\\QGB\\Anaconda3\\python.exe",
// "editor.parameterHints": false,
"multiCommand.commands": [
{
"command": "qgb find next",
"sequence": [
"actions.find",
"editor.action.nextMatchFindAction",
]
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment