Skip to content

Commit 452abdd

Browse files
authored
Fix test failures (#2904)
Closes #2903 Signed-off-by: David Thompson <[email protected]>
1 parent 552ef69 commit 452abdd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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.

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ export async function activate(extensionContext: ExtensionContext): Promise<any>
7575
'./componentsView',
7676
'./webview/devfile-registry/registryViewLoader',
7777
'./webview/helm-chart/helmChartLoader',
78-
'./experimental',
7978
)),
8079
commands.registerCommand('clusters.openshift.useProject', (context) =>
8180
commands.executeCommand('extension.vsKubernetesUseNamespace', context),

0 commit comments

Comments
 (0)