Skip to content

Instantly share code, notes, and snippets.

@dereckmezquita
Last active November 7, 2021 07:16
Show Gist options
  • Save dereckmezquita/97c0c5427529f6b813fb3ea0aba953ab to your computer and use it in GitHub Desktop.
Save dereckmezquita/97c0c5427529f6b813fb3ea0aba953ab to your computer and use it in GitHub Desktop.
Settings from VScode.
{
"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"
]
}
@dereckmezquita
Copy link
Author

dereckmezquita commented Nov 7, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment