mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
1.2 KiB
1.2 KiB
Setup
- Clone, and then run
git submodule update --init --recursive
- Get the extensions: rust-analyzer and CodeLLDB
- Ensure your workspace is set to the
launcher
folder being the root.
Building the CLI on Windows
For the moment, we require OpenSSL on Windows, where it is not usually installed by default. To install it:
- Install (clone) vcpkg using their instructions
- Add the location of the
vcpkg
directory to your system or user PATH. - Run
vcpkg install openssl:x64-windows-static-md
(after restarting your terminal for PATH changes to apply) - You should be able to then
cargo build
successfully
OpenSSL is needed for the key exchange we do when forwarding Basis tunnels. When all interested Basis clients support ED25519, we would be able to solely use libsodium. At the time of writing however, there is no active development on this in Chromium.
Debug
- You can use the Debug tasks already configured to run the launcher.