rust-analyzer/editors/code/src
bors 1adb52cde6 Auto merge of #17549 - Veykril:runnables-fix, r=Veykril
fix: Fix runnables being incorrectly constructed

I've misunderstood parts of the code here which caused runnables to arbitrarily break :) (I have yet to understand the conditions that made them break though, there is some odd caching involved I feel like ...)
Fixes https://github.com/rust-lang/rust-analyzer/issues/17402
2024-07-06 18:24:30 +00:00
..
ast_inspector.ts Tidy up vscode extension a bit 2024-06-19 09:42:06 +02:00
bootstrap.ts fix: Fix runnables being incorrectly constructed 2024-07-06 20:23:14 +02:00
client.ts fix: Improve hover text in unlinked file diagnostics 2024-06-20 09:32:48 -07:00
commands.ts Add landing/faq walkthroughs and commands for quick access 2024-06-28 11:13:12 -07:00
config.ts fix: Fix runnables being incorrectly constructed 2024-07-06 20:23:14 +02:00
ctx.ts fix: Fix runnables being incorrectly constructed 2024-07-06 20:23:14 +02:00
debug.ts Fix passing message-format after -- in debugging 2024-07-06 18:03:33 +02:00
dependencies_provider.ts Tidy up vscode extension a bit 2024-06-19 09:42:06 +02:00
diagnostics.ts Tidy up vscode extension a bit 2024-06-19 09:42:06 +02:00
lang_client.ts detect internal error via error.code instead of error message 2023-11-15 12:36:08 +01:00
lsp_ext.ts Flatten cargoExtraArgs away from the runnable lsp extension 2024-07-06 16:36:27 +02:00
main.ts Add landing/faq walkthroughs and commands for quick access 2024-06-28 11:13:12 -07:00
persistent_state.ts editor/code: Sort the style to import types 2023-07-11 06:12:00 +09:00
run.ts fix: Fix runnables being incorrectly constructed 2024-07-06 20:23:14 +02:00
rust_project.ts Update JsonProject to include optional fields 2024-02-13 14:29:20 -08:00
snippets.ts Tidy up vscode extension a bit 2024-06-19 09:42:06 +02:00
tasks.ts fix: Fix runnables being incorrectly constructed 2024-07-06 20:23:14 +02:00
test_explorer.ts Resolve tests per file instead of per crate in test explorer 2024-03-29 05:34:43 +03:30
toolchain.ts Fix passing message-format after -- in debugging 2024-07-06 18:03:33 +02:00
util.ts Tidy up vscode extension a bit 2024-06-19 09:42:06 +02:00