mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-25 05:23:12 +00:00
Prevent auto-update of dev extension
This commit is contained in:
parent
52dcf3243e
commit
bd3a41cc33
3 changed files with 24 additions and 6 deletions
2
editors/code/package-lock.json
generated
2
editors/code/package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "rust-analyzer",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0-dev",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
"preview": true,
|
||||
"private": true,
|
||||
"icon": "icon.png",
|
||||
"version": "0.1.0",
|
||||
"//": "The real version is in release.yaml, this one just needs to be bigger",
|
||||
"version": "0.2.0-dev",
|
||||
"publisher": "matklad",
|
||||
"repository": {
|
||||
"url": "https://github.com/rust-analyzer/rust-analyzer.git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue