Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote Extension host terminated unexpectedly 3 times within the last 5 minutes #195632

Closed
prabhu-buildbot opened this issue Oct 14, 2023 · 19 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@prabhu-buildbot
Copy link

Environment
OS and Version: Win 10 10.0.19044
VS Code Version: 1.83.0
C/C++ Extension Version: 1.17.5
If using SSH remote, specify OS of remote machine: Linux

I am connecting to my Vms using Remote-SSH aslo i installed C/C++ extension
whenever the C/C++ extension is enabled i am getting

Remote Extension host terminated unexpectedly 3 times within the last 5 minutes.

if i remove the esxtension i not getting that error
but the extension mandatory

c_cpp_properties.json { "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**", "/usr/local/include/modbus", "/usr/include/glib-2.0", "/usr/lib/x86_64-linux-gnu/glib-2.0/", "/usr/lib/x86_64-linux-gnu/glib-2.0/include" ], "defines": [], "compilerPath": "/usr/bin/gcc", "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "clang-x64" } ], "version": 4 }
Extension Host(Remote) [error] Error: EEXIST: file already exists, open '/home/admin1/.vscode-server/data/User/workspaceStorage/79bbbc13aa7934293eb28938bdd9920c/vscode.lock' 2023-10-12 16:57:16.459 [info] Lock '/home/admin1/.vscode-server/data/User/workspaceStorage/79bbbc13aa7934293eb28938bdd9920c/vscode.lock': Could not acquire lock, checking if the file is stale. 2023-10-12 16:57:16.463 [info] Lock '/home/admin1/.vscode-server/data/User/workspaceStorage/79bbbc13aa7934293eb28938bdd9920c/vscode.lock': The pid 1717491 appears to be gone. 2023-10-12 16:57:16.463 [info] Lock '/home/admin1/.vscode-server/data/User/workspaceStorage/79bbbc13aa7934293eb28938bdd9920c/vscode.lock': Deleting a stale lock. 2023-10-12 16:57:16.477 [info] Lock '/home/admin1/.vscode-server/data/User/workspaceStorage/79bbbc13aa7934293eb28938bdd9920c/vscode.lock': Lock acquired.

