copilot-clone icon indicating copy to clipboard operation
copilot-clone copied to clipboard

Added Parsers and Bloom Auto Completion Support

Open MinecraftPublisher opened this issue 3 years ago • 1 comments

The API token is one of mine, So it has to either be added as an option, Or another one should be used. I do nog mind mine being used tho!

The extension.ts file has to be converted into an extractor because I have no idea how you do that :)

MinecraftPublisher avatar Aug 22 '22 14:08 MinecraftPublisher

use ExtractorAbstract so we can use it properly. Do not define your own listeners and inline completion tooling, everything is already set up to work by implementing ExtractorAbstract.

Also rename your file to something more figurative. extractor.ts is very abstract.

These changes are now outdated as the older commit was rewritten by the original extractor.ts version, Could you mark the changes as resolved?

MinecraftPublisher avatar Aug 23 '22 04:08 MinecraftPublisher