about summary refs log tree commit diff
path: root/editors/code/src/util.ts
AgeCommit message (Expand)AuthorLines
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