Skip to content

Commit b88c5a2

Browse files
committed
add TODO
1 parent 68de7c7 commit b88c5a2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/features/terminal/terminalManager.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ export class TerminalManagerImpl implements TerminalManager {
150150
await Promise.all(
151151
providers.map(async (p) => {
152152
const state = await p.isSetup();
153+
// TODO: Consider removing setting check as it won't be as accurate to check
154+
// whether injection actually succeeded.
155+
// Perhaps use caching instead to avoid waiting.
153156
const shellIntegrationEnabledSetting = await getShellIntegrationEnabledCache();
154157
const shellIntegrationActiveTerminal = await waitForShellIntegration(activeTerminal());
155158
const shellIntegrationLikelyAvailable =

0 commit comments

Comments
 (0)