File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,13 @@ There are two ways to get into a workspace:
1313
1414## Development
1515
16- You can get the latest build of Toolbox with Gateway support from our shared
16+ You can get the latest build of Toolbox with Gateway support from our shared
1717Slack channel with JetBrains. Make sure you download the right version (check
1818[ ./gradle/libs.versions.toml] ( ./gradle/libs.versions.toml ) ).
1919
2020To load the plugin into Toolbox, close Toolbox, run ` ./gradlew build copyPlugin ` ,
21- then launch Toolbox again.
21+ then launch Toolbox again. If you are not seeing your changes, try copying the
22+ plugin into Toolbox's ` cache/plugins ` directory instead of ` plugins ` .
2223
2324To simulate opening a workspace from the dashboard you can use something like
2425` xdg-open ` to launch a URL in this format:
@@ -42,7 +43,7 @@ Run tests with `./gradlew test`. By default this will test against
4243` https://dev.coder.com ` but you can set ` CODER_GATEWAY_TEST_DEPLOYMENT ` to a URL
4344of your choice or to ` mock ` to use mocks only.
4445
45- Some investigation is needed to see what options we have for testing code
46+ Some investigation is needed to see what options we have for testing code
4647directly tied to the UI, as currently that code is untested.
4748
4849## Releasing
You can’t perform that action at this time.
0 commit comments