Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions calm-plugins/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "calm-vscode-plugin",
"displayName": "CALM Preview & Tools",
"description": "Live-visualize CALM architecture models, validate, and generate docs.",
"version": "0.0.9",
"version": "0.0.10",
"publisher": "FINOS",
"homepage": "https://calm.finos.org",
"repository": {
Expand Down Expand Up @@ -137,7 +137,7 @@
"test:coverage": "vitest run --coverage",
"lint": "eslint src",
"lint-fix": "eslint src --fix",
"package": "npm run build && vsce package --no-dependencies",
"package": "npm run build && npx @vscode/vsce package --no-dependencies",
"vscode:prepublish": "npm run build"
},
"devDependencies": {
Expand All @@ -154,7 +154,7 @@
"globals": "^16.0.0",
"tsup": "^8.2.4",
"typescript": "^5.6.2",
"vsce": "^2.15.0"
"@vscode/vsce": "^3.7.1"
Copy link

Copilot AI Nov 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The @vscode/vsce dependency should be placed in alphabetical order within the devDependencies section. It should appear after @vscode/dts (line 151) and before eslint (line 152) to maintain consistency with the rest of the dependencies.

Copilot uses AI. Check for mistakes.
},
"dependencies": {
"@finos/calm-models": "file:../../calm-models",
Expand Down
Loading
Loading