|
1 |
| -# languageserver 0.3.12.9000 (Development version) |
| 1 | +# languageserver 0.3.13 |
| 2 | + |
| 3 | +**Closed issues:** |
| 4 | + |
| 5 | +- Language Server crashing sporadically (#368) |
| 6 | +- Why not set up r-universe? (#536) |
| 7 | +- Signature help not show up in if-else branch (#530) |
| 8 | +- Some of the tables of arguments are too complex to be represented by GFM (#533) |
| 9 | +- Rmd detection ignores front matter (#507) |
| 10 | +- Range formatting and onTypeFormatting are performed in Rmd non-code content (#224) |
| 11 | +- Respect document language specified from editor (#510) |
| 12 | +- "No newline at end of file" after formatting file in VS Code (#462) |
| 13 | +- completionItem/resolve result may not be null (#504) |
| 14 | +- Disabling linting has no effect (#497) |
2 | 15 |
|
3 |
| -**Closed issues:** |
4 |
| - |
5 |
| -- Some of the tables of arguments are too complex to be represented by GFM (#533) |
6 |
| - |
7 |
| -**Merged pull requests.** |
| 16 | +**Merged pull requests:** |
8 | 17 |
|
9 |
| -- Convert the table of arguments to the sections of arguments with Lua filter (#534, thanks @atusy) |
| 18 | +- R 4.2 supports Unicode on Windows (#549) |
| 19 | +- read may return -1 on error (#548) |
| 20 | +- R universe (#542) |
| 21 | +- do not pop the unbalance brackets in the current row (#541) |
| 22 | +- Update GItHub Actions version (#537) |
| 23 | +- Bump actions/upload-artifact from 1 to 3 (#540) |
| 24 | +- Bump styfle/cancel-workflow-action from 0.9.0 to 0.9.1 (#539) |
| 25 | +- Bump actions/cache from 2 to 3 (#538) |
| 26 | +- convert the table of arguments to the sections of arguments with Lua filter (#534, thanks @atusy)) |
| 27 | +- Added an entry for BBEdit (#532) |
| 28 | +- Support arg completion for primitive functions (#526) |
| 29 | +- Check rmd scope in on type formatting (#525) |
| 30 | +- Respect document `languageId` (#511) |
| 31 | +- Document formatting ensures trailing empty line (#509) |
| 32 | +- Only call `fs::path_abs` with existing files (#506) |
| 33 | +- `completionItem/resolve` always returns `completionItem` (#505) |
| 34 | +- Unpublish diagnostics when disabled (#498) |
| 35 | +- add whitespace to NEWS.md (#490) |
10 | 36 |
|
11 | 37 | # languageserver 0.3.12
|
12 | 38 |
|
|
0 commit comments