about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
2020-03-07vscode: remove logging from inlays, run fix lint issuesVeetaha-18/+7
2020-03-07vscode: remove logic for caching editors as per @matkladVeetaha-222/+136
2020-03-07vscode: prerefactor util.ts and ctx.tsVeetaha-10/+14
2020-03-07vscode: refresh all editors on text changes, simplify inlays apiVeetaha-13/+11
2020-03-07vscode: add dat semicolonVeetaha-1/+1
2020-03-07vscode: simpifyVeetaha-5/+1
2020-03-07vscode: redesign inlay hints to be capable of handling multiple editorsVeetaha-106/+273
2020-03-07vscode: extract Type and Param hint cases of InlayHint at type level (needed ...Veetaha-8/+14
2020-03-06:arrow_up: npm depsAleksey Kladov-7/+7
2020-03-06Don't creat public APIs with typosAleksey Kladov-1/+1
2020-03-06Concise mode for parameter hintsAleksey Kladov-0/+4
2020-03-06Feature flag for arg snippetsAleksey Kladov-0/+4
2020-03-03Actually include readme into .vsixAleksey Kladov-0/+1
2020-03-03Merge #3388bors[bot]-15/+25
2020-03-03Update code dependenciesJeremy Kolb-70/+105
2020-03-02Centralize the check for languageId on documentJulien Roncaglia-24/+25
2020-03-02Don't fail loudly if the old highlighting breaksAleksey Kladov-4/+6
2020-03-02Minimal viable metaAleksey Kladov-1/+11
2020-03-01Remove inlay in diff viewsJulien Roncaglia-1/+10
2020-02-29vscode: simplify assert.eq() to assert() as per matkladVeetaha-15/+4
2020-02-29vscode: add dat semicolonVeetaha-1/+1
2020-02-29vscode: add equality assertionVeetaha-2/+12
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-8/+10
2020-02-28Fix union classificationAleksey Kladov-2/+0
2020-02-28Merge #3363bors[bot]-20/+64
2020-02-28removing ctrl+r key binding fixes #2733Jason Williams-5/+0
2020-02-28Cleanup highlighting tagsAleksey Kladov-17/+70
2020-02-28Merge #3361bors[bot]-0/+2
2020-02-28Reset fontStyle for inlay hintsAleksey Kladov-0/+2
2020-02-28add more tagsAleksey Kladov-9/+0
2020-02-27vscode: added feature flags for better short-term uxVeetaha-1/+23
2020-02-27Map builtinAleksey Kladov-0/+6
2020-02-27Set attr scopeAleksey Kladov-0/+6
2020-02-27Map unsafe keywordAleksey Kladov-0/+6
2020-02-27Fix styleAleksey Kladov-1/+1
2020-02-27Fix lintAleksey Kladov-1/+1
2020-02-27Actually gate CI on eslintAleksey Kladov-1/+2
2020-02-27Merge #3339bors[bot]-1/+9
2020-02-27Fix flickering with new syntax highlightingAleksey Kladov-1/+9
2020-02-27Merge #3308bors[bot]-1/+1
2020-02-27Color constantsAleksey Kladov-0/+9
2020-02-27Better highlightign APIAleksey Kladov-0/+19
2020-02-26wipAleksey Kladov-0/+14
2020-02-26Config to switch to semantic tokensAleksey Kladov-3/+15
2020-02-26Merge pull request #3321 from kjeremy/semantic-clientAleksey Kladov-0/+4
2020-02-26Enable SemanticTokens on the clientJeremy Kolb-0/+4
2020-02-26Remove unnecessary depAleksey Kladov-26/+8
2020-02-25vscode: fix vscode-vim keybindings conflictVeetaha-1/+1