rust/editors/code/src
bors[bot] b55d22e060
Merge #3388
3388: Remove inlay hint in diff views r=matklad a=vbfox

If the left side of a diff view that contain the old version of the file apply inlays they are misplaced and produce a weird display:

![image](https://user-images.githubusercontent.com/131878/75628802-b1ac1900-5bdc-11ea-8c26-6722d8e38371.png)

After the change:

![image](https://user-images.githubusercontent.com/131878/75628831-e91ac580-5bdc-11ea-9039-c6b4ffbdb2be.png)

The detection is done by blacklisting the url schemes used by git and subversion scm extensions, whitelisting `file` is also possible but neither is perfect as VSCode now support both pluggable scm extensions and pluggable remote filesystems. But I suspect that the list of scm extensions is more easily manageable.

**Note**: I can rebase on #3378 if needed as it touches the same lines of code

Co-authored-by: Julien Roncaglia <julien@roncaglia.fr>
2020-03-03 13:45:26 +00:00
..
commands Centralize the check for languageId on document 2020-03-02 22:54:29 +01:00
installation vscode: simplify assert.eq() to assert() as per matklad 2020-02-29 00:59:42 +02:00
client.ts Fix lint 2020-02-27 10:46:43 +01:00
color_theme.ts
config.ts Config to switch to semantic tokens 2020-02-26 16:03:30 +01:00
ctx.ts Centralize the check for languageId on document 2020-03-02 22:54:29 +01:00
highlighting.ts Merge #3388 2020-03-03 13:45:26 +00:00
inlay_hints.ts Centralize the check for languageId on document 2020-03-02 22:54:29 +01:00
main.ts Config to switch to semantic tokens 2020-02-26 16:03:30 +01:00
rust-analyzer-api.ts vscode: migrate rust-analyzer-api to import * as lc as per matklad and kjeremy 2020-02-25 01:43:52 +02:00
source_change.ts
status_display.ts
util.ts Centralize the check for languageId on document 2020-03-02 22:54:29 +01:00