Windows Build: 10.0.18362.0
Current Scoop Version: 3e55a709
Assuming scoop is installed, vs code is not, and the extras bucket has been added:
scoop install vscode$dir\\vscode-install-context.reg to add VS Code as a context menu optionEach file type uses the same VS code icon in Windows explorer

Each file type uses it's own icon, as described in the October 2018 release notes. This is the normal behavior when VS Code is installed normally rather than with Scoop.
@r15ch13 @ratatoeey
Not being an expert in the details of Windows application installation process, my best guess is that the file you linked to runs during normal installations of VS Code and is responsible for associating VS code and it's icons with the relevant file types? (please correct me if this assumption is incorrect).
Two questions:
scoop install)? If so how would I do that?scoop install? Is there a way we can alter the config so it does? If not I imagine we'd have to repeat step 1 every time the icons were updated.Thanks
Those code in iss shows registries related with file icons. You need to convert them to a reg file.
Is there premade .reg file or is there some easy way to convert this code?
Most helpful comment
@r15ch13 @ratatoeey
Not being an expert in the details of Windows application installation process, my best guess is that the file you linked to runs during normal installations of VS Code and is responsible for associating VS code and it's icons with the relevant file types? (please correct me if this assumption is incorrect).
Two questions:
scoop install)? If so how would I do that?scoop install? Is there a way we can alter the config so it does? If not I imagine we'd have to repeat step 1 every time the icons were updated.Thanks