Skip to content

Commit 5694f75

Browse files
test
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent a5aa9ef commit 5694f75

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

code/extensions/che-api/src/extension.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,5 @@ export async function activate(_extensionContext: vscode.ExtensionContext): Prom
7171
_extensionContext.environmentVariableCollection.replace('WORKSPACE_NAMESPACE', workspaceNamespace);
7272
_extensionContext.environmentVariableCollection.replace('PROJECTS_ROOT', projectsRoot);
7373

74-
await container.get(K8SServiceImpl).ensureKubernetesServiceHostWhitelisted();
75-
7674
return api;
7775
}

0 commit comments

Comments
 (0)