You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/05/29 07:53:55 UTC

[GitHub] [netbeans] JaroslavTulach edited a comment on pull request #2960: Easier way to customize templates.

JaroslavTulach edited a comment on pull request #2960:
URL: https://github.com/apache/netbeans/pull/2960#issuecomment-850789362


   There is a way to [registerTextDocumentContentProvider](https://code.visualstudio.com/api/references/vscode-api#workspace.registerTextDocumentContentProvider) - probably it should be used to handle the `nbfs` protocol and delay materialization of the file on disk until really needed - thanks for finding this out, @dbalek! Alas, that may only work for read-only documents, but there also is [registerFileSystemProvider](https://code.visualstudio.com/api/references/vscode-api#workspace.registerFileSystemProvider) which might map quite nicely to the `nbfs://` URL scheme.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists