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
Open any folder or multi root workspace on a CentOS 7 machine and this behavior is shown.
Logs
Output of Remote - SSH
[12:48:20.332] Log Level: 1
[12:48:20.379] remote-ssh@0.51.0
[12:48:20.379] win32 x64
[12:48:20.382] SSH Resolver called for "ssh-remote+poisux803", attempt 1
[12:48:20.383] SSH Resolver called for host: poisux803
[12:48:20.383] Setting up SSH remote "poisux803"
[12:48:20.421] Using commit id "0ba0ca52957102ca3527cf479571617f0de6ed50" and quality "stable" for server
[12:48:20.423] Install and start server if needed
[12:48:20.430] Checking ssh with "ssh -V"
[12:48:24.138] > OpenSSH_7.9p1, OpenSSL 1.1.1a 20 Nov 2018
[12:48:24.141] Running script with connection command: ssh -T -D 62632 poisux803 bash
[12:48:24.146] Terminal shell path: C:\WINDOWS\System32\cmd.exe
[12:48:25.386] "install" terminal received data: "�[0m�[0K"
[12:48:25.387] Got some output, clearing connection timeout
[12:48:27.655] "install" terminal received data: "e56d19b5f442: running�[0K�[?25l
Acquiring lock on /import/poi/home/poimat04/.vscode-server/bin/0ba0ca52957102ca3527cf479571617f0de6ed50/vscode-remote-lock.poimat04.0ba0ca52957102ca3527cf479571617f0de6ed50�[0K
\ln /import/poi/home/poimat04/.vscode-server/bin/0ba0ca52957102ca3527cf479571617f0de6ed50/vscode-remote-lock.poimat04.0ba0ca52957102ca3527cf479571617f0de6ed50.target /import/poi/home/poimat04/.vscode-server/bin/0ba0ca�[0K5
2957102ca3527cf479571617f0de6ed50/vscode-remote-lock.poimat04.0ba0ca52957102ca3527cf479571617f0de6ed50�[0K
�[0K�[?25h"
[12:48:27.721] "install" terminal received data: "Found existing installation at /import/poi/home/poimat04/.vscode-server/bin/0ba0ca52957102ca3527cf479571617f0de6ed50...�[0K�[?25l
�[0K�[?25h"
[12:48:27.740] "install" terminal received data: "Found running server...�[0K�[?25l
�[0K
*�[0K
* Reminder: You may only use this software with Visual Studio family products,�[0K
* as described in the license (https://go.microsoft.com/fwlink/?linkid=2077057)�[0K
*�[0K
�[0K
�[0K�[?25h"
[12:48:27.776] "install" terminal received data: "Checking server status on port 37978 with wget�[0K�[?25l
e56d19b5f442: start�[0K
sshAuthSock====�[0K
agentPort==37978==�[0K
osReleaseId==centos==�[0K
arch==x86_64==�[0K
webUiAccessToken====�[0K
tmpDir==/run/user/10029==�[0K
platform==linux==�[0K
e56d19b5f442: end�[0K
�[0K�[?25h"
[12:48:27.776] Received install output:
sshAuthSock====
agentPort==37978==
osReleaseId==centos==
arch==x86_64==
webUiAccessToken====
tmpDir==/run/user/10029==
platform==linux==
[12:48:27.777] Remote server is listening on port 37978
[12:48:27.777] Parsed server configuration: {"agentPort":37978,"osReleaseId":"centos","arch":"x86_64","webUiAccessToken":"","sshAuthSock":"","tmpDir":"/run/user/10029","platform":"linux"}
[12:48:27.780] Starting forwarding server. localPort 62659 -> socksPort 62632 -> remotePort 37978
[12:48:27.781] Forwarding server listening on 62659
[12:48:27.781] Waiting for ssh tunnel to be ready
[12:48:27.784] Tunneled remote port 37978 to local port 62659
[12:48:27.784] Resolved "ssh-remote+poisux803" to "127.0.0.1:62659"
[12:48:27.786] [Forwarding server 62659] Got connection 0
[12:48:27.796] TELEMETRY: {"eventName":"resolver","properties":{"outcome":"success","osReleaseId":"centos","arch":"x86_64","askedPw":"0","askedPassphrase":"0","asked2fa":"0","askedHostKey":"0","remoteInConfigFile":"1","gotUnrecognizedPrompt":"0","dynamicForwarding":"1","localServer":"0"},"measures":{"resolveAttempts":1,"retries":1}}
[12:48:27.798] ------
[12:48:27.806] [Forwarding server 62659] Got connection 1
[12:48:27.807] [Forwarding server 62659] Got connection 2
[12:48:29.015] [Forwarding server 62659] Got connection 3
[12:48:29.017] [Forwarding server 62659] Got connection 4
[12:48:29.019] [Forwarding server 62659] Got connection 5
Output from Console under the Developer Tools panel (toggle Developer Tools on under Help; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging)
I can see several instances of those errors:
Error: Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked!
at l.add (lifecycle.ts:134)
at e._register (lifecycle.ts:164)
at e.addDisposable (terminalInstance.ts:343)
at m._initInstanceListeners (terminalTab.ts:272)
at new m (terminalTab.ts:246)
at h._createInstance (instantiationService.ts:117)
at h.createInstance (instantiationService.ts:82)
at T._showBackgroundTerminal (terminalService.ts:597)
at T.setActiveInstance (terminalService.ts:316)
at p.$show (mainThreadTerminalService.ts:108)
at g._doInvokeHandler (rpcProtocol.ts:398)
at g._invokeHandler (rpcProtocol.ts:383)
at g._receiveRequest (rpcProtocol.ts:299)
at g._receiveOneMessage (rpcProtocol.ts:235)
at rpcProtocol.ts:101
at c.fire (event.ts:587)
at v.fire (ipc.net.ts:453)
at t.PersistentProtocol._receiveMessage (ipc.net.ts:733)
at ipc.net.ts:592
at c.fire (event.ts:587)
at g.acceptChunk (ipc.net.ts:239)
at ipc.net.ts:200
at Socket.t (ipc.net.ts:28)
at Socket.emit (events.js:203)
at addChunk (_stream_readable.js:295)
at readableAddChunk (_stream_readable.js:276)
at Socket.Readable.push (_stream_readable.js:210)
at TCP.onStreamRead (internal/stream_base_commons.js:166)
add @ lifecycle.ts:134
_register @ lifecycle.ts:164
addDisposable @ terminalInstance.ts:343
_initInstanceListeners @ terminalTab.ts:272
m @ terminalTab.ts:246
_createInstance @ instantiationService.ts:117
createInstance @ instantiationService.ts:82
_showBackgroundTerminal @ terminalService.ts:597
setActiveInstance @ terminalService.ts:316
$show @ mainThreadTerminalService.ts:108
_doInvokeHandler @ rpcProtocol.ts:398
_invokeHandler @ rpcProtocol.ts:383
_receiveRequest @ rpcProtocol.ts:299
_receiveOneMessage @ rpcProtocol.ts:235
(anonymous) @ rpcProtocol.ts:101
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
I see also a huge amount of messages saying that the extension is searching for interpreters
[Extension Host] Info Python Extension: 2020-03-30 12:52:37: Get Interpreters in CacheableLocatorService, Class name = m, completed in 24ms, has a truthy return value, Arg 1: <Uri:/import/projects/cfd/Matthieu/Workspace/oplib/oplib/taskmanager/OPRunManager.py>, Return Value: []
My sysadmin on the server host told me that when doing a trace on the SSH traffic there was 200k messages in a few minutes and my VPN client says that there are GB of data exchanged which surprises us.
Environment data
"python.jediEnabled"set to; more info How to update the language server to the latest stable version #3977): Jedi (python.JediEnabled = True)python.languageServersetting: MicrosoftExpected behaviour
Editing python files is snappy.
Actual behaviour
Python extension loading... message runs indefinitely.
Steps to reproduce:
Open any folder or multi root workspace on a CentOS 7 machine and this behavior is shown.
Logs
Output of Remote - SSH
Output from
Consoleunder theDeveloper Toolspanel (toggle Developer Tools on underHelp; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging)I can see several instances of those errors:
I can see this also:
I see also a huge amount of messages saying that the extension is searching for interpreters
My sysadmin on the server host told me that when doing a trace on the SSH traffic there was 200k messages in a few minutes and my VPN client says that there are GB of data exchanged which surprises us.