You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apibugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityterminalIntegrated terminal issuesverifiedVerification succeeded
Attempt to open it again, notice that cmd does not start again.
Notes:
This behavior was noticed originally while trying to re-run a python script using Python extension, further testing showed the issue is only with nightly as it doesn't occur on stable.
Console:
Upon closing first terminal:
index.js:23 [uncaught exception]: Error: IPC channel is already disconnectedonError @ index.js:23(anonymous function) @ index.js:90emitOne @ events.js:90emit @ events.js:182window.onerror @ C:\Program Files (x86)\Microsoft VS Code Insiders\resources\electron.asar\renderer\init.js:107i.globals.onerror @ errorTelemetry.ts:64
index.js:26 Error: IPC channel is already disconnected
at ChildProcess.target.disconnect (internal/child_process.js:660)
at Pipe.channel.onread (internal/child_process.js:453)onError @ index.js:26(anonymous function) @ index.js:90emitOne @ events.js:90emit @ events.js:182window.onerror @ C:\Program Files (x86)\Microsoft VS Code Insiders\resources\electron.asar\renderer\init.js:107i.globals.onerror @ errorTelemetry.ts:64
events.js:154 Uncaught Error: IPC channel is already disconnectedtarget.disconnect @ internal/child_process.js:660channel.onread @ internal/child_process.js:453
Further attempts to open terminal:
threadService.ts:217 [Extension Host] WARNING: Promise with no error callback:62
threadService.ts:217 [Extension Host] Object {exception: null, error: Object, promise: Object, id: 62}
shell.ts:424 Cannot set property 'name' of undefined: TypeError: Cannot set property 'name' of undefined
at t.createNew (file:///C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:96:15100)
at t.$createTerminal (file:///C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:105:7710)
at t.e.handle (file:///C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:104:4494)
at s (file:///C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:50:9560)
at f (file:///C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:50:10237)
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)e.onUnexpectedError @ shell.ts:424(anonymous function) @ shell.ts:337e.onUnexpectedError @ errors.ts:68r @ errors.ts:83t.onUnexpectedExtHostError @ mainThreadErrors.ts:13e.handle @ abstractThreadService.ts:34s @ ipcRemoteCom.ts:269f @ ipcRemoteCom.ts:226_combinedTickCallback @ internal/process/next_tick.js:67_tickCallback @ internal/process/next_tick.js:98
The text was updated successfully, but these errors were encountered:
Tyriar
changed the title
Integrated Terminal fails to launch after first run.
Integrated Terminal createNew command throws an error on Insiders
Sep 12, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
apibugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityterminalIntegrated terminal issuesverifiedVerification succeeded
Steps to Reproduce:
Notes:
This behavior was noticed originally while trying to re-run a python script using Python extension, further testing showed the issue is only with nightly as it doesn't occur on stable.
Console:
Upon closing first terminal:
Further attempts to open terminal:
The text was updated successfully, but these errors were encountered: