You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix folder paths and revert jetbrains-preinstall docs
- Restore original folder paths for devcontainer templates (/workspaces)
- Keep /home/coder for other templates
- Revert jetbrains-preinstall.md to original jetbrains-gateway format
as the new jetbrains module doesn't support preinstall features
Co-authored-by: AtifUpdate <[email protected]>
Copy file name to clipboardExpand all lines: docs/admin/templates/extending-templates/jetbrains-preinstall.md
+23-7Lines changed: 23 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,31 @@ Add the following command to your template's `startup_script`:
40
40
41
41
## Configure JetBrains Gateway Module
42
42
43
-
If you are using our [jetbrains](https://registry.coder.com/modules/coder/jetbrains) module, you can configure it by adding the following snippet to your template:
43
+
If you are using our [jetbrains-gateway](https://registry.coder.com/modules/coder/jetbrains-gateway) module, you can configure it by adding the following snippet to your template:
0 commit comments