From d984b76205301ae867e704d56f02b32e6137eb37 Mon Sep 17 00:00:00 2001 From: Patrik Gfeller Date: Tue, 12 Nov 2024 16:06:47 +0100 Subject: [PATCH] [WIP] Visual Studio Code IDE Documentation As the documentation already improved significantly since the issue was created, the improvements planed for this PR are minor. The main "feature" planed for this PR is, how docker image(s) can be used to develop & debug a binding without actually installing openHAB on the development system. This also simplifies to work with different versions (e.g. if you analyze an issue of a released version, or if you develop/test on nightly builds). The proposed changes should also help to improve developer experience, e.g. add-on's and task configurations to locally check code formating rules (linting). Fixes #2276 --- ## TODO - [ ] .... --- .nvmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000000..ab17f82a32 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +16.20.1 \ No newline at end of file