Skip to content

Commit 03046bc

Browse files
authored
Update Environment-Notes.md
1 parent a99ebd3 commit 03046bc

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

Environment-Notes.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Environment notes
22

3+
## For MacOS
34
OS: MacOS Sonoma 14.6.1 (23G93)
45

56
```sh
@@ -10,11 +11,7 @@ uname -a
1011
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
1112
```
1213

13-
## Enable debugging with VSCode
14-
15-
<https://github.com/microsoft/vscode-cmake-tools/issues/3034>
16-
17-
## Tools
14+
### Tools
1815

1916
Required tools:
2017

@@ -31,6 +28,14 @@ brew install clang-format cppcheck make vcpkg
3128

3229
```
3330

31+
## IDE: VSCode Notes
32+
33+
### Enable debugging with VSCode
34+
35+
<https://github.com/microsoft/vscode-cmake-tools/issues/3034>
36+
37+
38+
3439
## Visual Studio Code extensions
3540

3641
Suggested for a C++ stack

0 commit comments

Comments
 (0)