Ryuichi Inagaki
Ryuichi Inagaki
Hi @goofle thanks for the suggestion. I wonder if you get red squiggles if the comparing part is non-well-formed code block. Let's say you have the following code block ```js...
Thanks @goofle for having done the quick test! 😉
Memo. Programmatically closing an editor is not allowed; so probably cannot reopen it. Wonder if replacing the virtual document content works. https://github.com/Microsoft/vscode/issues/39214
Virtual documents are not editable (cf. https://github.com/Microsoft/vscode/issues/10547), seems `FileSystemProvider` is something I might be able to use to implement this feature. refs * [FileSystem Providers release note](https://code.visualstudio.com/updates/v1_23#_filesystem-providers) * [Sample extension](https://github.com/Microsoft/vscode-extension-samples/tree/master/fsprovider-sample)...
Hi @IntoCpp , thanks for the suggestion and even providing the code snippet!! Do you want to share the context of why you want more decoration options? I'm trying to...
Cool, thanks for sharing the context. Using different type of decorations for different type of text makes sense (like function names with underline, class names with ..., and so on)....
Hi @rbadapanda , do you care to provide the step to get this json data? Thanks.
Thanks for the instruction! 
How about something like this? Let me know if this works for you. https://github.com/ryu1kn/vscode-text-marker/issues/56#issuecomment-792643653
It would be especially helpful if you keep using the same pattern and have many patterns to highlight. Thanks for the suggestion @wizzard0