aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/util.ts
Commit message (Expand)AuthorAgeFilesLines
* Use explicit rustc commit-hashvsrs2021-04-221-1/+1
* Add special `auto` value for `debug.sourceFileMap`vsrs2021-04-221-1/+20
* Latest proposed LSP 3.16.0kjeremy2020-10-261-3/+2
* Move to vscode-languageclient 7.0.0-next.9kjeremy2020-09-021-1/+1
* Dont ask me why...Veetaha2020-08-211-1/+0
* Fix no inlay hints / unresolved tokens until manual editVeetaha2020-08-081-3/+3
* Fix: allow for binaries from $PATH to pass validity checkVeetaha2020-07-061-6/+2
* Revert "Dispose logger on extension deactivation"Veetaha2020-07-051-4/+0
* Dispose logger on extension deactivationVeetaha2020-07-051-0/+4
* Improve client logging (use output channel and more log levels)Veetaha2020-07-051-10/+41
* Never disable error logging on the frontendVeetaha2020-06-221-1/+0
* Change Runnable.bin -> Runnable.kindveetaha2020-05-311-0/+18
* Add `inRustProject` when-clause for commands.vsrs2020-05-271-0/+5
* Partially fix displaying inlay hints in Github PR diff viewsveetaha2020-05-261-4/+5
* Fix cargo not found on macos bug at vscode extension sideveetaha2020-05-061-0/+11
* vscode: add syntax tree inspection hovers and highlightsveetaha2020-03-311-2/+2
* Rewrite auto-updateAleksey Kladov2020-03-191-54/+0
* vscode-prerefactor: add some utility functionsVeetaha2020-03-141-6/+63
* vscode: prerefactor util.ts and ctx.tsVeetaha2020-03-071-3/+9
* Centralize the check for languageId on documentJulien Roncaglia2020-03-021-0/+8
* vscode: simplify assert.eq() to assert() as per matkladVeetaha2020-02-281-11/+1
* vscode: add dat semicolonVeetaha2020-02-281-1/+1
* vscode: add equality assertionVeetaha2020-02-281-0/+10
* vscode: rename nodeAssert -> nativeAssertVeetaha2020-02-281-2/+2
* vscode: add error loging on failed assertionVeetaha2020-02-281-1/+6
* vscode: migrate to more type-safe assert implVeetaha2020-02-281-4/+8
* vscode: migrate inlay_hints to rust-analyzer-api.tsVeetaha2020-02-241-8/+8
* vscode: gracefully handle cancellation errorsVeetaha2020-02-231-0/+40
* Extract client-side loggingAleksey Kladov2020-02-221-0/+18