about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
2019-10-31Making loadColors more readable by monading all the things.Seivan Heidari-23/+16
2019-10-31Adding better debugging for testing themes missing tags and which scopes didn...Seivan Heidari-45/+58
2019-10-31Merge branch 'master' into feature/themesSeivan Heidari-15/+1
2019-10-30Add link to the vscode VIM extension compatibility warning.krk-1/+1
2019-10-27Remove `jsonc-parser` since vscode can load the package. Might need it later ...Seivan Heidari-6/+1
2019-10-27Adding debugging to figure out missing scopes from theme.Seivan Heidari-11/+10
2019-10-27Adding all the decorators from RA to map.Seivan Heidari-0/+6
2019-10-27Introducing a Scopes Mapper to map from RA scopes to TextMate scopes with fal...Seivan Heidari-13/+60
2019-10-26Refactor how themes are found in packages without relying on parsing JSONC.Seivan Heidari-24/+19
2019-10-25document feature flagsAleksey Kladov-14/+0
2019-10-24Making it clear we're using default settings.Seivan Heidari-11/+7
2019-10-24Fixing linting issues, but also hides failures. Has to be a better approach t...Seivan Heidari-3/+3
2019-10-24Only loading `tokenColorCustomizations` once.Seivan Heidari-4/+4
2019-10-24Proof of concept theming and 'tokenColorCustomizations' support.Seivan Heidari-35/+231
2019-10-23Merge #1980bors[bot]-1/+28
2019-10-23Do not truncate the rangeWilco Kusee-30/+10
2019-10-18Make inlay hint length configurableWilco Kusee-14/+37
2019-10-17Adds config option for cargo-watch `--ignore` flagRoberto Vidal-2/+21
2019-10-17Add rust-analyzer.showWorkspaceLoadedNotification to package.jsonLaurențiu Nicola-0/+5
2019-10-10Merge #1984bors[bot]-29/+21
2019-10-10Bump rollup and vscekjeremy-29/+21
2019-10-10engine.vscode and @types/vscode should matchkjeremy-1/+1
2019-10-10Truncate hints longer than 20 charactersWilco Kusee-4/+28
2019-09-27Fixarsdragonfly-3/+1
2019-09-27Fix testsarsdragonfly-6/+5
2019-09-27Support the new deprecated tagarsdragonfly-1/+20
2019-09-23add rollup bundler for vscode extensionJasperDeSutter-22/+214
2019-09-10Update minimal required vscode version to 1.37Lucas Spits-1/+1
2019-09-09Replace watcher file existence check with vscode.fs versionLucas Spits-11/+10
2019-09-06add option to disable notifyAleksey Kladov-0/+10
2019-08-26Switch to `@types/vscode` and `vscode-test`Bastian Köcher-450/+802
2019-08-22implement feature flagsAleksey Kladov-5/+10
2019-08-21fix default for the exlude keyAleksey Kladov-1/+1
2019-08-19fix #1424xfoxfu-1/+9
2019-08-06Merge #1652bors[bot]-41/+55
2019-08-06allow to exclude certain files and directoriesAleksey Kladov-1/+11
2019-08-05Avoid shared mutable stateKirill Bulatov-71/+55
2019-08-05Cache decorations before the first change onlyKirill Bulatov-20/+21
2019-08-05Use WeakMap to avoid memory leaksKirill Bulatov-10/+12
2019-08-05Style and test fixesKirill Bulatov-6/+17
2019-08-05Query less hints on file openKirill Bulatov-18/+34
2019-07-29Merge #1614bors[bot]-1/+1
2019-07-29show prettier diff on CIAleksey Kladov-1/+1
2019-07-29Merge #1610bors[bot]-6/+11
2019-07-29:arrow_up: npmAleksey Kladov-110/+99
2019-07-29Style fixesKirill Bulatov-1/+4
2019-07-29Ignore cancelled inlay hints responsesKirill Bulatov-6/+8
2019-07-25npm run fixKirill Bulatov-10/+22
2019-07-25Code review fixesKirill Bulatov-13/+13
2019-07-25Remove unnecessary hacksKirill Bulatov-29/+0