Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Update css-what | kjeremy | 2021-06-18 | 1 | -6/+6 | |
* | Merge #9258 | bors[bot] | 2021-06-16 | 1 | -4/+4 | |
|\ | ||||||
| * | Give ImportPrefix variants better config names | Lukas Wirth | 2021-06-13 | 1 | -4/+4 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge #9267 #9279 | bors[bot] | 2021-06-15 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Code: automatically update the LSP server | Laurențiu Nicola | 2021-06-14 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge #9292 | bors[bot] | 2021-06-15 | 3 | -15/+23 | |
|\ \ \ | ||||||
| * | | | Use `.then()` for Thenable | wxb1ank | 2021-06-15 | 1 | -3/+1 | |
| * | | | fix: clean-up #8951 | wxb1ank | 2021-06-15 | 3 | -15/+25 | |
* | | | | Merge #9282 | bors[bot] | 2021-06-15 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Use objects instead of bools for markers in package.json | Laurențiu Nicola | 2021-06-15 | 1 | -2/+2 | |
| |/ / | ||||||
* / / | Use `Uri.toString()` for URLs | wxb1ank | 2021-06-15 | 1 | -5/+7 | |
|/ / | ||||||
* | | Merge #8951 | bors[bot] | 2021-06-14 | 4 | -47/+38 | |
|\ \ | |/ |/| | ||||||
| * | Lint toolchain.ts | wxb1ank | 2021-06-02 | 1 | -1/+1 | |
| * | migrate from `fs` to `vscode.FileSystem` API | wxb1ank | 2021-06-02 | 3 | -44/+35 | |
| * | internal: use vscode.FileSystem API in main.ts | wxb1ank | 2021-06-02 | 2 | -5/+5 | |
* | | Revert "Merge #9177" | Aleksey Kladov | 2021-06-08 | 1 | -342/+335 | |
* | | Merge #9177 | bors[bot] | 2021-06-08 | 1 | -335/+342 | |
|\ \ | ||||||
| * | | :arrow_up: npm packages | Aleksey Kladov | 2021-06-08 | 1 | -335/+342 | |
* | | | fix | Milo | 2021-06-07 | 1 | -1/+1 | |
* | | | fix | Milo | 2021-06-06 | 1 | -1/+1 | |
* | | | when you click status bar icon it now restarts server | Milo | 2021-06-06 | 1 | -0/+1 | |
|/ / | ||||||
* | | Add function references hover action | Lukas Wirth | 2021-06-04 | 2 | -0/+6 | |
* | | Make it opt-in | Jonas Schievink | 2021-06-03 | 1 | -0/+5 | |
* | | Document that `addCallArgumentSnippets` requires `addCallParenthesis | Lukas Wirth | 2021-06-02 | 1 | -1/+1 | |
|/ | ||||||
* | Fix opening single files | Kirill Bulatov | 2021-05-31 | 1 | -1/+1 | |
* | fix: fix shell injection in task spawning | Aleksey Kladov | 2021-05-31 | 1 | -6/+6 | |
* | Add config setting for self-on-the-fly | Lukas Wirth | 2021-05-31 | 1 | -0/+5 | |
* | Fix incorrect setting descriptions | Lucas Schwiderski | 2021-05-29 | 1 | -2/+2 | |
* | Merge #8995 | bors[bot] | 2021-05-26 | 4 | -22/+20 | |
|\ | ||||||
| * | Create tasks for all workspaces | Kirill Bulatov | 2021-05-25 | 4 | -22/+20 | |
* | | Merge #9001 | bors[bot] | 2021-05-26 | 1 | -0/+4 | |
|\ \ | |/ |/| | ||||||
| * | minor: explicitly set the focus to false | Aleksey Kladov | 2021-05-26 | 1 | -0/+4 | |
* | | Merge #8767 | bors[bot] | 2021-05-25 | 1 | -0/+5 | |
|\ \ | |/ |/| | ||||||
| * | implement range formatting | Andy Russell | 2021-05-23 | 1 | -0/+5 | |
* | | fix: cursor position after item move command | Eduardo Canellas | 2021-05-24 | 1 | -1/+1 | |
* | | Merge #8955 | bors[bot] | 2021-05-24 | 3 | -41/+69 | |
|\ \ | ||||||
| * | | Fix ts lint errors | Kirill Bulatov | 2021-05-23 | 3 | -8/+8 | |
| * | | Send detached files info to server via init params | Kirill Bulatov | 2021-05-23 | 3 | -6/+27 | |
| * | | Start rust-analyzer server for arbitrary rust files | Kirill Bulatov | 2021-05-23 | 3 | -39/+46 | |
| |/ | ||||||
* | | fix: can download server binary on windows again | Aleksey Kladov | 2021-05-24 | 1 | -1/+1 | |
* | | fix: reveal snippets | Aleksey Kladov | 2021-05-23 | 1 | -0/+3 | |
|/ | ||||||
* | More style fixes | Kirill Bulatov | 2021-05-23 | 2 | -16/+19 | |
* | Style fix | Kirill Bulatov | 2021-05-23 | 2 | -12/+11 | |
* | Don't use a deprecated accessor | Kirill Bulatov | 2021-05-23 | 1 | -1/+1 | |
* | Better releaseId naming | Kirill Bulatov | 2021-05-23 | 2 | -12/+11 | |
* | Remove nightly release id from local storage for stable extensions | Kirill Bulatov | 2021-05-23 | 2 | -1/+6 | |
* | Download nightly extension when configured and run from stable extension version | Kirill Bulatov | 2021-05-23 | 1 | -3/+10 | |
* | Use `.rs` file ending to get syntax highlighting | Jonas Schievink | 2021-05-21 | 1 | -1/+1 | |
* | Add a "Debug ItemTree" LSP request | Jonas Schievink | 2021-05-21 | 4 | -0/+62 | |
* | Merge #8873 | bors[bot] | 2021-05-20 | 1 | -7/+14 | |
|\ |