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 5b76152 commit 9af9d51Copy full SHA for 9af9d51
src/test/common/terminals/service.unit.test.ts
@@ -189,6 +189,10 @@ suite('Terminal Service', () => {
189
terminal.verify((t) => t.sendText(TypeMoq.It.isValue(textToSend)), TypeMoq.Times.exactly(1));
190
});
191
192
+ // Ensure sendText is called when Python shell integration is disabled.
193
+
194
+ // Ensure executeCommand is called when Python shell integration and terminal shell integration are both enabled
195
196
test('Ensure terminal is not shown if `hideFromUser` option is set to `true`', async () => {
197
terminalHelper
198
.setup((helper) => helper.getEnvironmentActivationCommands(TypeMoq.It.isAny(), TypeMoq.It.isAny()))
0 commit comments