Skip to content

Commit 3690021

Browse files
Initialize visual identity for VS Code extension (#40)
1 parent 9f8fb57 commit 3690021

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

images/logo.png

-5.92 KB
Loading

package-lock.json

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

package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "vscode-objectscript",
3-
"displayName": "InterSystems ObjectScript",
4-
"description": "InterSystems ObjectScript language support for Visual Studio Code",
2+
"name": "vscode-consistem-objectscript",
3+
"displayName": "Consistem - InterSystems ObjectScript",
4+
"description": "Consistem - InterSystems ObjectScript language support for Visual Studio Code",
55
"version": "3.2.1-SNAPSHOT",
66
"icon": "images/logo.png",
77
"aiKey": "InstrumentationKey=9cd75d51-697c-406c-a929-2bcf46e97c64;IngestionEndpoint=https://eastus2-4.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus2.livediagnostics.monitor.azure.com/;ApplicationId=a431c56f-8ccc-4b99-b5e9-fce3763215b1",
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO",
2525
"license": "MIT",
26-
"publisher": "intersystems-community",
26+
"publisher": "consistem-sistemas",
2727
"capabilities": {
2828
"untrustedWorkspaces": {
2929
"supported": true
@@ -45,6 +45,14 @@
4545
{
4646
"name": "John Murray",
4747
"email": "[email protected]"
48+
},
49+
{
50+
"name": "Ricardo Junior",
51+
"email": "[email protected]"
52+
},
53+
{
54+
"name": "Leonardo Anders",
55+
"email": "[email protected]"
4856
}
4957
],
5058
"engines": {

0 commit comments

Comments
 (0)