From 538e6d6e7c75b7cca5470604811205f9dbd55c03 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 8 Jun 2023 03:01:59 +0000 Subject: CTAN sync 202306080301 --- graphics/asymptote/settings.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'graphics/asymptote/settings.cc') diff --git a/graphics/asymptote/settings.cc b/graphics/asymptote/settings.cc index ecf67ce848..aab7dc042c 100644 --- a/graphics/asymptote/settings.cc +++ b/graphics/asymptote/settings.cc @@ -1407,10 +1407,13 @@ void initSettings() { "Input code over multiple lines at the prompt")); addOption(new boolSetting("xasy", 0, "Interactive mode for xasy")); +#ifdef HAVE_LSP addOption(new boolSetting("lsp", 0, "Interactive mode for the Language Server Protocol")); - addOption(new boolSetting("wsl", 0, "Run asy under the Windows Subsystem for Linux.")); addOption(new envSetting("lspport", "")); addOption(new envSetting("lsphost", "127.0.0.1")); +#endif + + addOption(new boolSetting("wsl", 0, "Run asy under the Windows Subsystem for Linux")); addOption(new boolSetting("wait", 0, "Wait for child processes to finish before exiting")); -- cgit v1.2.3