aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | 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-246-35/+231
* | | | | | | | Keep VSCode config mostly backwards compatibleEmil Lauridsen2019-12-254-35/+40
* | | | | | | | Re-format VSCode extension changesEmil Lauridsen2019-12-252-19/+20
* | | | | | | | Re-implement status display using LSP 3.15 progress eventEmil Lauridsen2019-12-252-0/+51
* | | | | | | | Remove cargo watch supporting code and tests from vscode extensionEmil Lauridsen2019-12-2514-1684/+0
* | | | | | | | Configuration plumbing for cargo watcherEmil Lauridsen2019-12-253-74/+28
* | | | | | | | Remove cargo-watch from vscode extension.Emil Lauridsen2019-12-256-454/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Protect against null as revealed by `npm test`kjeremy2019-12-201-2/+7
* | | | | | | Update to latest packageskjeremy2019-12-202-33/+33
* | | | | | | Use substr instead of endswithEdwin Cheng2019-12-181-3/+3
* | | | | | | Add testsEdwin Cheng2019-12-182-0/+295
* | | | | | | Add macro span handlingEdwin Cheng2019-12-181-0/+38
* | | | | | | Merge #2583bors[bot]2019-12-173-3/+47
|\ \ \ \ \ \ \
| * | | | | | | use pretter settings in ts-lintEdwin Cheng2019-12-173-3/+47
* | | | | | | | Merge #2580bors[bot]2019-12-171-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix highlighting token namesAleksey Kladov2019-12-171-4/+4
* | | | | | | | | Merge #2568bors[bot]2019-12-173-2/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix formattingVadzim Dambrouski2019-12-161-2/+1
| * | | | | | | | | Add option to disable all-targets.Vadzim Dambrouski2019-12-153-1/+18
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge #2571bors[bot]2019-12-171-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |