Last active
November 7, 2021 07:16
-
-
Save dereckmezquita/97c0c5427529f6b813fb3ea0aba953ab to your computer and use it in GitHub Desktop.
Settings from 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
{ | |
"security.workspace.trust.untrustedFiles": "open", | |
"editor.wordWrap": "on", | |
"files.exclude": { | |
"**/.git": false | |
}, | |
"explorer.compactFolders": false, | |
"window.zoomLevel": 0.5, | |
"files.associations": { | |
"*.Rmd": "r" | |
}, | |
"vscode-math-to-image.displaySvgStyle": "padding: 15px; background: white;", | |
"vscode-math-to-image.inlineSvgStyle": "padding: 3px; transform: translateY(0.1em); background: white;", | |
"editor.inlineSuggest.enabled": true, | |
"C_Cpp.default.compilerPath": "/usr/bin/c++", | |
"C_Cpp.default.cppStandard": "c++17", | |
"C_Cpp.default.includePath": [ | |
"${workspaceFolder}/**", | |
"/Users/work/Coding/include" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
C++