We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99ebd3 commit 03046bcCopy full SHA for 03046bc
Environment-Notes.md
@@ -1,5 +1,6 @@
1
# Environment notes
2
3
+## For MacOS
4
OS: MacOS Sonoma 14.6.1 (23G93)
5
6
```sh
@@ -10,11 +11,7 @@ uname -a
10
11
Darwin epoch.local 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:13:00 PDT 2024; root:xnu-10063.141.2~1/RELEASE_X86_64 x86_64
12
```
13
-## Enable debugging with VSCode
14
-
15
-<https://github.com/microsoft/vscode-cmake-tools/issues/3034>
16
17
-## Tools
+### Tools
18
19
Required tools:
20
@@ -31,6 +28,14 @@ brew install clang-format cppcheck make vcpkg
31
28
32
29
33
30
+## IDE: VSCode Notes
+
+### Enable debugging with VSCode
34
35
+<https://github.com/microsoft/vscode-cmake-tools/issues/3034>
36
37
38
39
## Visual Studio Code extensions
40
41
Suggested for a C++ stack
0 commit comments