README.md 6.5 KB
Newer Older
C
Chuck Lantz 已提交
1 2
# Code - OSS Development Container

3
This repository includes configuration for a development container for working with Code - OSS in an isolated local container or using [GitHub Codespaces](https://github.com/features/codespaces).
C
Chuck Lantz 已提交
4

5
> **Tip:** The default VNC password is `vscode`. The VNC server runs on port `5901` with a web client at `6080`. For better performance, we recommend using a [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/). Applications like the macOS Screen Sharing app will not perform as well.
6

C
Chuck Lantz 已提交
7 8
## Quick start - local

9
1. Install Docker Desktop or Docker for Linux on your local machine. (See [docs](https://aka.ms/vscode-remote/containers/getting-started) for additional details.)
C
Chuck Lantz 已提交
10

11
2. **Important**: Docker needs at least **4 Cores and 6 GB of RAM (8 GB recommended)** to run full build. If you on macOS, or using the old Hyper-V engine for Windows, update these values for Docker Desktop by right-clicking on the Docker status bar item, going to **Preferences/Settings > Resources > Advanced**.
C
Chuck Lantz 已提交
12

13
    > **Note:** The [Resource Monitor](https://marketplace.visualstudio.com/items?itemName=mutantdino.resourcemonitor) extension is included in the container so you can keep an eye on CPU/Memory in the status bar.
C
Chuck Lantz 已提交
14

C
Chuck Lantz 已提交
15 16 17 18 19 20
3. Install [Visual Studio Code Stable](https://code.visualstudio.com/) or [Insiders](https://code.visualstudio.com/insiders/) and the [Remote - Containers](https://aka.ms/vscode-remote/download/containers) extension.

    ![Image of Remote - Containers extension](https://microsoft.github.io/vscode-remote-release/images/remote-containers-extn.png)

    > Note that the Remote - Containers extension requires the Visual Studio Code distribution of Code - OSS. See the [FAQ](https://aka.ms/vscode-remote/faq/license) for details.

21
4. Press <kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> and select **Remote-Containers: Clone Repository in Container Volume...**.
C
Chuck Lantz 已提交
22

23
    > **Tip:** While you can use your local source tree instead, operations like `yarn install` can be slow on macOS or using the Hyper-V engine on Windows. We recommend the "clone repository in container" approach instead since it uses "named volume" rather than the local filesystem.
C
Chuck Lantz 已提交
24 25 26

5. Type `https://github.com/microsoft/vscode` (or a branch or PR URL) in the input box and press <kbd>Enter</kbd>.

27
6. After the container is running, open a web browser and go to [http://localhost:6080](http://localhost:6080) or use a [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/) to connect to `localhost:5901` and enter `vscode` as the password.
C
Chuck Lantz 已提交
28 29 30

Anything you start in VS Code or the integrated terminal will appear here.

C
Chuck Lantz 已提交
31
Next: **[Try it out!](#try-it)**
C
Chuck Lantz 已提交
32

33
## Quick start - GitHub Codespaces
C
Chuck Lantz 已提交
34

C
Chuck Lantz 已提交
35
> **IMPORTANT:** The current free user beta for GitHub Codespaces uses a "Basic" sized codespace which does not have enough RAM to run a full build of VS Code and will be considerably slower during codespace start and running VS Code. You'll soon be able to use a "Standard" sized codespace (4-core, 8GB) that will be better suited for this purpose (along with even larger sizes should you need it).
C
Chuck Lantz 已提交
36

37
1. From the [microsoft/vscode GitHub repository](https://github.com/microsoft/vscode), click on the **Code** dropdown, select **Open with Codespaces**, and the **New codespace**
C
Chuck Lantz 已提交
38

39
    > Note that you will not see these options if you are not in the beta yet.
C
Chuck Lantz 已提交
40

41
2. After the codespace is up and running in your browser, press <kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> and select **View: Show Remote Explorer**.
C
Chuck Lantz 已提交
42

43
3. You should see port `6080` under **Forwarded Ports**. Select the line and click on the globe icon to open it in a browser tab.
C
Chuck Lantz 已提交
44

45
    > If you do not see port `6080`, press <kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>, select **Forward a Port** and enter port `6080`.
C
Chuck Lantz 已提交
46

47
4. In the new tab, you should see noVNC. Click **Connect** and enter `vscode` as the password.
C
Chuck Lantz 已提交
48

49 50 51 52 53 54 55 56 57
Anything you start in VS Code or the integrated terminal will appear here.

Next: **[Try it out!](#try-it)**

### Using VS Code with GitHub Codespaces

You will likely see better performance when accessing the codespace you created from VS Code since you can use a[VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/). Here's how to do it.

1. [Create a codespace](#quick-start---github-codespaces) if you have not already.
C
Chuck Lantz 已提交
58

59 60 61 62 63 64 65 66 67
2. Set up [VS Code for use with GitHub Codespaces](https://docs.github.com/github/developing-online-with-codespaces/using-codespaces-in-visual-studio-code)

3. After the VS Code is up and running, press <kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>, choose **Codespaces: Connect to Codespace**, and select the codespace you created.

4. After you've connected to the codespace, use a [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/) to connect to `localhost:5901` and enter `vscode` as the password.

5. Anything you start in VS Code or the integrated terminal will appear here.

Next: **[Try it out!](#try-it)**
C
Chuck Lantz 已提交
68

C
Chuck Lantz 已提交
69
## Try it!
C
Chuck Lantz 已提交
70

C
Chuck Lantz 已提交
71
This container uses the [Fluxbox](http://fluxbox.org/) window manager to keep things lean. **Right-click on the desktop** to see menu options. It works with GNOME and GTK applications, so other tools can be installed if needed.
C
Chuck Lantz 已提交
72

C
Chuck Lantz 已提交
73
Note you can also set the resolution from the command line by typing `set-resolution`.
C
Chuck Lantz 已提交
74

C
Chuck Lantz 已提交
75
To start working with Code - OSS, follow these steps:
C
Chuck Lantz 已提交
76 77 78 79 80

1. In your local VS Code, open a terminal (<kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>\`</kbd>) and type the following commands:

    ```bash
    yarn install
C
Chuck Lantz 已提交
81
    bash scripts/code.sh
C
Chuck Lantz 已提交
82 83
    ```

C
Chuck Lantz 已提交
84 85 86
    Note that a previous run of `yarn install`  will already be cached, so this step should simply pick up any recent differences.

2. After the build is complete, open a web browser or a [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/) to the desktop environnement as described in the quick start and enter `vscode` as the password.
C
Chuck Lantz 已提交
87 88 89 90 91

3. You should now see Code - OSS!

Next, let's try debugging.

C
Chuck Lantz 已提交
92
1. Shut down Code - OSS by clicking the box in the upper right corner of the Code - OSS window through your browser or VNC viewer.
C
Chuck Lantz 已提交
93 94 95

2. Go to your local VS Code client, and use Run / Debug view to launch the **VS Code** configuration. (Typically the default, so you can likely just press <kbd>F5</kbd>).

C
Chuck Lantz 已提交
96
    > **Note:** If launching times out, you can increase the value of `timeout` in the "VS Code", "Attach Main Process", "Attach Extension Host", and "Attach to Shared Process" configurations in [launch.json](../.vscode/launch.json). However, running `scripts/code.sh` first will set up Electron which will usually solve timeout issues.
C
Chuck Lantz 已提交
97 98 99 100

3. After a bit, Code - OSS will appear with the debugger attached!

Enjoy!