Last active
August 15, 2018 16:12
-
-
Save ljmccarthy/770ed30d0505be61227c50d867b20c57 to your computer and use it in GitHub Desktop.
My settings for VSCode
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
{ | |
"editor.detectIndentation": false, | |
"editor.folding": false, | |
"editor.lineNumbers": "off", | |
"editor.renderWhitespace": "boundary", | |
"files.eol": "\n", | |
"git.autofetch": true, | |
"git.confirmSync": false, | |
"telemetry.enableCrashReporter": false, | |
"telemetry.enableTelemetry": false, | |
"window.zoomLevel": 1, | |
"workbench.startupEditor": "none", | |
"workbench.statusBar.feedback.visible": false, | |
"c-cpp-flylint.clang.standard": ["c++17", "c++14", "c++11"], | |
"c-cpp-flylint.flexelint.enable": false, | |
"C_Cpp.default.intelliSenseMode": "clang-x64", | |
"gitlens.advanced.telemetry.enabled": false, | |
"gitlens.codeLens.authors.enabled": false, | |
"gitlens.codeLens.recentChange.enabled": false, | |
"gitlens.currentLine.enabled": false, | |
"gitlens.advanced.messages": { | |
"suppressShowKeyBindingsNotice": true | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment