Created
December 25, 2019 19:58
-
-
Save QGB/5a8dd8cc0378cf2d375f90c8e5a5099d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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