aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Expand)AuthorAgeFilesLines
...
* Encapsulate inlay hints activationAleksey Kladov2019-12-302-38/+39
* Dead codeAleksey Kladov2019-12-302-18/+2
* status is not a commandAleksey Kladov2019-12-302-13/+13
* Hints are not commandsAleksey Kladov2019-12-303-4/+2
* Move all commands to ctxAleksey Kladov2019-12-303-22/+26
* Minor refactorAleksey Kladov2019-12-301-9/+7
* Refactor runablesAleksey Kladov2019-12-303-67/+66
* Move expand macro to the new contextAleksey Kladov2019-12-305-75/+53
* CleanupAleksey Kladov2019-12-302-11/+11
* Cleanup importsAleksey Kladov2019-12-305-8/+12
* Refactor show syntax tree actionAleksey Kladov2019-12-308-134/+116
* Run prettier on all filesAleksey Kladov2019-12-307-23/+18
* Move parentModule to the new CtxAleksey Kladov2019-12-303-37/+37
* Refactor applySourceChangeAleksey Kladov2019-12-307-89/+68
* Move joinLines to the new CtxAleksey Kladov2019-12-303-21/+21
* Fix server config mispell in vscode extensionEmil Lauridsen2019-12-301-1/+1
* Move matching brace to new CtxAleksey Kladov2019-12-304-32/+35
* Run prettierAleksey Kladov2019-12-302-20/+16
* Add prettierAleksey Kladov2019-12-302-6/+19
* More second command to CtxAleksey Kladov2019-12-304-11/+14
* Start new ctx moduleAleksey Kladov2019-12-304-20/+63
* SimplifyAleksey Kladov2019-12-301-32/+29
* Rename extension.ts -> main.tsAleksey Kladov2019-12-304-4/+4
* Minimize typescript CIAleksey Kladov2019-12-301-1/+1
* Add rollupAleksey Kladov2019-12-305-35/+751
* Minimize TypeScript buildAleksey Kladov2019-12-309-1839/+14
* Trim down launch configurationsAleksey Kladov2019-12-293-62/+0
* Merge #2061bors[bot]2019-12-296-12/+358
|\
| * Fix https://github.com/rust-analyzer/rust-analyzer/pull/2061#discussion_r3487...Seivan Heidari2019-12-234-16/+20
| * Merge branch 'master' into feature/themesSeivan Heidari2019-12-2336-699/+1186
| |\
| * \ Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari2019-11-281-0/+0
| |\ \
| * \ \ Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari2019-11-213-13/+30
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari2019-11-204-0/+102
| |\ \ \ \
| * | | | | Readding jsonc parser because of https://github.com/rust-analyzer/rust-analyz...Seivan Heidari2019-11-183-3/+9
| * | | | | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari2019-11-181-1/+8
| |\ \ \ \ \
| * | | | | | Probably a better approach to check for values before assigning lest we repla...Seivan Heidari2019-11-101-3/+27
| * | | | | | Vscode wasn't running the linter automatically so ran `npm run fix` - wonder ...Seivan Heidari2019-11-096-106/+110
| * | | | | | See if this satisfies the CI.Seivan Heidari2019-11-051-5/+5
| * | | | | | Fix typo.Seivan Heidari2019-11-041-1/+1
| * | | | | | Remove new line.Seivan Heidari2019-11-041-1/+0
| * | | | | | Logging fallback tag in case scopes are missing.Seivan Heidari2019-11-041-3/+5
| * | | | | | * Adding scope mapping configuration manifest in `package.json`Seivan Heidari2019-11-045-66/+140
| * | | | | | Making loadColors more readable by monading all the things.Seivan Heidari2019-10-311-23/+16
| * | | | | | Adding better debugging for testing themes missing tags and which scopes didn...Seivan Heidari2019-10-313-45/+58
| * | | | | | Merge branch 'master' into feature/themesSeivan Heidari2019-10-314-15/+1
| |\ \ \ \ \ \
| * | | | | | | Remove `jsonc-parser` since vscode can load the package. Might need it later ...Seivan Heidari2019-10-272-6/+1
| * | | | | | | Adding debugging to figure out missing scopes from theme.Seivan Heidari2019-10-272-11/+10
| * | | | | | | Adding all the decorators from RA to map.Seivan Heidari2019-10-271-0/+6
| * | | | | | | Introducing a Scopes Mapper to map from RA scopes to TextMate scopes with fal...Seivan Heidari2019-10-274-13/+60
| * | | | | | | Refactor how themes are found in packages without relying on parsing JSONC.Seivan Heidari2019-10-262-24/+19