Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bump lodash from 4.17.15 to 4.17.19 in /editors/code | dependabot[bot] | 2020-07-16 | 1 | -3/+3 | |
* | Automatically reload project info on Cargo.toml changes | Aleksey Kladov | 2020-07-10 | 1 | -0/+5 | |
* | Workaround rollup messing up default imports | Veetaha | 2020-07-08 | 1 | -1/+4 | |
* | Gzip artifacts | Veetaha | 2020-07-07 | 2 | -16/+17 | |
* | Add a command to compute memory usage statistics | Jonas Schievink | 2020-07-07 | 4 | -0/+44 | |
*---. | Merge #5235 #5236 #5241 | bors[bot] | 2020-07-07 | 2 | -4/+2 | |
|\ \ \ | ||||||
| | * | | Disable ES module interop | Laurențiu Nicola | 2020-07-06 | 2 | -4/+2 | |
| | |/ | ||||||
* | / | Consider EPERM error as other vscode processes using rust-analyzer | Veetaha | 2020-07-07 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Fix: allow for binaries from $PATH to pass validity check | Veetaha | 2020-07-06 | 1 | -6/+2 | |
|/ | ||||||
* | Revert "Dispose logger on extension deactivation" | Veetaha | 2020-07-05 | 2 | -6/+0 | |
* | Dispose logger on extension deactivation | Veetaha | 2020-07-05 | 2 | -0/+6 | |
* | Improve client logging (use output channel and more log levels) | Veetaha | 2020-07-05 | 4 | -18/+49 | |
* | Merge #5203 | bors[bot] | 2020-07-03 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix typo in description of vscode setting | Paul Daniel Faria | 2020-07-03 | 1 | -1/+1 | |
* | | Merge #5202 | bors[bot] | 2020-07-03 | 5 | -13/+191 | |
|\ \ | |/ |/| | ||||||
| * | Fix workspaceRoot | vsrs | 2020-07-03 | 1 | -1/+3 | |
| * | code linting | vsrs | 2020-07-03 | 3 | -32/+32 | |
| * | Add tests | vsrs | 2020-07-03 | 4 | -10/+128 | |
| * | Add runnable env support. | vsrs | 2020-07-03 | 4 | -11/+69 | |
* | | Pass CodeActionKind through our middleware to populate menus | Jeremy Kolb | 2020-07-02 | 1 | -2/+4 | |
|/ | ||||||
* | Merge #5188 | bors[bot] | 2020-07-02 | 3 | -1/+46 | |
|\ | ||||||
| * | Implement StatusBar | Aleksey Kladov | 2020-07-02 | 3 | -1/+46 | |
| | | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
*---. \ | Merge #5089 #5161 #5184 #5185 #5186 | bors[bot] | 2020-07-02 | 1 | -7/+19 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| | | * | Force showing extension activation error pop-up notification | Veetaha | 2020-07-02 | 1 | -3/+11 | |
| | * | | Always install required nightly extension if current one is not nightly | Veetaha | 2020-07-02 | 1 | -4/+8 | |
| | |/ | ||||||
* | / | Add reload workspace command | Aleksey Kladov | 2020-07-01 | 4 | -8/+8 | |
|/ / | ||||||
* | | Merge #5098 | bors[bot] | 2020-07-01 | 3 | -601/+390 | |
|\ \ | ||||||
| * | | Be more strict with `@types/node` | Laurențiu Nicola | 2020-07-01 | 2 | -4/+4 | |
| * | | Use newer @types/node | Laurențiu Nicola | 2020-06-29 | 1 | -1/+1 | |
| * | | Downgrade @types/node | Laurențiu Nicola | 2020-06-28 | 2 | -4/+4 | |
| * | | Bump @rollup/plugin-commonjs | Laurențiu Nicola | 2020-06-27 | 3 | -10/+9 | |
| * | | Bump some npm deps | Laurențiu Nicola | 2020-06-27 | 2 | -591/+381 | |
* | | | Fix a typo | Matthijs Brobbel | 2020-06-30 | 1 | -2/+2 | |
* | | | Merge #5101 | bors[bot] | 2020-06-30 | 2 | -1/+6 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Add light-weight snapshot testing library with editor integration | Aleksey Kladov | 2020-06-27 | 2 | -1/+6 | |
| |/ | ||||||
* | | Merge #5119 | bors[bot] | 2020-06-29 | 1 | -3/+9 | |
|\ \ | ||||||
| * | | Show notification while SSR is in progress | David Lattimore | 2020-06-29 | 1 | -3/+9 | |
| |/ | ||||||
* / | Fix SSR prompt following #4919 | David Lattimore | 2020-06-27 | 1 | -1/+1 | |
|/ | ||||||
* | Merge #5017 | bors[bot] | 2020-06-26 | 6 | -83/+104 | |
|\ | ||||||
| * | Fix ts lints | vsrs | 2020-06-24 | 1 | -2/+2 | |
| * | Switch to ShellExecution instead of full Task | vsrs | 2020-06-24 | 2 | -41/+45 | |
| * | Add custom cargo runners | vsrs | 2020-06-24 | 6 | -56/+73 | |
* | | Merge branch 'Veetaha-feat/sync-branch' | Aleksey Kladov | 2020-06-25 | 2 | -103/+0 | |
|\ \ | ||||||
| * | | Migrate flycheck to fully-lsp-compatible progress reports (introduce ra_progr... | veetaha | 2020-06-18 | 2 | -103/+0 | |
* | | | Merge #5025 | bors[bot] | 2020-06-24 | 1 | -57/+27 | |
|\ \ \ | ||||||
| * | | | Append 10 random hex chars to temp artifact files | Veetaha | 2020-06-24 | 1 | -1/+5 | |
| * | | | Don't mess with messy temp dir and just download into extension dir | Veetaha | 2020-06-24 | 1 | -57/+23 | |
| | |/ | |/| | ||||||
* / | | Remove namedExports config | Laurențiu Nicola | 2020-06-24 | 1 | -6/+1 | |
|/ / | ||||||
| | | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
*-----. \ | Merge #4992 #4993 #4994 #4997 #4998 | bors[bot] | 2020-06-23 | 4 | -50/+66 | |
|\ \ \ \ \ | ||||||
| | | | * | | Disrecommend trace.server: "verbose" for regular users | Veetaha | 2020-06-22 | 1 | -1/+1 | |
| |_|_|/ / |/| | | | |