diff --git a/api/references/icons-in-labels.md b/api/references/icons-in-labels.md index 5a1a206443..6eea8821d0 100644 --- a/api/references/icons-in-labels.md +++ b/api/references/icons-in-labels.md @@ -330,6 +330,7 @@ VS Code extensions can use these icons in labels, views, and trees. ||bold| ||book| ||bookmark| +||bracket-dot| ||briefcase| ||broadcast| ||browser| diff --git a/docs/java/images/java-project/java.build.status.mp4 b/docs/java/images/java-project/java.build.status.mp4 index 4a28e38137..54d08b260c 100644 --- a/docs/java/images/java-project/java.build.status.mp4 +++ b/docs/java/images/java-project/java.build.status.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69c907c81ecc2521741ed44a38a30aed7035641944beae190fc0f7faf40ff462 -size 285348 +oid sha256:44ab639f1e8f447fbafcc9166b180dfed0962e0c4d2ba32c3734124f14f9bdfa +size 899007 diff --git a/docs/java/images/java-project/switch-to-standard.gif b/docs/java/images/java-project/switch-to-standard.gif index 13a46a9c3b..67787830f3 100644 --- a/docs/java/images/java-project/switch-to-standard.gif +++ b/docs/java/images/java-project/switch-to-standard.gif @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59ed7f935f6bd0d77ec29f83e721cc2e75eb44555ab0bf8864803a0831f8eb0c -size 179479 +oid sha256:b21a092155e0adb4541bdaf164b19326f45bc1e5728169c0cf65b973c5a01f74 +size 560545 diff --git a/docs/java/images/java-tutorial/JavaHelloWorld.Standalone.mp4 b/docs/java/images/java-tutorial/JavaHelloWorld.Standalone.mp4 index ba35d37022..d363bd62d9 100644 --- a/docs/java/images/java-tutorial/JavaHelloWorld.Standalone.mp4 +++ b/docs/java/images/java-tutorial/JavaHelloWorld.Standalone.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a16dc5eb2a553f3abf89cfd284bd12a092c552934970f4ffc6cf77db94e1892 -size 1010221 +oid sha256:a9b8b1aee34fb9b0090fe8a842adfa24cd01f084f6166805c2110aea3825fe71 +size 1572880 diff --git a/docs/java/java-project.md b/docs/java/java-project.md index 8af30d90cc..ba5a05074a 100644 --- a/docs/java/java-project.md +++ b/docs/java/java-project.md @@ -198,27 +198,27 @@ Lightweight mode doesn't resolve imported dependencies nor build the project, so You can control which mode to launch with by configuring `java.server.launchMode` with the options below: -- `Hybrid` (default) - Firstly, a workspace is opened with lightweight mode. You will be asked whether to switch to standard mode if your workspace contains unresolved Java projects. If you choose **Later**, it will stay in lightweight mode. You can click the server mode icon on the Status bar to manually switch to standard mode. +- `Hybrid` (default) - Firstly, a workspace is opened with lightweight mode. You will be asked whether to switch to standard mode if your workspace contains unresolved Java projects. If you choose **Later**, it will stay in lightweight mode. You can click the language status item on the Status bar to manually switch to standard mode. - `Standard` - A workspace is opened with standard mode. -- `LightWeight` - A workspace is opened with lightweight mode. You can click the server mode icon on the Status bar to manually switch to standard mode. +- `LightWeight` - A workspace is opened with lightweight mode. You can click the language status item on the Status bar to manually switch to standard mode. -The Status bar indicates which mode the current workspace is in using different icons. +The language status item indicates which mode the current workspace is in using different icons.