Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.79 KB

installing-extensions-with-code-server.adoc

File metadata and controls

38 lines (29 loc) · 1.79 KB

Installing extensions with code-server

With the code-server workbench image, you can customize your code-server environment by using extensions to add new languages, themes, and debuggers, and to connect to additional services. You can also enhance the efficiency of your data science work with extensions for syntax highlighting, auto-indentation, and bracket matching.

For details about the third-party extensions that you can install with code-server, see the Open VSX Registry.

Prerequisites
  • You are logged in to {productname-long}.

  • You have created a data science project that has a code-server workbench.

Procedure
  1. From the {productname-short} dashboard, click Data Science Projects.

    The Data Science Projects page opens.

  2. Click the name of the project containing the code-server workbench you want to start.

    A project details page opens.

  3. Click the Workbenches tab.

  4. If the status of the workbench that you want to use is Running, skip to the next step.

    If the status of the workbench is Stopped, in the Status column for the workbench, click Start.

    The Status column changes from Stopped to Starting when the workbench server is starting, and then to Running when the workbench has successfully started.

  5. Click the Open link next to the workbench.

    The code-server window opens.

  6. In the Activity Bar, click the Extensions icon (Extensions icon).

  7. Search for the name of the extension you want to install.

  8. Click Install to add the extension to your code-server environment.

Verification
  • In the Browser - Installed list on the Extensions panel, confirm that the extension you installed is listed.