Browse Source

fix a typo

master
Nicolas Massé 8 years ago
parent
commit
8f6d318d31
  1. 3
      vscode-setup/README.md

3
vscode-setup/README.md

@ -23,7 +23,7 @@ $ /usr/libexec/java_home -v 1.8
/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home /Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home
``` ```
Then, open $HOME/.vscode/settings.json and add the path to your Java Home in front of the key `xmlLang.javaHome`: Then, open `$HOME/.vscode/settings.json` and add the path to your Java Home in front of the key `xmlLang.javaHome`:
```js ```js
{ {
@ -36,4 +36,3 @@ Restart Visual Studio Code.
## References ## References
- [Java Support in VS Code](https://code.visualstudio.com/docs/languages/java) - [Java Support in VS Code](https://code.visualstudio.com/docs/languages/java)

Loading…
Cancel
Save