Skip to content

Commit 7f70616

Browse files
committed
publisher and telemetry to intersystems-community
1 parent 55bb542 commit 7f70616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"license": "MIT",
2525
"preview": true,
26-
"publisher": "daimor",
26+
"publisher": "intersystems-community",
2727
"contributors": [
2828
{
2929
"name": "Dmitry Maslennikov",

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const extensionId = "daimor.vscode-objectscript";
1+
export const extensionId = "intersystems-community.vscode-objectscript";
22

33
import vscode = require("vscode");
44

0 commit comments

Comments
 (0)