diff --git a/package.json b/package.json index 6a64301..448df4a 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "keywords": [ "cataclysm", "cdda", "formatter", "style" ], "activationEvents": [ "onLanguage:json" ], "capabilities": { "untrustedWorkspaces": { "supported": true } }, + "extensionKind": [ "workspace" ], "repository": "https://github.com/cdda-toys/cdda-json-formatter-vscode-extension", "browser": "./dist/web/extension.js", "contributes": {