Skip to content

Commit 57fa9d6

Browse files
committed
Update extension publisher, name, and displayname
1 parent 4933608 commit 57fa9d6

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "dodona-exercise-plugin",
3-
"displayName": "Dodona Exercises",
2+
"name": "dodona-exercise-assistant",
3+
"displayName": "Dodona Exercise Assistant",
44
"description": "Assistance for writing exercises for the Dodona platform.",
55
"icon": "icon.png",
66
"repository": "https://github.com/dodona-edu/vscode-exercise-plugin",
7-
"publisher": "dodona",
7+
"publisher": "DodonaLearningTechnologies",
88
"version": "0.0.5",
99
"type": "module",
1010
"engines": {

src/web/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function activate(context: vscode.ExtensionContext) {
88

99
// Use the console to output diagnostic information (console.log) and errors (console.error)
1010
// This line of code will only be executed once when your extension is activated
11-
console.log('Congratulations, your extension "dodona-exercise-plugin" is now active in the web extension host!');
11+
console.log('Congratulations, your extension "dodona-exercise-assistant" is now active in the web extension host!');
1212
}
1313

1414
// This method is called when your extension is deactivated

0 commit comments

Comments
 (0)