We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c51e27 commit 3bb7734Copy full SHA for 3bb7734
src/openshift/component.ts
@@ -25,8 +25,6 @@ import { ComponentWorkspaceFolder } from '../odo/workspace';
25
import LogViewLoader from '../webview/log/LogViewLoader';
26
import GitImportLoader from '../webview/git-import/gitImportLoader';
27
import { CliChannel } from '../cli';
28
-import { findPair } from 'yaml/util';
29
-import { debugPort } from 'process';
30
31
function createCancelledResult(stepName: string): any {
32
const cancelledResult: any = new String('');
0 commit comments