[WelcomeUX] Copy code-icon.svg
to near where it's used #19541
Closed
Description
- https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/walkThrough/electron-browser/walkThroughPart.css#L144
- https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/welcomePage/electron-browser/welcomePage.css#L263
The icon should be copied close to the CSS where it is being used, just like every icon and image we have.
The only reason this is working now is that @alexandrudima enabled SVG inlining when the SVG is small enough and the loader actually is able to escape the vs
namespace during bundling.