Dev tools log ERR [Extension Host] (node:828) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (UseCode --trace-deprecation ...to show where the warning was created) console.ts:137 [Extension Host] (node:828) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (UseCode --trace-deprecation ... to show where the warning was created) $ @ console.ts:137 $logExtensionHostMessage @ mainThreadConsole.ts:39 S @ rpcProtocol.ts:456 Q @ rpcProtocol.ts:441 M @ rpcProtocol.ts:371 L @ rpcProtocol.ts:297 (anonymous) @ rpcProtocol.ts:161 z @ event.ts:1138 fire @ event.ts:1169 fire @ ipc.net.ts:650 Y.onmessage @ localProcessExtensionHost.ts:581 log.ts:421 INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][6625ms] returned WebSocket(127.0.0.1:64491) log.ts:421 INFO resolveAuthority(ssh-remote) returned 'WebSocket(127.0.0.1:64491)' after 6627 ms log.ts:421 INFO Creating a socket (renderer-Management-aa5f56f0-e939-473e-aceb-a71d1bcc8ea7)... log.ts:421 INFO Creating a socket (renderer-ExtensionHost-5bf4641b-84a2-43d2-a2ce-76785e0cc33e)... log.ts:421 INFO Creating a socket (renderer-Management-aa5f56f0-e939-473e-aceb-a71d1bcc8ea7) was successful after 23 ms. log.ts:421 INFO Creating a socket (renderer-ExtensionHost-5bf4641b-84a2-43d2-a2ce-76785e0cc33e) was successful after 32 ms. 2log.ts:431 WARN Settings pattern "application.*" doesn't match any settings log.ts:441 ERR Could not find pty on pty host: CodeExpectedError: Could not find pty on pty host at A.U (/home/admin1/.vscode-server/bin/e7e037083ff4455cf320e344325dacb480062c3c/out/vs/platform/terminal/node/ptyHostMain.js:44:32246) at A.updateTitle (/home/admin1/.vscode-server/bin/e7e037083ff4455cf320e344325dacb480062c3c/out/vs/platform/terminal/node/ptyHostMain.js:44:27446) at V.<computed> (/home/admin1/.vscode-server/bin/e7e037083ff4455cf320e344325dacb480062c3c/out/vs/platform/terminal/node/ptyHostMain.js:44:22715) at Object.call (/home/admin1/.vscode-server/bin/e7e037083ff4455cf320e344325dacb480062c3c/out/vs/platform/terminal/node/ptyHostMain.js:34:5059) at h.s (/home/admin1/.vscode-server/bin/e7e037083ff4455cf320e344325dacb480062c3c/out/vs/platform/terminal/node/ptyHostMain.js:32:5150) at h.q (/home/admin1/.vscode-server/bin/e7e037083ff4455cf320e344325dacb480062c3c/out/vs/platform/terminal/node/ptyHostMain.js:32:4661) at g.value (/home/admin1/.vscode-server/bin/e7e037083ff4455cf320e344325dacb480062c3c/out/vs/platform/terminal/node/ptyHostMain.js:32:4066) at n.z (/home/admin1/.vscode-server/bin/e7e037083ff4455cf320e344325dacb480062c3c/out/vs/platform/terminal/node/ptyHostMain.js:27:1902) at n.fire (/home/admin1/.vscode-server/bin/e7e037083ff4455cf320e344325dacb480062c3c/out/vs/platform/terminal/node/ptyHostMain.js:27:2119) at process.he (/home/admin1/.vscode-server/bin/e7e037083ff4455cf320e344325dacb480062c3c/out/vs/platform/terminal/node/ptyHostMain.js:25:9949) at process.emit (node:events:513:28) at emit (node:internal/child_process:937:14) at process.processTicksAndRejections (node:internal/process/task_queues:83:21) log.ts:431 WARN Settings pattern "application.*" doesn't match any settings log.ts:421 INFO [perf] Render performance baseline is 74ms console.ts:137 [Extension Host] activating extension console.ts:137 [Extension Host] starting language server log.ts:421 INFO [remote-connection][ExtensionHost][5bf46…][reconnect] received socket close event (wasClean: false, code: 1006, reason: ). log.ts:441 ERR CloseEvent {isTrusted: true, wasClean: false, code: 1006, reason: '', type: 'close', …} log.ts:421 INFO [remote-connection][ExtensionHost][5bf46…][reconnect] starting reconnecting loop. You can get more information with the trace log level. log.ts:421 INFO [remote-connection][ExtensionHost][5bf46…][reconnect] resolving connection... log.ts:421 INFO [remote-connection][ExtensionHost][5bf46…][reconnect] connecting to WebSocket(127.0.0.1:64491)... log.ts:421 INFO Creating a socket (renderer-ExtensionHost-5bf4641b-84a2-43d2-a2ce-76785e0cc33e)... log.ts:421 INFO Creating a socket (renderer-ExtensionHost-5bf4641b-84a2-43d2-a2ce-76785e0cc33e) was successful after 60 ms. log.ts:421 INFO [remote-connection][ExtensionHost][5bf46…][reconnect] received socket close event (wasClean: false, code: 1006, reason: ). log.ts:441 ERR CloseEvent {isTrusted: true, wasClean: false, code: 1006, reason: '', type: 'close', …} log.ts:441 ERR [remote-connection][ExtensionHost][5bf46…][reconnect][WebSocket(127.0.0.1:64491)] received error control message when negotiating connection. Error: log.ts:441 ERR Error: Connection error: Unknown reconnection token (seen before) at x (remoteAgentConnection.ts:785:17) at u.value (remoteAgentConnection.ts:328:17) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at r.fire (ipc.net.ts:650:19) at b.z (ipc.net.ts:1021:28) at u.value (ipc.net.ts:955:72) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at u.acceptChunk (ipc.net.ts:394:21) at ipc.net.ts:350:51 at u.value (browserSocketFactory.ts:230:39) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at j.onload (browserSocketFactory.ts:91:17) log.ts:441 ERR [remote-connection][ExtensionHost][5bf46…][reconnect] A permanent error occurred in the reconnecting loop! Will give up now! Error: log.ts:441 ERR Error: Connection error: Unknown reconnection token (seen before) at x (remoteAgentConnection.ts:785:17) at u.value (remoteAgentConnection.ts:328:17) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at r.fire (ipc.net.ts:650:19) at b.z (ipc.net.ts:1021:28) at u.value (ipc.net.ts:955:72) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at u.acceptChunk (ipc.net.ts:394:21) at ipc.net.ts:350:51 at u.value (browserSocketFactory.ts:230:39) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at j.onload (browserSocketFactory.ts:91:17) abstractExtensionService.ts:784 Extension host (Remote) terminated unexpectedly. Code: 0, Signal: 5bf4641b-84a2-43d2-a2ce-76785e0cc33e yb @ abstractExtensionService.ts:784 yb @ nativeExtensionService.ts:166 xb @ abstractExtensionService.ts:776 (anonymous) @ abstractExtensionService.ts:754 z @ event.ts:1138 fire @ event.ts:1169 D @ remoteExtensionHost.ts:199 (anonymous) @ remoteExtensionHost.ts:133 z @ event.ts:1138 fire @ event.ts:1169 fire @ ipc.net.ts:650 acceptDisconnect @ ipc.net.ts:979 U @ remoteAgentConnection.ts:774 D @ remoteAgentConnection.ts:729 C @ remoteAgentConnection.ts:723 z @ remoteAgentConnection.ts:677 await in z (async) y @ remoteAgentConnection.ts:628 (anonymous) @ remoteAgentConnection.ts:595 z @ event.ts:1138 A @ event.ts:1149 fire @ event.ts:1173 fire @ ipc.net.ts:650 (anonymous) @ ipc.net.ts:876 d @ browserSocketFactory.ts:236 z @ event.ts:1138 fire @ event.ts:1169 (anonymous) @ browserSocketFactory.ts:174 log.ts:441 ERR Extension host (Remote) terminated unexpectedly with code null. log.ts:441 ERR Extension host (Remote) terminated unexpectedly. The following extensions were running: vscode.emmet, vscode.git-base, ms-vscode.cpptools, vscode.git, vscode.github, vscode.extension-editing, vscode.json-language-features, vscode.npm log.ts:421 INFO Automatically restarting the remote extension host. log.ts:421 INFO Creating a socket (renderer-ExtensionHost-7389b82b-f4d9-4cf3-bef1-9b7707265a2f)... log.ts:421 INFO Creating a socket (renderer-ExtensionHost-7389b82b-f4d9-4cf3-bef1-9b7707265a2f) was successful after 35 ms. log.ts:431 WARN Settings pattern "application.*" doesn't match any settings log.ts:421 INFO [remote-connection][ExtensionHost][7389b…][reconnect] received socket close event (wasClean: false, code: 1006, reason: ). log.ts:441 ERR CloseEvent {isTrusted: true, wasClean: false, code: 1006, reason: '', type: 'close', …} log.ts:421 INFO [remote-connection][ExtensionHost][7389b…][reconnect] starting reconnecting loop. You can get more information with the trace log level. log.ts:421 INFO [remote-connection][ExtensionHost][7389b…][reconnect] resolving connection... log.ts:421 INFO [remote-connection][ExtensionHost][7389b…][reconnect] connecting to WebSocket(127.0.0.1:64491)... log.ts:421 INFO Creating a socket (renderer-ExtensionHost-7389b82b-f4d9-4cf3-bef1-9b7707265a2f)... log.ts:421 INFO Creating a socket (renderer-ExtensionHost-7389b82b-f4d9-4cf3-bef1-9b7707265a2f) was successful after 34 ms. log.ts:421 INFO [remote-connection][ExtensionHost][7389b…][reconnect] received socket close event (wasClean: false, code: 1006, reason: ). log.ts:441 ERR CloseEvent {isTrusted: true, wasClean: false, code: 1006, reason: '', type: 'close', …} log.ts:441 ERR [remote-connection][ExtensionHost][7389b…][reconnect][WebSocket(127.0.0.1:64491)] received error control message when negotiating connection. Error: log.ts:441 ERR Error: Connection error: Unknown reconnection token (seen before) at x (remoteAgentConnection.ts:785:17) at u.value (remoteAgentConnection.ts:328:17) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at r.fire (ipc.net.ts:650:19) at b.z (ipc.net.ts:1021:28) at u.value (ipc.net.ts:955:72) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at u.acceptChunk (ipc.net.ts:394:21) at ipc.net.ts:350:51 at u.value (browserSocketFactory.ts:230:39) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at j.onload (browserSocketFactory.ts:91:17) log.ts:441 ERR [remote-connection][ExtensionHost][7389b…][reconnect] A permanent error occurred in the reconnecting loop! Will give up now! Error: log.ts:441 ERR Error: Connection error: Unknown reconnection token (seen before) at x (remoteAgentConnection.ts:785:17) at u.value (remoteAgentConnection.ts:328:17) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at r.fire (ipc.net.ts:650:19) at b.z (ipc.net.ts:1021:28) at u.value (ipc.net.ts:955:72) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at u.acceptChunk (ipc.net.ts:394:21) at ipc.net.ts:350:51 at u.value (browserSocketFactory.ts:230:39) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at j.onload (browserSocketFactory.ts:91:17) abstractExtensionService.ts:784 Extension host (Remote) terminated unexpectedly. Code: 0, Signal: 7389b82b-f4d9-4cf3-bef1-9b7707265a2f yb @ abstractExtensionService.ts:784 yb @ nativeExtensionService.ts:166 xb @ abstractExtensionService.ts:776 (anonymous) @ abstractExtensionService.ts:754 z @ event.ts:1138 fire @ event.ts:1169 D @ remoteExtensionHost.ts:199 (anonymous) @ remoteExtensionHost.ts:133 z @ event.ts:1138 fire @ event.ts:1169 fire @ ipc.net.ts:650 acceptDisconnect @ ipc.net.ts:979 U @ remoteAgentConnection.ts:774 D @ remoteAgentConnection.ts:729 C @ remoteAgentConnection.ts:723 z @ remoteAgentConnection.ts:677 await in z (async) y @ remoteAgentConnection.ts:628 (anonymous) @ remoteAgentConnection.ts:595 z @ event.ts:1138 A @ event.ts:1149 fire @ event.ts:1173 fire @ ipc.net.ts:650 (anonymous) @ ipc.net.ts:876 d @ browserSocketFactory.ts:236 z @ event.ts:1138 fire @ event.ts:1169 (anonymous) @ browserSocketFactory.ts:174 log.ts:441 ERR Extension host (Remote) terminated unexpectedly with code null. log.ts:441 ERR Extension host (Remote) terminated unexpectedly. The following extensions were running: vscode.emmet, vscode.git-base, ms-vscode.cpptools, vscode.git, vscode.github, vscode.extension-editing, vscode.json-language-features, vscode.npm, vscode.typescript-language-features log.ts:421 INFO Automatically restarting the remote extension host. log.ts:421 INFO Creating a socket (renderer-ExtensionHost-5dd374bc-b67e-4187-afff-433f191b08b8)... log.ts:421 INFO Creating a socket (renderer-ExtensionHost-5dd374bc-b67e-4187-afff-433f191b08b8) was successful after 32 ms. log.ts:431 WARN Settings pattern "application.*" doesn't match any settings log.ts:441 ERR No registered selector for ID: ms-vscode.npm-command: Error: No registered selector for ID: ms-vscode.npm-command at vscode-file://vscode-app/c:/Users/Prabhu%20Naveen/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1535:26336 console.ts:137 [Extension Host] activating extension console.ts:137 [Extension Host] starting language server log.ts:421 INFO [remote-connection][ExtensionHost][5dd37…][reconnect] received socket close event (wasClean: false, code: 1006, reason: ). log.ts:441 ERR CloseEvent {isTrusted: true, wasClean: false, code: 1006, reason: '', type: 'close', …} log.ts:421 INFO [remote-connection][ExtensionHost][5dd37…][reconnect] starting reconnecting loop. You can get more information with the trace log level. log.ts:421 INFO [remote-connection][ExtensionHost][5dd37…][reconnect] resolving connection... log.ts:421 INFO [remote-connection][ExtensionHost][5dd37…][reconnect] connecting to WebSocket(127.0.0.1:64491)... log.ts:421 INFO Creating a socket (renderer-ExtensionHost-5dd374bc-b67e-4187-afff-433f191b08b8)... log.ts:421 INFO Creating a socket (renderer-ExtensionHost-5dd374bc-b67e-4187-afff-433f191b08b8) was successful after 14 ms. log.ts:421 INFO [remote-connection][ExtensionHost][5dd37…][reconnect] received socket close event (wasClean: false, code: 1006, reason: ). log.ts:441 ERR CloseEvent {isTrusted: true, wasClean: false, code: 1006, reason: '', type: 'close', …} log.ts:441 ERR [remote-connection][ExtensionHost][5dd37…][reconnect][WebSocket(127.0.0.1:64491)] received error control message when negotiating connection. Error: log.ts:441 ERR Error: Connection error: Unknown reconnection token (seen before) at x (remoteAgentConnection.ts:785:17) at u.value (remoteAgentConnection.ts:328:17) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at r.fire (ipc.net.ts:650:19) at b.z (ipc.net.ts:1021:28) at u.value (ipc.net.ts:955:72) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at u.acceptChunk (ipc.net.ts:394:21) at ipc.net.ts:350:51 at u.value (browserSocketFactory.ts:230:39) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at j.onload (browserSocketFactory.ts:91:17) log.ts:441 ERR [remote-connection][ExtensionHost][5dd37…][reconnect] A permanent error occurred in the reconnecting loop! Will give up now! Error: log.ts:441 ERR Error: Connection error: Unknown reconnection token (seen before) at x (remoteAgentConnection.ts:785:17) at u.value (remoteAgentConnection.ts:328:17) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at r.fire (ipc.net.ts:650:19) at b.z (ipc.net.ts:1021:28) at u.value (ipc.net.ts:955:72) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at u.acceptChunk (ipc.net.ts:394:21) at ipc.net.ts:350:51 at u.value (browserSocketFactory.ts:230:39) at c.z (event.ts:1138:13) at c.fire (event.ts:1169:9) at j.onload (browserSocketFactory.ts:91:17) abstractExtensionService.ts:784 Extension host (Remote) terminated unexpectedly. Code: 0, Signal: 5dd374bc-b67e-4187-afff-433f191b08b8 yb @ abstractExtensionService.ts:784 yb @ nativeExtensionService.ts:166 xb @ abstractExtensionService.ts:776 (anonymous) @ abstractExtensionService.ts:754 z @ event.ts:1138 fire @ event.ts:1169 D @ remoteExtensionHost.ts:199 (anonymous) @ remoteExtensionHost.ts:133 z @ event.ts:1138 fire @ event.ts:1169 fire @ ipc.net.ts:650 acceptDisconnect @ ipc.net.ts:979 U @ remoteAgentConnection.ts:774 D @ remoteAgentConnection.ts:729 C @ remoteAgentConnection.ts:723 z @ remoteAgentConnection.ts:677 await in z (async) y @ remoteAgentConnection.ts:628 (anonymous) @ remoteAgentConnection.ts:595 z @ event.ts:1138 A @ event.ts:1149 fire @ event.ts:1173 fire @ ipc.net.ts:650 (anonymous) @ ipc.net.ts:876 d @ browserSocketFactory.ts:236 z @ event.ts:1138 fire @ event.ts:1169 (anonymous) @ browserSocketFactory.ts:174 log.ts:441 ERR Extension host (Remote) terminated unexpectedly with code null. log.ts:441 ERR Extension host (Remote) terminated unexpectedly. The following extensions were running: vscode.emmet, vscode.git-base, ms-vscode.cpptools, vscode.git, vscode.github, vscode.extension-editing, vscode.json-language-features, vscode.npm, vscode.typescript-language-features notificationsAlerts.ts:42 Remote Extension host terminated unexpectedly 3 times within the last 5 minutes. c @ notificationsAlerts.ts:42 (anonymous) @ notificationsAlerts.ts:28 z @ event.ts:1138 A @ event.ts:1149 fire @ event.ts:1173 addNotification @ notifications.ts:204 notify @ notificationService.ts:175 prompt @ notificationService.ts:253 Ab @ abstractExtensionService.ts:831 await in Ab (async) yb @ abstractExtensionService.ts:789 yb @ nativeExtensionService.ts:166 xb @ abstractExtensionService.ts:776 (anonymous) @ abstractExtensionService.ts:754 z @ event.ts:1138 fire @ event.ts:1169 D @ remoteExtensionHost.ts:199 (anonymous) @ remoteExtensionHost.ts:133 z @ event.ts:1138 fire @ event.ts:1169 fire @ ipc.net.ts:650 acceptDisconnect @ ipc.net.ts:979 U @ remoteAgentConnection.ts:774 D @ remoteAgentConnection.ts:729 C @ remoteAgentConnection.ts:723 z @ remoteAgentConnection.ts:677 await in z (async) y @ remoteAgentConnection.ts:628 (anonymous) @ remoteAgentConnection.ts:595 z @ event.ts:1138 A @ event.ts:1149 fire @ event.ts:1173 fire @ ipc.net.ts:650 (anonymous) @ ipc.net.ts:876 d @ browserSocketFactory.ts:236 z @ event.ts:1138 fire @ event.ts:1169 (anonymous) @ browserSocketFactory.ts:174 log.ts:441 ERR read ECONNRESET: Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:217:20)

