Ben Hockley
Ben Hockley
So far I've just added the ability to write the file contents to the screen to support git diffs. This is almost the same as the output from your original...
I've been going through the metadata file and believe that I've worked out part of the format. Skip 8 bytes Read 4 -> 32 bit int -> length of section...
The main thing I've done is write the extracted xml/json to the output stream for textconv to take advantage of. This doesn't help with the merges, but but does give...
The main thing I've done is write the extracted xml/json to the output stream for textconv to take advantage of. This doesn't help with the merges, but but does give...
This issue is fixed in the v0.0.6 release I just made. I had the node_modules folder being excluded from the extension package, so an error was being thrown before the...
Could you try copying the file to another folder and performing the conversion? There could be an existing file that is preventing the converter creating and populating a new file...
New release, I think I've resolved your issue now.
@heartsekai What OS and VSCode version are you using? I tested a clean install of VSCode 1.2 on Windows 10 with the file: https://github.com/SublimeText/PackageDev/blob/master/Syntax%20Definitions/Sublime%20Text%20Syntax%20Def%20%28JSON%29.JSON-tmLanguage and was able to convert it....
Did you install the plugin by downloading the source code and copying it into vscode extensions folder? I noticed that your error mentions vscode-tmlanguage-master, where the installed versions are in...
The YAML parser may be unable to process the file, if this is the case, then you will see an error in the console under Developer Tools. I'll have to...