Split from #78718: ### Plaintext Linkifying ```ts const markupContent: MarkupContent = { kind: 'plaintext', value: 'https://code.visualstudio.com' }; ``` 