rust/editors/code/src
Veetaha e43811c164 Fix no inlay hints / unresolved tokens until manual edit
No we return ContentModified during the workspace loading. This signifies the language
client to retry the operation (i.e. the client will
continue polling the server while it returns ContentModified).
I believe that there might be cases of overly big projects where the backoff
logic we have setup in `sendRequestWithRetry` (which we use for inlay hints)
might bail too early (currently the largest retry standby time is 10 seconds).
However, I've tried on one of my project with 500+ dependencies and it is still enough.
2020-08-08 21:53:38 +03:00
..
ast_inspector.ts Flatten commands.ts 2020-05-25 12:14:44 +02:00
client.ts ProblemMatcher auto detects relative/absolute paths and matches VSCode LSP's owner and source. VSCode LSP updated to specify owner. 2020-07-22 22:34:47 -07:00
commands.ts SSR: Restrict to current selection if any 2020-07-29 15:06:58 +10:00
config.ts Improve client logging (use output channel and more log levels) 2020-07-05 17:50:29 +03:00
ctx.ts Implement StatusBar 2020-07-02 15:32:14 +02:00
debug.ts delete empty line 2020-07-26 13:42:17 -04:00
inlay_hints.ts Cleanup lsp extensions on the client side 2020-05-25 14:56:26 +02:00
lsp_ext.ts SSR: Restrict to current selection if any 2020-07-29 15:06:58 +10:00
main.ts Gzip artifacts 2020-07-07 23:30:11 +03:00
net.ts Workaround rollup messing up default imports 2020-07-08 14:47:34 +03:00
persistent_state.ts Improve client logging (use output channel and more log levels) 2020-07-05 17:50:29 +03:00
run.ts Fix workspaceRoot 2020-07-03 14:56:30 +03:00
snippets.ts Fix snippetTextEdits applying to other files 2020-07-22 17:36:54 +02:00
tasks.ts Fix ts lints 2020-06-24 12:30:41 +03:00
toolchain.ts Change Runnable.bin -> Runnable.kind 2020-05-31 05:21:45 +03:00
util.ts Fix no inlay hints / unresolved tokens until manual edit 2020-08-08 21:53:38 +03:00