Skip to content

[DO NOT MERGE] Toolbox refactor #478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Note cache directory
  • Loading branch information
code-asher committed Sep 13, 2024
commit 8c34c643b9303b791619eab2122aa7f9f311db69
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ There are two ways to get into a workspace:

## Development

You can get the latest build of Toolbox with Gateway support from our shared
You can get the latest build of Toolbox with Gateway support from our shared
Slack channel with JetBrains. Make sure you download the right version (check
[./gradle/libs.versions.toml](./gradle/libs.versions.toml)).

To load the plugin into Toolbox, close Toolbox, run `./gradlew build copyPlugin`,
then launch Toolbox again.
then launch Toolbox again. If you are not seeing your changes, try copying the
plugin into Toolbox's `cache/plugins` directory instead of `plugins`.

To simulate opening a workspace from the dashboard you can use something like
`xdg-open` to launch a URL in this format:
Expand All @@ -42,7 +43,7 @@ Run tests with `./gradlew test`. By default this will test against
`https://dev.coder.com` but you can set `CODER_GATEWAY_TEST_DEPLOYMENT` to a URL
of your choice or to `mock` to use mocks only.

Some investigation is needed to see what options we have for testing code
Some investigation is needed to see what options we have for testing code
directly tied to the UI, as currently that code is untested.

## Releasing
Expand Down