• N
    Fix bug in decorationRenderHelper · 25eb3629
    Noj Vek 提交于
    getCSSTextForModelDecorationContentClassName will not escape ' in contentText since its escaping " rather than '
    
    _CSS_MAPcontentText: 'content:\'{0}\';' uses single apostrophe so we need to escape ' rather than "
    
    This is a bug that was always present and breaks inlineValueDebugging feature I am working on #16129
    25eb3629
codeEditorServiceImpl.ts 15.4 KB