binary releases of VS Code without MS branding/telemetry/licensing
|
|
7 лет назад | |
|---|---|---|
| .travis.yml | 7 лет назад | |
| LICENSE | 7 лет назад | |
| README.md | 7 лет назад | |
| build.sh | 7 лет назад | |
| check_tags.sh | 7 лет назад | |
| create_zip.sh | 7 лет назад | |
| get_repo.sh | 7 лет назад | |
| install_deps.sh | 7 лет назад |
:tada: :tada: Download latest release here :tada: :tada:
If you are on a Mac and have Homebrew installed:
brew cask install vscodium
Note: if you see "App can’t be opened because it is from an unidentified developer" when opening VSCodium the first time, you can right-click the application and choose Open. This should only be required the first time opening on a Mac.
This repository contains a build file to generate FLOSS release binaries of Microsoft's VSCode.
Microsoft's downloads of VSCode are licensed under this not-FLOSS license. That's why this repo exists. So you don't have to download+build from source. If you want to build from source, definitely head over to https://github.com/Microsoft/vscode and follow the instructions.
Until something more open comes around, we use the Microsoft Marketplace/Extensions in the product.json file. Those links are licensed under MIT as per the comments on this issue.
VSCodium (and a freshly cloned copy of vscode built from source) stores its config files in ~/.vscode-oss. So if you currently have Visual Studio Code installed, your extensions and settings won't automatically populate. You can reinstall extensions and copy settings over manually by following these steps:
... and choose 'Open settings.json'.deb, .rpm, and .tar.gz files)x32 and arm architectures are not currently supported. If you know of a way to do this with Travis or any other free CI/CD platform please put in an issue or a PR.
MIT