This is an automated email from the ASF dual-hosted git repository.
davin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new 00cbea0 Add Extension Dependencies to Recommendations JSON
00cbea0 is described below
commit 00cbea080f8438408bbc92159198695d83be6e25
Author: Jeremy Yao <jeremy....@nteligen.com>
AuthorDate: Tue Apr 29 15:35:13 2025 -0400
Add Extension Dependencies to Recommendations JSON
Closes #1237
---
.vscode/extensions.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index 447507f..b48c97a 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -19,6 +19,8 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
- "esbenp.prettier-vscode"
+ "esbenp.prettier-vscode",
+ "vincaslt.highlight-matching-tag",
+ "wmanth.jar-viewer"
]
}