@VSCodeTriageBot
Copy link
Collaborator

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.83.1. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

@prabhu-buildbot
Copy link
Author

https://github.com/microsoft/vscode-cpptools/issues/11523

@prabhu-buildbot
Copy link
Author

Same issue i got in new version also

@prabhu-buildbot
Copy link
Author

@ulugbekna
Wiating for response..

@pankajbatra
Copy link

@prabhu-buildbot I also have the same issue. I am on Version: 1.83.1

@prabhu-buildbot
Copy link
Author

@pankajbatra
Thanks for reply
i just tried version 1.78
its working

@ulugbekna ulugbekna added the *caused-by-extension Issue identified to be caused by an extension label Oct 19, 2023
@VSCodeTriageBot
Copy link
Collaborator

This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. If you don't know which extension is causing the problem, you can run Help: Start extension bisect from the command palette (F1) to help identify the problem extension.

Happy Coding!

@VSCodeTriageBot VSCodeTriageBot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 19, 2023
@sean-mcmanus
Copy link
Contributor

sean-mcmanus commented Oct 28, 2023

@ulugbekna We don't think our C/C++ extension is the cause and/or we don't understand how our extension could be causing this or how to go about getting more info or a repro so that we can fix it.

@sean-mcmanus
Copy link
Contributor

