rust-analyzer/editors/code/src
Chayim Refael Friedman 0afa5e8096 Mark rust-analyzer.showSyntaxTree config option as requiring server restart
We register the provider when we start the server. It confused me why I set the option and it didn't work, so probably better to have it hint people.
2025-03-07 00:16:54 +02:00
..
bootstrap.ts Update Node.js, vscode, and ts deps 2025-02-27 20:53:48 +01:00
client.ts Update Node.js, vscode, and ts deps 2025-02-27 20:53:48 +01:00
commands.ts Update Node.js, vscode, and ts deps 2025-02-27 20:53:48 +01:00
config.ts Mark rust-analyzer.showSyntaxTree config option as requiring server restart 2025-03-07 00:16:54 +02:00
ctx.ts fix: Make RustAnalyzer:Run available in manifest file 2025-03-06 00:01:16 +01:00
debug.ts Update Node.js, vscode, and ts deps 2025-02-27 20:53:48 +01:00
dependencies_provider.ts Tidy up vscode extension a bit 2024-06-19 09:42:06 +02:00
diagnostics.ts Fix transparent diagnostics 2025-03-02 16:05:59 +02:00
lang_client.ts Update Node.js, vscode, and ts deps 2025-02-27 20:53:48 +01:00
lsp_ext.ts Update Node.js, vscode, and ts deps 2025-02-27 20:53:48 +01:00
main.ts Update Node.js, vscode, and ts deps 2025-02-27 20:53:48 +01:00
persistent_state.ts Update Node.js, vscode, and ts deps 2025-02-27 20:53:48 +01:00
run.ts fix: Make RustAnalyzer:Run available in manifest file 2025-03-06 00:01:16 +01:00
snippets.ts Update Node.js, vscode, and ts deps 2025-02-27 20:53:48 +01:00
syntax_tree_provider.ts Update Node.js, vscode, and ts deps 2025-02-27 20:53:48 +01:00
tasks.ts Set RUSTC_SYSROOT for runnables 2024-07-16 13:48:14 +02:00
test_explorer.ts Update Node.js, vscode, and ts deps 2025-02-27 20:53:48 +01:00
toolchain.ts Update Node.js, vscode, and ts deps 2025-02-27 20:53:48 +01:00
util.ts fix: Make RustAnalyzer:Run available in manifest file 2025-03-06 00:01:16 +01:00