rust/editors/code/src
Julien Roncaglia b95756d21b Remove inlay in diff views
If the left side of a diff view that contain the old
version of the file apply inlays they are misplaced.

The detection is done by blacklisting the url schemes used
by git and subversion scm extensions.
2020-03-01 16:54:56 +01:00
..
commands vscode: run fmt 2020-02-25 01:00:00 +02: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 enforce camel case 2020-02-21 11:22:45 +01:00
config.ts Config to switch to semantic tokens 2020-02-26 16:03:30 +01:00
ctx.ts vscode: gracefully handle cancellation errors 2020-02-23 15:49:09 +02:00
highlighting.ts vscode: migrate highlighting to rust-analyzer-api.ts 2020-02-25 00:49:54 +02:00
inlay_hints.ts Remove inlay in diff views 2020-03-01 16:54:56 +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 vscode: migrate source_cnage.rs to rust-analyzer-api.rs 2020-02-25 00:49:19 +02:00
status_display.ts vscode: press ; to respect semicolons 2020-02-17 22:09:44 +02:00
util.ts vscode: simplify assert.eq() to assert() as per matklad 2020-02-29 00:59:42 +02:00