Skip to content

Commit 961311f

Browse files
committed
chore: document URI alias
Toolbox 2.7 provides support plugin aliasing in the URI as part of https://youtrack.jetbrains.com/issue/TBX-14481
1 parent 5bb8241 commit 961311f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ jetbrains://gateway/com.coder.toolbox
8282
&folder=<absolute-path-to-a-project-folder>
8383
```
8484

85+
Starting from Toolbox 2.7, you can use `coder` as a shortcut in place of the full plugin ID. The URI can be simplified as:
86+
```text
87+
jetbrains://gateway/coder?url=http(s)://<your-coder-deployment>
88+
```
89+
8590
| Query param | Description | Mandatory |
8691
|------------------|------------------------------------------------------------------------------|-----------|
8792
| url | Your Coder deployment URL (encoded) | Yes |

0 commit comments

Comments
 (0)