David Smith
David Smith
oh, the tags, cool thanks
Does this in theory work with any other rule that produces javascript? Is there a type of provider that my rule would need to use to work with this? At...
Same here
Is there anything else you would like me to do for this PR?
Also, I'm using https://github.com/hozumi/clj-det-enc locally to detect the character encoding, would you mind if I added that here? The issue being it's another dependency for the project...
I've added the code to the PR. It does mean you have to specify if you want an InputStream, rather than being the default.
Indeed it would be nice in `bs/to-string`, I want that function to do as much for me as possible. Would it adversely affect performance though? If so it could be...
I need to study this a bit to try to understand what is going on but am I right in thinking that this means it is not a good idea...
I can report the same thing, @yunliang-ding your solution didn't seem to work. In my case I am actually calling `create` at two different times: ```javascript exports.create_ = function (monaco,...
Also note that all other things that depend on `languageId` seem to work just fine (TokensProvider, DocumentFormattingEditProvider etc). For example, for one of the editors I provide a DocumentFormattingEditProvider but...