Skip to content

Commit

Permalink
Undo the effects of b23d6ff on package.json, so that xdist doesn't
Browse files Browse the repository at this point in the history
panic.
  • Loading branch information
parno committed Dec 2, 2024
1 parent e061a59 commit cea409a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Verus language support for Visual Studio Code",
"private": true,
"icon": "icon.png",
"version": "0.4.42",
"releaseTag": "nightly",
"version": "0.5.0-dev",
"releaseTag": null,
"publisher": "verus-lang",
"repository": {
"url": "https://github.com/verus-lang/verus-analyzer.git",
Expand All @@ -29,7 +29,7 @@
"engines": {
"vscode": "^1.78.0"
},

"enabledApiProposals": [],
"scripts": {
"vscode:prepublish": "npm run build-base -- --minify",
"package": "vsce package -o verus-analyzer.vsix",
Expand Down Expand Up @@ -560,7 +560,7 @@
}
},
{

"title": "$generated-start"
},
{
"title": "assist",
Expand Down Expand Up @@ -2593,7 +2593,7 @@
}
},
{

"title": "$generated-end"
}
],
"configurationDefaults": {
Expand Down

0 comments on commit cea409a

Please sign in to comment.