Skip to content

Commit a1d3b1b

Browse files
authored
Require VS Code ^1.100.0 (#189)
* require VS Code ^1.100.0 * add changelog
1 parent 91c21eb commit a1d3b1b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/spotty-hounds-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'css-modules-kit-vscode': minor
3+
---
4+
5+
feat!: require VS Code ^1.100.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"vscode:prepublish:npm-install": "npm i --no-package-lock --omit=dev"
2222
},
2323
"engines": {
24-
"vscode": "^1.77.0"
24+
"vscode": "^1.100.0"
2525
},
2626
"keywords": [
2727
"css-modules",

0 commit comments

Comments
 (0)