aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-17 14:33:31 +0000
committerAleksey Kladov <[email protected]>2020-02-17 14:35:06 +0000
commit94fb9ad6b3167e8b8073a09fcf0cb135f383d3d2 (patch)
tree89291f15bc0f6208e8f31e9a57b34a11e77ad1e4 /editors
parent13d793929a8f7732a586cc2f8a2322f2c02fd582 (diff)
Fix extension name
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 8f24a13f5..d54b1750a 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -20,7 +20,7 @@
20 }, 20 },
21 "scripts": { 21 "scripts": {
22 "vscode:prepublish": "tsc && rollup -c", 22 "vscode:prepublish": "tsc && rollup -c",
23 "package": "vsce package", 23 "package": "vsce package -o rust-analyzer.vsix",
24 "watch": "tsc --watch", 24 "watch": "tsc --watch",
25 "fmt": "tsfmt -r && tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' --fix" 25 "fmt": "tsfmt -r && tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' --fix"
26 }, 26 },