rust/editors/code/src
Elias Holzmann e8372e0484 vscode: Support opening local documentation if available
Displaying local instead of web docs can have many benefits:
- the web version may have different features enabled than locally selected
- the standard library may be a different version than is available online
- the user may not be online and therefore cannot access the web documentation
- the documentation may not be available online at all, for example because it
  is for a new feature in a library the user is currently developing

If the documentation is not available locally, the extension still falls back to
the web version.
2023-10-09 20:11:53 +02:00
..
ast_inspector.ts editor/code: Re-apply code format 2023-07-13 22:44:29 +09:00
bootstrap.ts Pass server extraEnv to isValidExecutable 2023-08-12 07:10:20 +02:00
client.ts vscode: Support opening local documentation if available 2023-10-09 20:11:53 +02:00
commands.ts vscode: Support opening local documentation if available 2023-10-09 20:11:53 +02:00
config.ts Add config for the default click action of extension status bar 2023-10-04 21:07:50 +05:30
ctx.ts Add config for the default click action of extension status bar 2023-10-04 21:07:50 +05:30
debug.ts Use notification command links for debugger installation 2023-07-20 15:41:08 +02:00
dependencies_provider.ts editor/code: Re-apply code format 2023-07-13 22:44:29 +09:00
diagnostics.ts editor/code: Re-apply code format 2023-07-13 22:44:29 +09:00
lsp_ext.ts vscode: Support opening local documentation if available 2023-10-09 20:11:53 +02:00
main.ts Add status bar button to toggle check on save state 2023-08-15 11:39:53 +02:00
nullable.ts editor/code: Enable noUncheckedIndexedAccess ts option 2023-07-06 16:17:02 +09:00
persistent_state.ts editor/code: Sort the style to import types 2023-07-11 06:12:00 +09:00
run.ts Fix lint 2023-07-18 18:06:20 +07:00
rust_project.ts fmt 2023-03-13 13:30:19 -04:00
snippets.ts editor/code: Re-apply code format 2023-07-13 22:44:29 +09:00
tasks.ts editor/code: Re-apply code format 2023-07-13 22:44:29 +09:00
toolchain.ts editor/code: Re-apply code format 2023-07-13 22:44:29 +09:00
undefinable.ts editor/code: Enable noUncheckedIndexedAccess ts option 2023-07-06 16:17:02 +09:00
util.ts code: yeet rust-analyzer.discoverProjectCommand 2023-09-05 12:38:33 -04:00