Interface WeaveRunPreviewCommandFactory


  • public interface WeaveRunPreviewCommandFactory
    Factory class that allows to create a Command already provided in the Language Server for running scripts preview.
    • Method Detail

      • create

        org.eclipse.lsp4j.Command create​(java.lang.String uri,
                                         boolean sync)