about summary refs log tree commit diff
path: root/editors/code/src/util.ts
AgeCommit message (Expand)AuthorLines
2022-05-17prettier runAndrei Listochkin-14/+15
2021-10-03Allow locate parent module action in cargo tomlrainy-me-0/+5
2021-08-16fix lintAlex.F-1/+1
2021-08-16use async versionAlex.F-4/+4
2021-04-22Use explicit rustc commit-hashvsrs-1/+1
2021-04-22Add special `auto` value for `debug.sourceFileMap`vsrs-1/+20
2020-10-26Latest proposed LSP 3.16.0kjeremy-3/+2
2020-09-02Move to vscode-languageclient 7.0.0-next.9kjeremy-1/+1
2020-08-21Dont ask me why...Veetaha-1/+0
2020-08-08Fix no inlay hints / unresolved tokens until manual editVeetaha-3/+3
2020-07-06Fix: allow for binaries from $PATH to pass validity checkVeetaha-6/+2
2020-07-05Revert "Dispose logger on extension deactivation"Veetaha-4/+0
2020-07-05Dispose logger on extension deactivationVeetaha-0/+4
2020-07-05Improve client logging (use output channel and more log levels)Veetaha-10/+41
2020-06-22Never disable error logging on the frontendVeetaha-1/+0
2020-05-31Change Runnable.bin -> Runnable.kindveetaha-0/+18
2020-05-27Add `inRustProject` when-clause for commands.vsrs-0/+5
2020-05-26Partially fix displaying inlay hints in Github PR diff viewsveetaha-4/+5
2020-05-05Fix cargo not found on macos bug at vscode extension sideveetaha-0/+11
2020-03-31vscode: add syntax tree inspection hovers and highlightsveetaha-2/+2
2020-03-19Rewrite auto-updateAleksey Kladov-54/+0
2020-03-14vscode-prerefactor: add some utility functionsVeetaha-6/+63
2020-03-07vscode: prerefactor util.ts and ctx.tsVeetaha-3/+9
2020-03-02Centralize the check for languageId on documentJulien Roncaglia-0/+8
2020-02-29vscode: simplify assert.eq() to assert() as per matkladVeetaha-11/+1
2020-02-29vscode: add dat semicolonVeetaha-1/+1
2020-02-29vscode: add equality assertionVeetaha-0/+10
2020-02-29vscode: rename nodeAssert -> nativeAssertVeetaha-2/+2
2020-02-29vscode: add error loging on failed assertionVeetaha-1/+6
2020-02-28vscode: migrate to more type-safe assert implVeetaha-4/+8
2020-02-25vscode: migrate inlay_hints to rust-analyzer-api.tsVeetaha-8/+8
2020-02-23vscode: gracefully handle cancellation errorsVeetaha-0/+40
2020-02-22Extract client-side loggingAleksey Kladov-0/+18