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
5. I've tried the recommended method using the vsix and below command
code --install-extension .\ms-python.python-2024.13.2024082701.vsix --log trace
Seeing this exception in the log
TRACE [File Watcher (node.js)] [CHANGED] c:\Users\59e04c8e62.vscode\extensions.763f4210-8d28-4223-a577-f6647b38280a
ERR Error while installing the extension ms-python.debugpy Client network socket disconnected before secure TLS connection was established vscode-userdata:/c%3A/Users/59e04c8e62/.vscode/extensions/extensions.json
ERR [uncaught exception in CLI]: Client network socket disconnected before secure TLS connection was established: Error: Client network socket disconnected before secure TLS connection was established
at TLSSocket.onConnectEnd (node:_tls_wrap:1727:19)
at TLSSocket.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
TRACE [File Watcher (node.js)] [raw] ["change"] .763f4210-8d28-4223-a577-f6647b38280a
TRACE [File Watcher (node.js)] [CHANGED] c:\Users\59e04c8e62.vscode\extensions.763f4210-8d28-4223-a577-f6647b38280a
ERR Error while installing the extension ms-python.vscode-pylance Client network socket disconnected before secure TLS connection was established vscode-userdata:/c%3A/Users/59e04c8e62/.vscode/extensions/extensions.json
ERR [uncaught exception in CLI]: Client network socket disconnected before secure TLS connection was established: Error: Client network socket disconnected before secure TLS connection was established
at TLSSocket.onConnectEnd (node:_tls_wrap:1727:19)
at TLSSocket.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
I tried installing pylance and pydebug first, but they also fail, and I also attempted to install them all 3 together in the same command, but still no luck
code --install-extension .\ms-python.python-2024.13.2024082701.vsix --install-extension .\ms-python.vscode-pylance-2024.8.103.vsix --install-extension .\ms-python.debugpy-2024.11.2024082801.vsix --log trace
Users have to manually bring their extensions and install, but we can't see how to prevent the dependency failures. Can you please suggest how we should proceed here to get these installed in an offline/restricted network?
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.92.2. Please try upgrading to the latest version and checking whether this issue remains.
Does this issue occur when all extensions are disabled?: Yes
Created discussion in vscode-python, but they recommended to bring issue here
microsoft/vscode-python#24020
Steps to Reproduce:
5. I've tried the recommended method using the vsix and below command
code --install-extension .\ms-python.python-2024.13.2024082701.vsix --log trace
Seeing this exception in the log
TRACE [File Watcher (node.js)] [CHANGED] c:\Users\59e04c8e62.vscode\extensions.763f4210-8d28-4223-a577-f6647b38280a
ERR Error while installing the extension ms-python.debugpy Client network socket disconnected before secure TLS connection was established vscode-userdata:/c%3A/Users/59e04c8e62/.vscode/extensions/extensions.json
ERR [uncaught exception in CLI]: Client network socket disconnected before secure TLS connection was established: Error: Client network socket disconnected before secure TLS connection was established
at TLSSocket.onConnectEnd (node:_tls_wrap:1727:19)
at TLSSocket.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
TRACE [File Watcher (node.js)] [raw] ["change"] .763f4210-8d28-4223-a577-f6647b38280a
TRACE [File Watcher (node.js)] [CHANGED] c:\Users\59e04c8e62.vscode\extensions.763f4210-8d28-4223-a577-f6647b38280a
ERR Error while installing the extension ms-python.vscode-pylance Client network socket disconnected before secure TLS connection was established vscode-userdata:/c%3A/Users/59e04c8e62/.vscode/extensions/extensions.json
ERR [uncaught exception in CLI]: Client network socket disconnected before secure TLS connection was established: Error: Client network socket disconnected before secure TLS connection was established
at TLSSocket.onConnectEnd (node:_tls_wrap:1727:19)
at TLSSocket.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
I tried installing pylance and pydebug first, but they also fail, and I also attempted to install them all 3 together in the same command, but still no luck
code --install-extension .\ms-python.python-2024.13.2024082701.vsix --install-extension .\ms-python.vscode-pylance-2024.8.103.vsix --install-extension .\ms-python.debugpy-2024.11.2024082801.vsix --log trace
Users have to manually bring their extensions and install, but we can't see how to prevent the dependency failures. Can you please suggest how we should proceed here to get these installed in an offline/restricted network?
Thanks!
The text was updated successfully, but these errors were encountered: