monaco-languageclient icon indicating copy to clipboard operation
monaco-languageclient copied to clipboard

app playground: using search service make it the default tab

Open rubenfiszel opened this issue 9 months ago • 5 comments

if using the search service then upon opening of the app playground, instead of seeing the explorer tab, it defaults to the search tab: image

This is confusing. I couldn't find where to set it. It's more of a vscode issue than it is a monaco-languageclient issue.

Relevant wrapper config:

				serviceOverrides: {
					...getConfigurationServiceOverride(),
					...getKeybindingsServiceOverride(),
					...getLifecycleServiceOverride(),
					...getSearchServiceOverride(),
					...getExplorerServiceOverride()

				},

				viewsConfig: {
					viewServiceType: 'ViewsService',
					viewsInitFunc: defaultViewsInit
				},

rubenfiszel avatar Jan 06 '25 08:01 rubenfiszel