• D
    Change terminal dimensions based on renderer type · 5b0460a6
    Daniel Imms 提交于
    The canvas and webgl renderers use a flat integer for width whereas
    dom uses a floating point number. This was causing canvas/webgl to
    be more narrow than they should be. Since changing rendererType is
    a pretty infrequent thing it should be fine to resize for this.
    
    Fixes #86425
    5b0460a6
terminalConfigHelper.ts 14.4 KB