feat: restore gateway HMR and add WRN formatting
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "wrnexus",
|
||||
"displayName": "WrNexus (.wrn)",
|
||||
"description": "Syntax highlighting, diagnostics, snippets and completions for WrNexus .wrn files.",
|
||||
"version": "0.1.0",
|
||||
"description": "Syntax highlighting, formatting, diagnostics, snippets and completions for WrNexus .wrn files.",
|
||||
"version": "0.2.0",
|
||||
"publisher": "wrnexus",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@@ -25,7 +25,8 @@
|
||||
"categories": [
|
||||
"Programming Languages",
|
||||
"Snippets",
|
||||
"Linters"
|
||||
"Linters",
|
||||
"Formatters"
|
||||
],
|
||||
"keywords": [
|
||||
"wire",
|
||||
@@ -90,6 +91,11 @@
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "Show parse errors for .wrn files as you type."
|
||||
},
|
||||
"wrnexus.format.enable": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "Enable the built-in formatter for .wrn files."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user