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.