Skip to content

Commit 776b7a4

Browse files
committed
Make: Recommend VS Code extensions
1 parent 5b5c464 commit 776b7a4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vscode/extensions.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"recommendations": [
3+
"ms-vscode.cmake-tools", // For CMake
4+
"ms-vscode.cpptools-extension-pack", // For C++
5+
"13xforever.language-x86-64-assembly", // x86-64 Assembly
6+
"streetsidesoftware.code-spell-checker", // Avoid typos
7+
"aaron-bond.better-comments", // Color-coded comments
8+
"gkarlos.vscode-ptx-syntax", // PTX Assembly
9+
"dan-c-underwood.arm", // Arm Assembly
10+
"xaver.clang-format", // C++ code formatting
11+
]
12+
}

0 commit comments

Comments
 (0)