We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb8241 commit 961311fCopy full SHA for 961311f
README.md
@@ -82,6 +82,11 @@ jetbrains://gateway/com.coder.toolbox
82
&folder=<absolute-path-to-a-project-folder>
83
```
84
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
+
90
| Query param | Description | Mandatory |
91
|------------------|------------------------------------------------------------------------------|-----------|
92
| url | Your Coder deployment URL (encoded) | Yes |
0 commit comments