Skip to content

Commit

Permalink
add errorlens to extension package
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Dec 11, 2024
1 parent b4ae99a commit 29b9636
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .vscode/extension-package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.0.2] - 2024-12-10

- Add `errorlens` to packages

## [1.0.1] - 2024-09-16

- Upgrade extension list
Expand Down
6 changes: 3 additions & 3 deletions .vscode/extension-package/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .vscode/extension-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"url": "https://github.com/scilus/nf-neuro.git"
},
"icon": "icon.avif",
"version": "1.0.1",
"version": "1.0.2",
"publisher": "nf-neuro",
"engines": {
"vscode": "^1.84.0"
"vscode": "^1.95.0"
},
"categories": [
"Extension Packs"
Expand Down Expand Up @@ -50,6 +50,7 @@
"ryu1kn.annotator",
"trond-snekvik.simple-rst",
"twxs.cmake",
"usernamehw.errorlens",
"yahyabatulu.vscode-markdown-alert",
"yzhang.markdown-all-in-one"
]
Expand Down

0 comments on commit 29b9636

Please sign in to comment.