nature-lang syntax highlight plugin for VS code.
Include if your extension adds any VS Code settings through the contributes.configuration
extension point.
For example:
This extension contributes the following settings:
myExtension.enable
: Enable/disable this extension.myExtension.thing
: Set toblah
to do something.
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.