605 B
605 B
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 (expectsCodeLLDBextension).tasks.json: Tasks to build the client (npm run build) and server (cargo build).
Usage:
- Install the
vadimcn.vscode-lldb(CodeLLDB) extension for Rust debugging. - Run the
npm: build (client)task or use the Run Extension configuration which will run it as a preLaunchTask. - Use
Launch Rust server (CodeLLDB)to build and run the server under the debugger.