Skip to content

Commit 8c34c64

Browse files
committed
Note cache directory
1 parent 9f591ac commit 8c34c64

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

+4-3
Original file line numberDiff line numberDiff 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
1717
Slack channel with JetBrains. Make sure you download the right version (check
1818
[./gradle/libs.versions.toml](./gradle/libs.versions.toml)).
1919

2020
To 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

2324
To 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
4344
of 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
4647
directly tied to the UI, as currently that code is untested.
4748

4849
## Releasing

0 commit comments

Comments
 (0)