Skip to content

Commit a42bd29

Browse files
committed
VSCode: add extension recommendations
The comment anchors extension enables the use of the MARK comments spread throughout the codebase. It also helps identify the TODO and FIXMEs that are in the codebase.
1 parent 49361f4 commit a42bd29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/extensions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"exodiusstudios.comment-anchors"
4+
]
5+
}

0 commit comments

Comments
 (0)