sean-mcmanus commented Oct 28, 2023

@ulugbekna Our C/C++ extension's last update was August 28th (https://github.com/microsoft/vscode-cpptools/releases/tag/v1.17.5) and this "remote extension host terminated" issue only started being reported after VS Code's 1.83.0 release https://github.com/microsoft/vscode/releases/tag/1.83.0 a week later.

Is anyone able to downgrade to VS Code 1.82.3 https://github.com/microsoft/vscode/releases/tag/1.82.3 to see if it's fixed with that?

@sean-mcmanus
Copy link
Contributor

This might be a duplicate of #186912 . Can someone switch to VS Code Insiders to see if it's fixed with that?

@ulugbekna ulugbekna removed *caused-by-extension Issue identified to be caused by an extension triage-needed labels Oct 28, 2023
@ulugbekna ulugbekna reopened this Oct 28, 2023
@ulugbekna ulugbekna assigned chrmarti and unassigned ulugbekna Oct 28, 2023
@prabhu-buildbot
Copy link
Author

@sean-mcmanus itried in INSIDERS but not fixed ..
in older version only it is working.

@chrmarti chrmarti assigned deepak1556 and unassigned chrmarti Oct 30, 2023
@sean-mcmanus
Copy link
Contributor

@prabhu-buildbot Could you please provide the "older version" number that is working?

@sean-mcmanus
Copy link
Contributor

sean-mcmanus commented Oct 30, 2023

@prabhu-buildbot Ah, it's in your older post 1.78.0.

@deepak1556
Copy link
Collaborator

deepak1556 commented Nov 6, 2023

@prabhu-buildbot can you provide a sample workspace that demonstrates the issue. I am unable to repro with 1.84.0 using cpptools v1.17.5 on wsl ubuntu 20.04

Based on the description I would think this as another variation of microsoft/pylance-release#4983 but need repro to confirm.

@deepak1556 deepak1556 added the info-needed Issue requires more information from poster label Nov 6, 2023
@prabhu-buildbot
Copy link
Author

I tried on latest versions of vscode(1.84) and cpptools 1.17.5 not working
vscode (1.78) and cpptools (1.17.5) is working

@deepak1556
Copy link
Collaborator

Can you share an example cpp workspace and the relevant settings that demonstrates the issue, so that I could test it on my end. Thanks!

@VSCodeTriageBot
Copy link
Collaborator

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

@VSCodeTriageBot VSCodeTriageBot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 13, 2023
@hakanlundvall
Copy link

I suffer from the same problem. I tried downgrading to vscode 1.78 which solved it, but I have other extensions that require a newer version of vscode. So, that's not really an option.

@indizas-git
Copy link

In my case the issue stops when I disable the GitHub CoPilot extensions (installed inside the dev container by devcontainer.json entries). I have two Macs and use the [mcr.microsoft.com/devcontainers/dotnet:0-7.0] dev container. The issue is only present in one of the machines. All versions of VS Code and extensions are identical

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

9 participants