question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The Go Home menu lost in 3.9

See original GitHub issue

OS/Web Information

  • Remote Architecture:
  • code-server --version: 3.9.3

Steps to Reproduce

  1. Start code-server 3.9.3
  2. Open in browser, and lost the Go Home top-left menu.

Expected

The Go Home menu exists in all previous versions.

Actual

It displays a Log out menu instead.

Notes

We need below command in a plugin, and now it’s not work:

vscode.commands.executeCommand('workbench.actions.goHome')

This issue can be reproduced in VS Code: No.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
futuristcommented, May 12, 2021
2reactions
code-ashercommented, Apr 28, 2021

I ran into this when trying to implement the logout button using an extension. It’s possible to open a URL with openExternal (https://code.visualstudio.com/api/references/vscode-api#env) however I had two problems:

  1. Relative URLs didn’t work (I wanted to redirect to ./login).
  2. It opens in a popup instead of redirecting the current page.

So currently my ideas are:

  1. Modify openExternal.
  2. Extend VS Code’s API with a new method.

Both ideas aren’t that great though since we don’t have the ability to change the VS Code API types. So the only real solution is to submit a patch upstream that modifies openExternal, I think.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Menu Button (No root) - Apps on Google Play
Restores menu buttons that have disappeared from Android. No root required. You can regain the function of the application that the menu can...
Read more >
Launch IDLE (python 3.9) from start menu - Stack Overflow
currently we have an MSIX package deployed for python 3.9 on Windows 10 ... However if we try to run it from start...
Read more >
Kosher to Go® At Home - CJE SeniorLife
If you are already a Kosher to Go customer, please call 847.929.3020. Download: Complete Kosher to Go Menu · Price List with Nutritional...
Read more >
Lost in Time Inc., Fairbury, Fairbury | Zomato
They also provide to go meals for those who are in a hurry or need to take one of their tasty desserts home....
Read more >
Known Issues - Oura Help
Use this list to see if an issue affecting your Oura Ring or app is already known. ... Go the Settings menu in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found