From 3f36f60eaefcef6a99bced710458b3433c5177f6 Mon Sep 17 00:00:00 2001 From: chilobo <78686276+chilobo@users.noreply.github.com> Date: Sun, 6 Jun 2021 14:09:53 +0200 Subject: [PATCH] Update vscode.md (#1594) Changed typo Extendions --> Extensions in line 30 --- developers/ide/vscode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/ide/vscode.md b/developers/ide/vscode.md index 2e6ac560a..241473161 100644 --- a/developers/ide/vscode.md +++ b/developers/ide/vscode.md @@ -27,7 +27,7 @@ The following steps will only need to be done once to setup both VSCode and your ![define .vscode](images/ide_setup_vscode_settings.png) - Either globally define the formatting options via ```Files->Preferences->Settings->Extendions->Java configuration``` (or in the global ```settings.json```). You can also define them local to a specific bundle by putting those lines in the ```.vscode/settings.json``` file in the bundle (similar to ```tasks.json```/```launch.json``` below). + Either globally define the formatting options via ```Files->Preferences->Settings->Extensions->Java configuration``` (or in the global ```settings.json```). You can also define them local to a specific bundle by putting those lines in the ```.vscode/settings.json``` file in the bundle (similar to ```tasks.json```/```launch.json``` below). Download [settings.json](https://raw.githubusercontent.com/openhab/openhab-docs/main/developers/ide/examples/vscode/settings.json) for the recommended settings (or simply wish to copy the URLs in the above image).