Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 269bd69

Browse files
committed
Adjust version in package.json
1 parent 400d23a commit 269bd69

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rust",
33
"displayName": "Rust (rls)",
44
"description": "Rust language support - code completion, Intellisense, refactoring, reformatting, errors, snippets. A client for the Rust Language Server, built by the RLS team.",
5-
"version": "0.6.0",
5+
"version": "0.6.1",
66
"publisher": "rust-lang",
77
"icon": "rust-icon.png",
88
"galleryBanner": {
@@ -113,10 +113,12 @@
113113
"type": "cargo",
114114
"properties": {
115115
"subcommand": {
116-
"type":"string"
116+
"type": "string"
117117
}
118118
},
119-
"required": ["subcommand"]
119+
"required": [
120+
"subcommand"
121+
]
120122
}
121123
],
122124
"problemMatchers": [

0 commit comments

Comments
 (0)