Skip to content

Commit d90746d

Browse files
committed
remove 404 sharkymark links
1 parent 172fda0 commit d90746d

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docs/tutorials/faqs.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,6 @@ the IDE can be baked into the container image and manually open Gateway (or
344344
IntelliJ which has Gateway built-in), using a session token to Coder and then
345345
open the IDE.
346346

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-
350347
## What options do I have for adding VS Code extensions into code-server, VS Code Desktop or Microsoft's Code Server?
351348

352349
Coder has an open-source project called
@@ -357,20 +354,13 @@ Artifactory.
357354
- [Blog post](https://coder.com/blog/running-a-private-vs-code-extension-marketplace)
358355
- [OSS project](https://github.com/coder/code-marketplace)
359356

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
365358
can connect to Microsoft's extension marketplace so Copilot and chat can be
366359
retrieved there.
367360

368361
Another option is to use VS Code Desktop (local) and that connects to
369362
Microsoft's marketplace.
370363

371-
> Note: these are example templates with no SLAs on them and are not guaranteed
372-
> for long-term support.
373-
374364
## I want to run Docker for my workspaces but not install Docker Desktop
375365

376366
[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
404394

405395
Colima will show the path to the docker socket so we have a
406396
[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.
408398

409399
## How to make a `coder_app` optional?
410400

0 commit comments

Comments
 (0)