diff --git a/scratch-vhdl-vscode/package.json b/scratch-vhdl-vscode/package.json index 06b99fc..f7632dd 100644 --- a/scratch-vhdl-vscode/package.json +++ b/scratch-vhdl-vscode/package.json @@ -8,12 +8,14 @@ "publisher": "JosephAbbey", "displayName": "Scratch VHDL", "description": "", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "engines": { "vscode": "^1.75.0" }, - "categories": ["Other"], + "categories": [ + "Other" + ], "repository": { "type": "git", "url": "https://github.com/house-of-abbey/scratch_vhdl" @@ -61,15 +63,22 @@ "languages": [ { "id": "javascript", - "extensions": [".sbi"] + "extensions": [ + ".sbi" + ] }, { "id": "json", - "extensions": [".sbd", ".sbe"] + "extensions": [ + ".sbd", + ".sbe" + ] }, { "id": "customasm", - "extensions": [".asm"] + "extensions": [ + ".asm" + ] } ], "jsonValidation": [ @@ -122,4 +131,4 @@ "@vscode/webview-ui-toolkit": "^1.2.2", "blockly": "^10.1.3" } -} +} \ No newline at end of file