The latest release causes the extension to fail to load. The error seems to exist in the contributes.configuration section of the package manifest. When loading the extension, VS Code attempts to access a variable uncrustify.executablePath.linux, but uncrustify.executablePath is null. Suggest changing to something like:
The latest release causes the extension to fail to load. The error seems to exist in the
contributes.configuration
section of the package manifest. When loading the extension, VS Code attempts to access a variableuncrustify.executablePath.linux
, butuncrustify.executablePath
is null. Suggest changing to something like: