rust-analyzer/crates
Kirill Bulatov 184119258e Do not resolve inlayHint.textEdit for VSCode client
VSCode behaves strangely, allowing to navigate into label location, but
not allowing to apply hint's text edit, after hint is resolved.
See https://github.com/microsoft/vscode/issues/193124 for details.

For now, stub hint resolution for VSCode specifically.
2023-09-19 21:40:22 +03:00
..
base-db Fix cfg completions not working 2023-09-08 10:49:15 +02:00
cfg Fix cfg completions not working 2023-09-08 10:49:15 +02:00
flycheck Format the existing command in logging 2023-08-15 16:07:06 -07:00
hir Remove most of the duplication from Semantics{,Impl} via deref 2023-09-13 22:02:28 +00:00
hir-def Auto merge of #15616 - HKalbasi:rustc-deps, r=HKalbasi 2023-09-19 17:41:12 +00:00
hir-expand Emit builtin#format_args in builtin format_args expander 2023-09-06 18:08:20 +02:00
hir-ty Auto merge of #15616 - HKalbasi:rustc-deps, r=HKalbasi 2023-09-19 17:41:12 +00:00
ide Auto merge of #15606 - Veykril:annotation-above-item-fi, r=Veykril 2023-09-13 20:02:06 +00:00
ide-assists Auto merge of #15597 - rmehri01:fix_promote_local_field_shorthand, r=HKalbasi 2023-09-16 16:48:21 +00:00
ide-completion Fix cfg completions not working 2023-09-08 10:49:15 +02:00
ide-db Merge branch 'master' into sync-from-rust 2023-09-18 12:04:59 +03:00
ide-diagnostics use code from bug report for regression test 2023-09-17 16:52:32 +03:00
ide-ssr Merge commit '9b3d03408c' into sync-from-ra 2023-08-21 12:44:09 +03:00
intern Less once_cell more std 2023-09-01 17:30:59 +02:00
limit Merge commit 'aa9bc86125' into sync-from-ra 2023-06-05 12:04:23 +03:00
load-cargo Merge commit '37f84c101b' into sync-from-ra 2023-07-17 16:49:15 +03:00
mbe Merge commit '9b3d03408c' into sync-from-ra 2023-08-21 12:44:09 +03:00
parser Switch to in-tree rustc dependencies with a cfg flag 2023-09-15 18:10:11 +03:30
paths Merge commit '37f84c101b' into sync-from-ra 2023-07-17 16:49:15 +03:00
proc-macro-api Upgrade Object and related deps 2023-08-14 23:05:45 +08:00
proc-macro-srv Upgrade Object and related deps 2023-08-14 23:05:45 +08:00
proc-macro-srv-cli Merge commit 'aa9bc86125' into sync-from-ra 2023-06-05 12:04:23 +03:00
proc-macro-test proc-macro-test: Pass target to cargo invocation 2023-08-02 17:57:13 -07:00
profile Merge commit '9b3d03408c' into sync-from-ra 2023-08-21 12:44:09 +03:00
project-model Auto merge of #15560 - davidbarsky:davidbarsky/use-sysroot-rustc-to-determine-cfgs, r=Veykril 2023-09-08 18:14:25 +00:00
rust-analyzer Do not resolve inlayHint.textEdit for VSCode client 2023-09-19 21:40:22 +03:00
rustc-dependencies Switch to in-tree rustc dependencies with a cfg flag 2023-09-15 18:10:11 +03:30
sourcegen Merge commit '37f84c101b' into sync-from-ra 2023-07-17 16:49:15 +03:00
stdx Merge commit '37f84c101b' into sync-from-ra 2023-07-17 16:49:15 +03:00
syntax Switch to in-tree rustc dependencies with a cfg flag 2023-09-15 18:10:11 +03:30
test-utils Emit builtin#format_args in builtin format_args expander 2023-09-06 18:08:20 +02:00
text-edit Merge commit 'aa9bc86125' into sync-from-ra 2023-06-05 12:04:23 +03:00
toolchain ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
tt Merge commit 'baee6b338b' into sync-from-ra 2023-08-07 12:03:15 +03:00
vfs Ensure resolved hint's file exists 2023-09-02 18:28:36 +03:00
vfs-notify Update notify to 6.1.1 2023-09-04 18:00:12 +02:00