test rust lsp

This commit is contained in:
2025-09-07 07:18:18 +02:00
parent a8bf55882e
commit 7a3e3ae9f7
330 changed files with 1714 additions and 70094 deletions
+10
View File
@@ -0,0 +1,10 @@
This folder contains debug and task configurations for developing the extension and the Rust language server.
- `launch.json`: Debug configurations for the Extension Host and for the Rust server (expects `CodeLLDB` extension).
- `tasks.json`: Tasks to build the client (`npm run build`) and server (`cargo build`).
Usage:
1. Install the `vadimcn.vscode-lldb` (CodeLLDB) extension for Rust debugging.
2. Run the `npm: build (client)` task or use the Run Extension configuration which will run it as a preLaunchTask.
3. Use `Launch Rust server (CodeLLDB)` to build and run the server under the debugger.