microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.62k stars 29.42k forks source link

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

Open imsrikant opened 1 year ago

imsrikant commented 1 year ago

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

Steps to Reproduce:

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

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 commented 1 year ago

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

imsrikant commented 1 year ago

image

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

Security19 commented 1 year ago

Вы кто, что вам нужно. Зачем меня взломали. Это всеми фиксируетсяОтправлено с моего телефона Huawei-------- Исходное сообщение --------От: Srikant Kumar @.>Дата: сб, 29 апр. 2023 г., 4:03Кому: microsoft/vscode @.>Копия: Subscribed @.***>Тема: Re: [microsoft/vscode] Every time the vscode is gets update in any way, the windows shortcut key is replaced, making it the default. (Issue #179445)

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

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

ericzhucode commented 1 year ago

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.

imsrikant commented 2 months ago

I like to work on this @joaomoreno.