From 8f6d318d313ea5f8b17da2f6512eabee95c36133 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Sun, 10 Jun 2018 11:47:20 +0200 Subject: [PATCH] fix a typo --- vscode-setup/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vscode-setup/README.md b/vscode-setup/README.md index df2a91d..9100e5c 100644 --- a/vscode-setup/README.md +++ b/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 ``` -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 { @@ -36,4 +36,3 @@ Restart Visual Studio Code. ## References - [Java Support in VS Code](https://code.visualstudio.com/docs/languages/java) -