1 parent 6ea63a8 commit c84eaa9Copy full SHA for c84eaa9
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.1](https://github.com/hverlin/mise-vscode/compare/v1.0.0...v1.0.1) (2025-11-02)
4
+
5
6
+### Bug Fixes
7
8
+* add custom shell syntax to prevent syntax highlighting from leaking ([6ea63a8](https://github.com/hverlin/mise-vscode/commit/6ea63a844f870bf81e5909c7c04ec2341185988b))
9
10
## [1.0.0](https://github.com/hverlin/mise-vscode/compare/v0.61.0...v1.0.0) (2025-11-02)
11
12
package.json
@@ -3,7 +3,7 @@
"displayName": "Mise VSCode",
"publisher": "hverlin",
"description": "mise support for Visual Studio code (dev-tools, tasks and environment variables)",
- "version": "1.0.0",
+ "version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/hverlin/mise-vscode"
0 commit comments