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 Explorer panel is empty #1902

Closed
SSmale opened this issue Nov 25, 2019 · 14 comments
Closed

Remote Explorer panel is empty #1902

SSmale opened this issue Nov 25, 2019 · 14 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@SSmale
Copy link

SSmale commented Nov 25, 2019

  • VSCode Version: 1.41.0-insider (user setup)
  • Local OS Version: : Windows_NT x64 10.0.17134
  • Remote OS Version: CentOS 7.5
  • Remote Extension/Connection Type: SSH
  • Extension Version: 0.47.2

Steps to Reproduce:

  1. connect to remote client
  2. none of the options are shown in the sidebar
@chrmarti chrmarti added the ssh Issue in vscode-remote SSH label Nov 29, 2019
@roblourens
Copy link
Member

Do you have an ssh config file set up?

@roblourens roblourens added the info-needed Issue requires more information from poster label Dec 1, 2019
@SSmale
Copy link
Author

SSmale commented Dec 1, 2019

@roblourens yes I have been using it fine for 6 months then the other day the panel is empty. I can’t select a new host or previous directories or start any port forwarding.

I did notice a pop up saying that the ssh explorer extension was no longer needed and not long after that it stopped showing

@kuelumbus
Copy link

Same problem here.

Version: 1.41.0-insider
Commit: bbf00d8ea6aa7e825ca3393364d746fe401d3299
Date: 2019-12-05T06:56:29.906Z
Electron: 6.1.5
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Linux x64 5.0.0-36-generic snap

image

"Remote SSH: Connect to host" works and correctly shows all hosts from ~/.ssh/config

@roblourens
Copy link
Member

Can you check that the SSH extension is up to date? And are there any errors in devtools? (Help > Toggle Developer tools)

Any idea @alexr00?

@kuelumbus
Copy link

Name: Remote - SSH
Id: ms-vscode-remote.remote-ssh
Description: Open any folder on a remote machine using SSH and take advantage of VS Code's full feature set.
Version: 0.47.2
Publisher: Microsoft
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh

Errors:

[uncaught exception]: Error: Cannot read property 'reprocess' of undefined

TypeError: Cannot read property 'reprocess' of undefined
    at C.onDefaultConfigurationChanged (file:///snap/code-insiders/325/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:4593:537)
    at file:///snap/code-insiders/325/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:4585:949
    at c.fire (file:///snap/code-insiders/325/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:114:893)
    at Object.registerConfigurations (file:///snap/code-insiders/325/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:1646:939)
    at Object.registerConfiguration (file:///snap/code-insiders/325/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:1646:612)
    at file:///snap/code-insiders/325/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2843:85
onUnexpectedError @ bootstrap-window.js:213
bootstrap-window.js:216 Error: Cannot read property 'reprocess' of undefined

TypeError: Cannot read property 'reprocess' of undefined
    at C.onDefaultConfigurationChanged (configurationService.ts:498)
    at configurationService.ts:97
    at c.fire (event.ts:581)
    at Object.registerConfigurations (configurationRegistry.ts:195)
    at Object.registerConfiguration (configurationRegistry.ts:182)
    at externalTerminalService.ts:369
    at errors.ts:26
onUnexpectedError @ bootstrap-window.js:216
2console.ts:137 [Extension Host] (node:17281) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (at writeOut (internal/process/warning.js:27:3))
t.log @ console.ts:137


@roblourens
Copy link
Member

I don't know whether that error is related, @sandy081 does it look familiar?

If you open a new local window do you see any difference?

@kuelumbus
Copy link

Yes, the error disappears in a new local window.
image

@chrmarti
Copy link
Contributor

chrmarti commented Dec 5, 2019

Just saw that too:
image
/cc @alexr00

The error seems unrelated and is tracked as microsoft/vscode#79809.

@alexr00 alexr00 self-assigned this Dec 6, 2019
@alexr00 alexr00 added bug Issue identified by VS Code Team member as probable bug and removed info-needed Issue requires more information from poster ssh Issue in vscode-remote SSH labels Dec 6, 2019
@alexr00 alexr00 added this to the November 2019 milestone Dec 6, 2019
@alexr00
Copy link
Member

alexr00 commented Dec 6, 2019

Somehow the remote explorer isn't getting all the views the way I expect it to.

@roblourens
Copy link
Member

I wasn't able to repro, can you include steps @alexr00?

@roblourens roblourens added the verification-steps-needed Steps to verify are needed for verification label Dec 6, 2019
@roblourens
Copy link
Member

Or someone else who saw it can confirm that it is fixed in the latest insiders build?
https://code.visualstudio.com/insiders

@alexr00
Copy link
Member

alexr00 commented Dec 9, 2019

I'm not sure how it's happening, so I don't have any repro steps.

@SSmale
Copy link
Author

SSmale commented Dec 9, 2019

I have checked my system and it is now showing the remote hosts and port forwarding as expected. Thanks @alexr00!

@alexr00 alexr00 added verified Verification succeeded and removed verification-steps-needed Steps to verify are needed for verification labels Dec 9, 2019
@alexr00
Copy link
Member

alexr00 commented Dec 9, 2019

Thank you @SSmale!

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants