stevedlawrence commented on PR #417: URL: https://github.com/apache/daffodil-vscode/pull/417#issuecomment-1380278938
I found https://github.com/wmanth/vscode-jar-viewer, which also has the ability to view files in jars. Seems it works by creating a new TextDocumentContentProvider: https://vshaxe.github.io/vscode-extern/vscode/TextDocumentContentProvider.html Creating a custom one for our use cases feels like it might be a better approach and gives us more control over how the file is opened--maybe we can eventually provide more useful features since we know it's a DFDL schema. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
