@@ -339,8 +339,8 @@ the IDE can be baked into the container image and manually open Gateway (or
339
339
IntelliJ which has Gateway built-in), using a session token to Coder and then
340
340
open the IDE.
341
341
342
- - [IntelliJ IDEA](https://github.com/sharkymark/v2-templates/tree/main/pod-idea)
343
- - [IntelliJ IDEA with Icon](https://github.com/sharkymark/v2-templates/tree/main/pod-idea-icon)
342
+ - [IntelliJ IDEA](https://github.com/sharkymark/v2-templates/tree/main/src/ pod-idea)
343
+ - [IntelliJ IDEA with Icon](https://github.com/sharkymark/v2-templates/tree/main/src/ pod-idea-icon)
344
344
345
345
# ## What options do I have for adding VS Code extensions into code-server, VS Code Desktop or Microsoft's Code Server?
346
346
@@ -352,18 +352,18 @@ Artifactory.
352
352
- [Blog post](https://coder.com/blog/running-a-private-vs-code-extension-marketplace)
353
353
- [OSS project](https://github.com/coder/code-marketplace)
354
354
355
- [See this example template](https://github.com/sharkymark/v2-templates/blob/main/code-marketplace/main.tf#L229C1-L232C12)
355
+ [See this example template](https://github.com/sharkymark/v2-templates/blob/main/src/ code-marketplace/main.tf#L229C1-L232C12)
356
356
where the agent specifies the URL and config environment variables which
357
357
code-server picks up and points the developer to.
358
358
359
359
Another option is to use Microsoft's code-server - which is like Coder's, but it
360
360
can connect to Microsoft's extension marketplace so Copilot and chat can be
361
361
retrieved there.
362
- [See a sample template here](https://github.com/sharkymark/v2-templates/blob/main/vs-code-server/main.tf).
362
+ [See a sample template here](https://github.com/sharkymark/v2-templates/blob/main/src/ vs-code-server/main.tf).
363
363
364
364
Another option is to use VS Code Desktop (local) and that connects to
365
365
Microsoft's marketplace.
366
- https://github.com/sharkymark/v2-templates/blob/main/vs-code-server/main.tf
366
+ https://github.com/sharkymark/v2-templates/blob/main/src/ vs-code-server/main.tf
367
367
368
368
> Note: these are example templates with no SLAs on them and are not guaranteed
369
369
> for long-term support.
@@ -400,7 +400,7 @@ colima start --arch x86_64 --cpu 4 --memory 8 --disk 10
400
400
` ` `
401
401
402
402
Colima will show the path to the docker socket so we have a
403
- [community template](https://github.com/sharkymark/v2-templates/tree/main/docker-code-server)
403
+ [community template](https://github.com/sharkymark/v2-templates/tree/main/src/ docker-code-server)
404
404
that prompts the Coder admin to enter the docker socket as a Terraform variable.
405
405
406
406
# ## How to make a `coder_app` optional?
0 commit comments