Advertisement
GregLeblanc

settings.json

Feb 15th, 2025
21
0
302 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. {
  2. "notebook.lineNumbers": "on",
  3. "C_Cpp.default.compilerPath": "/usr/bin/clang++",
  4. "C_Cpp.default.includePath": [
  5. "/opt/homebrew/Cellar/root/**"
  6. ],
  7. "[cpp]": {
  8. "editor.wordBasedSuggestions": "off",
  9. "editor.semanticHighlighting.enabled": true,
  10. "editor.stickyScroll.defaultModel": "foldingProviderModel",
  11. "editor.suggest.insertMode": "replace"
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement