Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "notebook.lineNumbers": "on",
- "C_Cpp.default.compilerPath": "/usr/bin/clang++",
- "C_Cpp.default.includePath": [
- "/opt/homebrew/Cellar/root/**"
- ],
- "[cpp]": {
- "editor.wordBasedSuggestions": "off",
- "editor.semanticHighlighting.enabled": true,
- "editor.stickyScroll.defaultModel": "foldingProviderModel",
- "editor.suggest.insertMode": "replace"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement