2021-04-14 18:22:51 +00:00
|
|
|
# VS Code Cloudron App
|
|
|
|
|
|
|
|
This repository contains the Cloudron app package source for VS Code.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2021-04-14 19:43:53 +00:00
|
|
|
[![Install](https://cloudron.io/img/button.svg)](https://cloudron.io/button.html?app=com.coder.codeserver.cloudronapp)
|
2021-04-14 18:22:51 +00:00
|
|
|
|
|
|
|
or using the [Cloudron command line tooling](https://cloudron.io/references/cli.html)
|
|
|
|
|
|
|
|
```
|
2021-04-14 19:43:53 +00:00
|
|
|
cloudron install --appstore-id com.coder.codeserver.cloudronapp
|
2021-04-14 18:22:51 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
|
|
The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html).
|
|
|
|
|
|
|
|
```
|
|
|
|
cd vscode-app
|
|
|
|
|
|
|
|
cloudron build
|
|
|
|
cloudron install
|
|
|
|
```
|