Skip to content

Commit

Permalink
Fix test failures (#2904)
Browse files Browse the repository at this point in the history
Closes #2903

Signed-off-by: David Thompson <davthomp@redhat.com>
  • Loading branch information
datho7561 authored May 23, 2023
1 parent 552ef69 commit 452abdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export async function activate(extensionContext: ExtensionContext): Promise<any>
'./componentsView',
'./webview/devfile-registry/registryViewLoader',
'./webview/helm-chart/helmChartLoader',
'./experimental',
)),
commands.registerCommand('clusters.openshift.useProject', (context) =>
commands.executeCommand('extension.vsKubernetesUseNamespace', context),
Expand Down

0 comments on commit 452abdd

Please sign in to comment.