diff --git a/package.json b/package.json index 24833c6..3a037b1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-natural", "displayName": "VSCode Natural", "description": "Language Server Client for Natural driven by natls", - "version": "0.7.0", + "version": "0.8.0", "publisher": "markusamshove", "icon": "images/icon.png", "repository": { @@ -97,7 +97,7 @@ "group": "2_main@1" } ], - "natural.file.new" : [ + "natural.file.new": [ { "command": "natural.file.new.subprogram", "group": "1mod@1" @@ -243,4 +243,4 @@ "webpack-cli": "^4.10.0", "yargs": "^17.6.0" } -} +} \ No newline at end of file