diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-04-28 22:09:37 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-28 22:09:37 +0100 |
commit | 0d7c9974b0e48de95b9ed016ef2d42dc11492831 (patch) | |
tree | bf622a9b81a045243eb7c4886f0d6ed53fc28ebc /editors/code/package.json | |
parent | 07f690ddf601eeff639ac83e0c9f5db1a895a47b (diff) | |
parent | 61c28c2b22207c14c1e74687ae49a9beab6e4206 (diff) |
Merge #4196
4196: Rebuild rust-analyzer when launching in VS Code r=matklad a=jonas-schievink
This is usually the right thing, and previously would launch a stale r-a server.
Co-authored-by: Jonas Schievink <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r-- | editors/code/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index b8aaa07d8..c4dfa7e13 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -27,6 +27,7 @@ | |||
27 | "scripts": { | 27 | "scripts": { |
28 | "vscode:prepublish": "tsc && rollup -c", | 28 | "vscode:prepublish": "tsc && rollup -c", |
29 | "package": "vsce package -o rust-analyzer.vsix", | 29 | "package": "vsce package -o rust-analyzer.vsix", |
30 | "build": "tsc", | ||
30 | "watch": "tsc --watch", | 31 | "watch": "tsc --watch", |
31 | "lint": "tsfmt --verify && eslint -c .eslintrc.js --ext ts ./src", | 32 | "lint": "tsfmt --verify && eslint -c .eslintrc.js --ext ts ./src", |
32 | "fix": " tsfmt -r && eslint -c .eslintrc.js --ext ts ./src --fix" | 33 | "fix": " tsfmt -r && eslint -c .eslintrc.js --ext ts ./src --fix" |