File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ describe('activate', () => {
155
155
'ContainerRegistry' ,
156
156
'PodmanConnection' ,
157
157
'TaskRegistry' ,
158
- 'CatalogManager' ,
159
158
'BuilderManager' ,
160
159
'PodManager' ,
161
160
'URLModelHandler' ,
@@ -170,7 +169,6 @@ describe('activate', () => {
170
169
'ApplicationManager' ,
171
170
'McpServerManager' ,
172
171
'PlaygroundV2Manager' ,
173
- 'SnippetManager' ,
174
172
] ) ( 'registers $0 as subscription' , ( manger : string ) => {
175
173
const subscriptions = mockedExtensionContext . subscriptions
176
174
. filter ( s => s ?. constructor ?. name )
Original file line number Diff line number Diff line change @@ -213,7 +213,6 @@ export class Studio {
213
213
*/
214
214
this . #catalogManager = new CatalogManager ( this . #rpcExtension, appUserDirectory ) ;
215
215
this . #catalogManager. init ( ) ;
216
- this . #extensionContext. subscriptions . push ( this . #catalogManager) ;
217
216
218
217
/**
219
218
* The builder manager is handling the building tasks, create corresponding tasks
@@ -386,7 +385,6 @@ export class Studio {
386
385
*/
387
386
this . #snippetManager = new SnippetManager ( this . #rpcExtension, this . #telemetry) ;
388
387
this . #snippetManager. init ( ) ;
389
- this . #extensionContext. subscriptions . push ( this . #snippetManager) ;
390
388
391
389
/**
392
390
* The StudioApiImpl is the implementation of our API between backend and frontend
You can’t perform that action at this time.
0 commit comments