Skip to content

Commit

Permalink
add: anchros to replace todotree
Browse files Browse the repository at this point in the history
  • Loading branch information
CheariX committed Oct 11, 2024
1 parent fd21b4d commit a4273c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"customizations": {
"vscode": {
"settings": {
"commentAnchors.tags.matchPrefix": [
"#",
"%"
],
"files.trimTrailingWhitespace": true,
"java.home": "/usr/lib/jvm/default-java",
"latex-workshop.synctex.afterBuild.enabled": true,
Expand Down Expand Up @@ -45,7 +49,7 @@
"todo-tree.regex.regexCaseSensitive": false
},
"extensions": [
"Gruntfuggly.todo-tree",
"ExodiusStudios.comment-anchors",
"james-yu.latex-workshop",
"ltex-plus.vscode-ltex-plus",
"tecosaur.latex-utilities"
Expand Down

0 comments on commit a4273c6

Please sign in to comment.