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

Every time the vscode is gets update in any way, the windows shortcut key is replaced, making it the default #179445

Open
imsrikant opened this issue Apr 7, 2023 · 5 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities install-update VS Code installation and upgrade system issues windows VS Code on Windows issues
Milestone

Comments

@imsrikant
Copy link

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: Version: 1.77.1 (user setup)
    Commit: b7886d7
    Date: 2023-04-04T23:21:11.906Z
    Electron: 19.1.11
    Chromium: 102.0.5005.196
    Node.js: 16.14.2
    V8: 10.2.154.26-electron.0
    OS: Windows_NT x64 10.0.19043
    Sandboxed: No

Steps to Reproduce:

  1. Vsocde shortcut loctaion C:\Users\{username}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Visual Studio Code
  2. Vscode Properties
@imsrikant
Copy link
Author

Same issue Whenever the Vscode gets an update, the hotkey gets removed.

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: Version: 1.77.1 (user setup)
    Commit: b7886d7
    Date: 2023-04-04T23:21:11.906Z
    Electron: 19.1.11
    Chromium: 102.0.5005.196
    Node.js: 16.14.2
    V8: 10.2.154.26-electron.0
    OS: Windows_NT x64 10.0.19043
    Sandboxed: No

Steps to Reproduce:

  1. Vsocde shortcut loctaion C:\Users\{username}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Visual Studio Code
  2. Vscode Properties

@joaomoreno
Copy link
Member

I don't understand what you mean by "windows shortcut key", can you clarify?

@joaomoreno joaomoreno added the info-needed Issue requires more information from poster label Apr 28, 2023
@imsrikant
Copy link
Author

image

This is the window shortcut key I'm talking about...

@Security19
Copy link

Security19 commented Apr 29, 2023 via email

@joaomoreno joaomoreno added bug Issue identified by VS Code Team member as probable bug install-update VS Code installation and upgrade system issues windows VS Code on Windows issues and removed info-needed Issue requires more information from poster labels May 11, 2023
@joaomoreno joaomoreno added this to the Backlog milestone May 11, 2023
@joaomoreno joaomoreno added the help wanted Issues identified as good community contribution opportunities label May 11, 2023
@joaomoreno joaomoreno changed the title Every time the vscode is gets update in any way, the windows shortcut key is replaced, making it the default. Every time the vscode is gets update in any way, the windows shortcut key is replaced, making it the default May 11, 2023
@ericzhucode
Copy link

I thought of 2 solutions.
First, we can check if shortcut of .exe file exists and don't create a new one if it already exists.
https://stackoverflow.com/questions/59760011/inno-setup-do-not-recreate-a-shortcut-if-it-already-exist

Second, we can give user an option to choose if they want to keep shortcut of .exe file like other options here.
image

Not sure if both solutions can be accepted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities install-update VS Code installation and upgrade system issues windows VS Code on Windows issues
Projects
None yet
Development

No branches or pull requests

5 participants