diff --git a/tct-vscode-editor/package.json b/tct-vscode-editor/package.json index 60366da..588dfa1 100644 --- a/tct-vscode-editor/package.json +++ b/tct-vscode-editor/package.json @@ -12,7 +12,7 @@ "dependencies": { "monaco-editor": "^0.38.0" }, - "publisher": "nqnstudios", + "publisher": "kiss-lang", "contributes": { "keybindings": [ { @@ -70,9 +70,7 @@ "devDependencies": { "@vscode/vsce": "^2.15.0" }, + "activationEvents": [], "version": "0.0.0", - "activationEvents": [ - "*" - ], - "displayName": "" -} \ No newline at end of file + "displayName": "Text Convert Tool" +}