Description
Hello, I would like to inquire about an issue regarding the display name when the Chrome browser on a Windows computer calls back the VSCode application through a schema.
Problem Description:
I modified the name of Code-OSS in the repo (let's say to "Tool"), including the name
and urlProtocol
in product.json
. After the modification, I built the Windows installation package. After installation, the application's metadata correctly displays the modified name "Tool".
Next, I navigated from the packaged application to a browser link (opened in Chrome). When calling back from the browser to the application, the prompt displays [Electron] instead of the expected name "Tool".

Questions:
Why does this happen, and how can I make the prompt in the browser display the modified name I set?
I found a possible reason: the application name in the Windows registry might be incorrect. However, I confirmed that the name in the registry has already been updated to my modified name.