aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-306-22/+17
* 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
* 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-301-0/+0
* Add rollupAleksey Kladov2019-12-301-11/+1
* Minimize TypeScript buildAleksey Kladov2019-12-302-71/+0
* Merge #2061bors[bot]2019-12-294-11/+289
|\
| * Fix https://github.com/rust-analyzer/rust-analyzer/pull/2061#discussion_r3487...Seivan Heidari2019-12-233-16/+15
| * Merge branch 'master' into feature/themesSeivan Heidari2019-12-2331-274/+715
| |\
| * \ 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-212-13/+2
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari2019-11-203-0/+97
| |\ \ \ \
| * | | | | Readding jsonc parser because of https://github.com/rust-analyzer/rust-analyz...Seivan Heidari2019-11-181-2/+2
| * | | | | 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-095-105/+109
| * | | | | | 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-044-65/+77
| * | | | | | 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-313-10/+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-261-21/+17
| * | | | | | | Making it clear we're using default settings.Seivan Heidari2019-10-241-11/+7
| * | | | | | | Fixing linting issues, but also hides failures. Has to be a better approach t...Seivan Heidari2019-10-241-3/+3
| * | | | | | | Only loading `tokenColorCustomizations` once.Seivan Heidari2019-10-241-4/+4
| * | | | | | | Proof of concept theming and 'tokenColorCustomizations' support.Seivan Heidari2019-10-244-31/+221
* | | | | | | | Keep VSCode config mostly backwards compatibleEmil Lauridsen2019-12-253-15/+26