Insert semicolon after closing brace

nRF Connect for VS Code

tags
nRF Connect for VS Code

VS Code is set up to automatically close any opening curly brackets in devicetree source files. While useful on its own, you would still need to go back and add a semicolon after the closing bracket, which defeats the purpose of the autoclosing bracket mechanism. The extension will now automatically insert a semicolon in addition to the closing bracket in all devicetree files.

Add semicolon after brackets