diff --git a/README.md b/README.md index 308faafc..b8717055 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Oracle Java Platform extension provides Test Explorer view which allows to run a ### Localisation support Oracle Java Platform extension provides localisation support for _Japanese_ and _Simplified Chinese_. To switch language `Go to command Palette->Configure display language` select `ja` for _Japanese_ or `zh-cn` for _Simplified Chinese_ -![localisation.gif](localisation.gif) +![localisation.gif](vscode/images/localisation.gif) ## Selecting the JDK The JDK to build, run and debug projects is being searched in the following locations: diff --git a/vscode/README.md b/vscode/README.md index 068a40e6..1be84830 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -59,6 +59,12 @@ In the VS Code command palette : Project Explorer provides an overview of logical project structure, groups sources together and greatly simplifies Java package structure exploration. Project Explorer is an addition to the classical workspace explorer. Use it to build, test, execute and operate your Maven and Gradle Java projects. ![Project Explorer](images/project-explorer.png) +### Localisation support +Oracle Java Platform extension provides localisation support for _Japanese_ and _Simplified Chinese_. +To switch language `Go to command Palette->Configure display language` select `ja` for _Japanese_ or `zh-cn` for _Simplified Chinese_ +![localisation.gif](images/localisation.gif) + + ## Debugger and Launch Configurations Language Server __Java+ ...__ launch configuration supports debugging and running Java applications using JDK11 or newer. 1. The launch configuration (debugger) is invoked when `Run main | Debug main` code lense is selected in the code. diff --git a/localisation.gif b/vscode/images/localisation.gif similarity index 100% rename from localisation.gif rename to vscode/images/localisation.gif