Skip to content

code-oss-dev/code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Clone, and then run git submodule update --init --recursive
  2. Get the extensions: rust-analyzer and CodeLLDB
  3. 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:

  1. Install (clone) vcpkg using their instructions
  2. Add the location of the vcpkg directory to your system or user PATH.
  3. Runvcpkg install openssl:x64-windows-static-md (after restarting your terminal for PATH changes to apply)
  4. 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

  1. You can use the Debug tasks already configured to run the launcher.

About

Code OSS DEV

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.0%
  • JavaScript 2.1%
  • CSS 1.5%
  • HTML 0.8%
  • Inno Setup 0.7%
  • Rust 0.7%
  • Other 0.2%