about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2019-11-27rename ra_ide_api -> ra_ideAleksey Kladov-0/+0
2019-11-21Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari-13/+2
2019-11-20Merge pull request #2297 from kiljacken/masterAleksey Kladov-13/+2
2019-11-20Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari-0/+97
2019-11-20Minor fix for outpu text formatingEdwin Cheng-1/+1
2019-11-20Use DocumentProvider instead of HoverEdwin Cheng-33/+70
2019-11-19Move type inlay hint truncation to language serverEmil Lauridsen-13/+2
2019-11-19Change return type of expand_macroEdwin Cheng-5/+8
2019-11-19Fix npm formattingEdwin Cheng-14/+14
2019-11-19Add recursive expand in vscodeEdwin Cheng-5/+62
2019-11-18Readding jsonc parser because of https://github.com/rust-analyzer/rust-analyz...Seivan Heidari-2/+2
2019-11-18Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari-1/+8
2019-11-16Fix formatoxalica-1/+3
2019-11-16Check exit code of `cargo watch`oxalica-3/+3
2019-11-16Handle errors when `cargo watch` failsoxalica-0/+5
2019-11-10Probably a better approach to check for values before assigning lest we repla...Seivan Heidari-3/+27
2019-11-09Vscode wasn't running the linter automatically so ran `npm run fix` - wonder ...Seivan Heidari-105/+109
2019-11-05See if this satisfies the CI.Seivan Heidari-5/+5
2019-11-05Fix typo.Seivan Heidari-1/+1
2019-11-05Remove new line.Seivan Heidari-1/+0
2019-11-05Logging fallback tag in case scopes are missing.Seivan Heidari-3/+5
2019-11-04* Adding scope mapping configuration manifest in `package.json`Seivan Heidari-65/+77
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-10/+1
2019-10-30Add link to the vscode VIM extension compatibility warning.krk-1/+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-21/+17
2019-10-25document feature flagsAleksey Kladov-9/+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-31/+221
2019-10-23Merge #1980bors[bot]-1/+23
2019-10-23Do not truncate the rangeWilco Kusee-30/+10
2019-10-18Make inlay hint length configurableWilco Kusee-14/+32
2019-10-17Adds config option for cargo-watch `--ignore` flagRoberto Vidal-2/+16
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-09Replace watcher file existence check with vscode.fs versionLucas Spits-11/+10
2019-09-06add option to disable notifyAleksey Kladov-0/+5
2019-08-26Switch to `@types/vscode` and `vscode-test`Bastian Köcher-23/+72
2019-08-22implement feature flagsAleksey Kladov-1/+6
2019-08-19fix #1424xfoxfu-1/+9
2019-08-06Merge #1652bors[bot]-41/+55
2019-08-06allow to exclude certain files and directoriesAleksey Kladov-1/+6