VS Code issue: microsoft/vscode#158876
Currently we support a single 1024x1024 texture in the webgl renderer, when it gets filled we clear it and restart. Ideally we would support multiple textures (~4mb each) up to some maximum, this would let us support high dpi displays much better.
The canvas texture atlas has the same issue.