Skip to content

Commit 9fd4589

Browse files
committed
Use Server Manager's View Container
1 parent 594b547 commit 9fd4589

File tree

2 files changed

+7
-38
lines changed

2 files changed

+7
-38
lines changed

images/InterSystems.svg

Lines changed: 0 additions & 25 deletions
This file was deleted.

package.json

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,30 +1511,21 @@
15111511
}
15121512
},
15131513
"views": {
1514-
"ObjectScriptView": [
1514+
"intersystems-community_servermanager": [
15151515
{
15161516
"id": "ObjectScriptExplorer",
15171517
"name": "Explorer",
1518-
"contextualTitle": "ObjectScript Explorer",
1518+
"contextualTitle": "InterSystems",
15191519
"when": "workspaceFolderCount != 0 && config.objectscript.showExplorer == true"
15201520
},
15211521
{
15221522
"id": "ObjectScriptProjectsExplorer",
15231523
"name": "Projects",
1524-
"contextualTitle": "InterSystems Projects",
1524+
"contextualTitle": "InterSystems",
15251525
"when": "workspaceFolderCount != 0"
15261526
}
15271527
]
15281528
},
1529-
"viewsContainers": {
1530-
"activitybar": [
1531-
{
1532-
"icon": "images/InterSystems.svg",
1533-
"id": "ObjectScriptView",
1534-
"title": "ObjectScript"
1535-
}
1536-
]
1537-
},
15381529
"breakpoints": [
15391530
{
15401531
"language": "objectscript"
@@ -1722,5 +1713,8 @@
17221713
"@vscode/debugprotocol": "^1.61.0",
17231714
"vscode-extension-telemetry": "^0.1.6",
17241715
"ws": "^8.14.2"
1725-
}
1716+
},
1717+
"extensionDependencies": [
1718+
"intersystems-community.servermanager"
1719+
]
17261720
}

0 commit comments

Comments
 (0)