Skip to content

Commit 0db9445

Browse files
committed
feat: multiple JetBrains IDEs - fenced blocks language
1 parent 107ff6e commit 0db9445

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

workspaces/multi-jetbrains-in-browser.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ workspace](../assets/workspaces/multi-intellij-icons-smaller.png)
1818
1. Build a custom image that installs the primary JetBrains IDE, copies the
1919
configure script, .profile script, and the config.yaml file into the image.
2020

21-
```
21+
```Dockerfile
2222
FROM codercom/enterprise-java:ubuntu
2323

2424
USER root
@@ -44,13 +44,13 @@ workspace](../assets/workspaces/multi-intellij-icons-smaller.png)
4444

4545
# Set back to coder user
4646
USER coder
47-
```
47+
```
4848

4949
This is the .profile script to add the Projector CLI to the workspace's
5050
path. In this example, .profile is located in a coder directory within the
5151
directory that has the image Dockerfile.
5252
53-
```
53+
```console
5454
export PATH=$PATH:$HOME/.local/bin
5555
```
5656
@@ -61,7 +61,7 @@ workspace](../assets/workspaces/multi-intellij-icons-smaller.png)
6161
6262
> Note that each additional IDE needs a different port number
6363
64-
```
64+
```console
6565
# install projector into /home/coder/ pvc
6666
pip3 install projector-installer --user
6767
@@ -98,7 +98,7 @@ workspace](../assets/workspaces/multi-intellij-icons-smaller.png)
9898
> Note that each workspace application name must be unique so that Projector
9999
> knows which config directory to point to
100100
101-
```
101+
```yaml
102102
# /coder/apps/config.yaml
103103
apps:
104104
# Name of application in launcher. Name may consist of alphanumeric
@@ -204,4 +204,4 @@ workspace](../assets/workspaces/multi-intellij-icons-smaller.png)
204204
> Here are links to Projector CLI documentation for
205205
> [installation](https://github.com/JetBrains/projector-installer#Installation)
206206
> and [CLI
207-
> commands](https://github.com/JetBrains/projector-installer/blob/master/COMMANDS.md).
207+
> commands](https://github.com/JetBrains/projector-installer/blob/master/COMMANDS.md)

0 commit comments

Comments
 (0)