We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb51c96 commit ccebd33Copy full SHA for ccebd33
src/test/terminals/codeExecution/helper.test.ts
@@ -35,7 +35,7 @@ import { ICodeExecutionHelper } from '../../../client/terminals/types';
35
import { PYTHON_PATH } from '../../common';
36
37
const TEST_FILES_PATH = path.join(EXTENSION_ROOT_DIR, 'src', 'test', 'python_files', 'terminalExec');
38
-
+// TODO: tests for 3.13 relevant sequences
39
suite('Terminal - Code Execution Helper', () => {
40
let activeResourceService: TypeMoq.IMock<IActiveResourceService>;
41
let documentManager: TypeMoq.IMock<IDocumentManager>;
0 commit comments