diff options
author | Aleksey Kladov <[email protected]> | 2020-02-17 14:33:31 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-02-17 14:35:06 +0000 |
commit | 94fb9ad6b3167e8b8073a09fcf0cb135f383d3d2 (patch) | |
tree | 89291f15bc0f6208e8f31e9a57b34a11e77ad1e4 /editors | |
parent | 13d793929a8f7732a586cc2f8a2322f2c02fd582 (diff) |
Fix extension name
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 2 |
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 | }, |