@@ -344,9 +344,6 @@ the IDE can be baked into the container image and manually open Gateway (or
344
344
IntelliJ which has Gateway built-in), using a session token to Coder and then
345
345
open the IDE.
346
346
347
- - [IntelliJ IDEA](https://github.com/sharkymark/v2-templates/tree/main/src/pod-idea)
348
- - [IntelliJ IDEA with Icon](https://github.com/sharkymark/v2-templates/tree/main/src/pod-idea-icon)
349
-
350
347
# # What options do I have for adding VS Code extensions into code-server, VS Code Desktop or Microsoft's Code Server?
351
348
352
349
Coder has an open-source project called
@@ -357,20 +354,13 @@ Artifactory.
357
354
- [Blog post](https://coder.com/blog/running-a-private-vs-code-extension-marketplace)
358
355
- [OSS project](https://github.com/coder/code-marketplace)
359
356
360
- [See this example template](https://github.com/sharkymark/v2-templates/blob/main/src/code-marketplace/main.tf#L229C1-L232C12)
361
- where the agent specifies the URL and config environment variables which
362
- code-server picks up and points the developer to.
363
-
364
- Another option is to use Microsoft's code-server - which is like Coder's, but it
357
+ You can also use Microsoft's code-server - which is like Coder's, but it
365
358
can connect to Microsoft's extension marketplace so Copilot and chat can be
366
359
retrieved there.
367
360
368
361
Another option is to use VS Code Desktop (local) and that connects to
369
362
Microsoft's marketplace.
370
363
371
- > Note: these are example templates with no SLAs on them and are not guaranteed
372
- > for long-term support.
373
-
374
364
# # I want to run Docker for my workspaces but not install Docker Desktop
375
365
376
366
[Colima](https://github.com/abiosoft/colima) is a Docker Desktop alternative.
@@ -404,7 +394,7 @@ colima start --arch x86_64 --cpu 4 --memory 8 --disk 10
404
394
405
395
Colima will show the path to the docker socket so we have a
406
396
[community template](https://github.com/sharkymark/v2-templates/tree/main/src/docker-code-server)
407
- that prompts the Coder admin to enter the docker socket as a Terraform variable.
397
+ that prompts the Coder admin to enter the Docker socket as a Terraform variable.
408
398
409
399
# # How to make a `coder_app` optional?
410
400
0 commit comments