Skip to content

Commit

Permalink
doc: Update info about Remote Development setup in readme (#6391)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak authored Apr 19, 2024
1 parent fb66245 commit 9a7378d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ Please read this comment https://github.com/bazelbuild/intellij/issues/4745#issu
### Mixed Python & Java projects
In order to get correct python highlighting, please try to open "Project Structure" window and set "Python facet" there

### Remote Development
To properly set up Remote Development (https://www.jetbrains.com/remote-development/), follow these steps:
1. Create an empty project on the remote machine (this can be just an empty directory).
2. Import the project using Remote Development.
3. Install the Bazel Plugin on the host machine.
4. Close the project.
5. Open the initially intended project.

## Building the plugin

Install Bazel, then build the target `*:*_bazel_zip` for your desired product:
Expand Down

0 comments on commit 9a7378d

Please sign in to comment.