Interface WeaveRunPreviewCommandFactory


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

    Modifier and Type
    Method
    Description
    org.eclipse.lsp4j.Command
    create(String uri, boolean sync)
     
  • Method Details

    • create

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