Skip to content

Commit 5b76152

Browse files
committed
remove unused comments
1 parent 48de3b3 commit 5b76152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/common/terminal/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export class TerminalService implements ITerminalService, Disposable {
101101
});
102102
await promise;
103103
}
104-
//breaking test
104+
105105
const config = getConfiguration('python');
106106
const pythonrcSetting = config.get<boolean>('terminal.shellIntegration.enabled');
107107
if (isPythonShell && !pythonrcSetting) {

0 commit comments

Comments
 (0)