Skip to content

Commit

Permalink
Merge branch 'bazelbuild:master' into maintenance-script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Pasternak authored Jun 4, 2024
2 parents d5ca4f8 + 4c1f3f3 commit 15c56c0
Show file tree
Hide file tree
Showing 298 changed files with 9,279 additions and 987 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bug Report
description: File a bug report
labels: ["type: bug", "awaiting-maintainer"]
assignees:
- rakshitasingh05
- satyanandak
- sgowroji
- iancha1992
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Feature Request
description: Suggest a new feature
labels: ["type: feature request", "awaiting-maintainer"]
assignees:
- rakshitasingh05
- satyanandak
- sgowroji
- iancha1992
body:
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
v2024.05.21
===========
* Plugin aspect now depends on @rules_java. If this breaks you, please update your @rules_java version to 5.3.5 or later.
* #6370 Add line numbers to sections and text-blocks #6371
* Add 'View project root' flag #6422
* Fixes: Test/Coverage throws exception NoClassDefFoundError in GoLand #2053

v2024.05.07
===========
* Plugin aspect now depends on @rules_java. If this breaks you, please update your @rules_java version to 5.3.5 or later.
* Internal cleanup

v2024.04.23
===========
* Feature flags for resolve virtual includes using heuristics or clangd #6387
* feat: create "Add package" EditorNotificationPanel if derive_targets_from_directories is on #6388

v2024.04.09
===========
* Fix imports for go modules named "external" #6325
* Fix: Ensure .projectview exclusion rules apply only to specified directories #6376
* Fix: Silence false positive "No such target" errors for files in the project root #6377

v2024.03.26
===========
* Fix "No such target" errors on incremental sync #6262
* Reduced the logging level for the stack traces produced when resolving external artifacts. #6310
* (rebase) Support embedded go_proto_library #6030
* Improved error message for an unsupported workspace type #6257

v2024.03.12
===========
* fix(plugin_dev): Alert users they need the DevKit plugin to work on the codebase #6198
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,21 @@ and follow the instructions in the project import wizard.

Detailed docs are available [here](http://ij.bazel.build).

## Known issues

### Python debugging
Please read this comment https://github.com/bazelbuild/intellij/issues/4745#issue-1668398619

### 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

Expand Down
Loading

0 comments on commit 15c56c0

Please sign in to comment.