0

[docs] Update ChromiumIDE Java docs

ChromiumIDE's Java support is now enabled by default without
experimental settings.

Bug: None
Test: None
Change-Id: I474fec0e16cea953addf235a9bbe167e8a055ad3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6174772
Commit-Queue: Keigo Oka <oka@chromium.org>
Auto-Submit: Shuhei Takahashi <nya@chromium.org>
Reviewed-by: Keigo Oka <oka@chromium.org>
Commit-Queue: Shuhei Takahashi <nya@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1408487}
This commit is contained in:
Shuhei Takahashi
2025-01-19 18:22:20 -08:00
committed by Chromium LUCI CQ
parent a3eb17fd7e
commit d12f0d2820

@ -240,8 +240,8 @@ Note: See also [Key Bindings for Visual Studio Code
There are two extensions you can use to get Java/Android support in VSCode: There are two extensions you can use to get Java/Android support in VSCode:
a. [ChromiumIDE](https://marketplace.visualstudio.com/items?itemName=Google.cros-ide) * a. [ChromiumIDE](https://marketplace.visualstudio.com/items?itemName=Google.cros-ide)
b. [Language Support for Java™ by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) * b. [Language Support for Java™ by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java)
ChromiumIDE is much faster and more stable than the other extension, mainly ChromiumIDE is much faster and more stable than the other extension, mainly
because it does not rely on background indexing and persistent cache. It works because it does not rely on background indexing and persistent cache. It works
@ -259,15 +259,10 @@ checkout, forcing you to clear the cache and wait indexing again).
Install the latest **pre-release** version of Install the latest **pre-release** version of
[ChromiumIDE](https://marketplace.visualstudio.com/items?itemName=Google.cros-ide) [ChromiumIDE](https://marketplace.visualstudio.com/items?itemName=Google.cros-ide)
from the VSCode marketplace. Make sure the extension version is **0.35.26** or from the VSCode marketplace. Make sure the extension version is **0.35.32** or
later. later.
After installing the pre-release version, **enable the experimental setting for Then just open a VSCode workspace containing Chromium source tree (opening
Chromium Java support**. Note that settings should be enabled before opening
a Chromium workspace; if you have opened one already, please reload the window
after updating the setting.
Then open a VSCode workspace containing Chromium source tree (opening
subdirectories is fine) and open a Java file. If you haven't, you're prompted to subdirectories is fine) and open a Java file. If you haven't, you're prompted to
select the default build output directory (e.g. `out/Default`). select the default build output directory (e.g. `out/Default`).