From d75137269ec5f9bc95915506a7ebdb085abcd85f Mon Sep 17 00:00:00 2001 From: Janos Wortmann Date: Sun, 14 May 2023 19:36:46 +0200 Subject: [PATCH] Tweak Readme formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56e2c76..b42774c 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ To completely disable this feature, you can toggle off the following entry in th ## Frequently Asked Questions -#### I have deleted or cleaned up my `.julia` directory. Now the language server doesn't start anymore. +### I have deleted or cleaned up my `.julia` directory. Now the language server doesn't start anymore. Delete the `LSP-julia` folder at the following location: * on Windows: `%LocalAppData%/Sublime Text/Package Storage/LSP-julia` @@ -77,7 +77,7 @@ Delete the `LSP-julia` folder at the following location: Then restart Sublime Text and open a Julia file to re-install the language server. -#### The embedded Julia REPL doesn't start if Julia was installed via juliaup. +### The embedded Julia REPL doesn't start if Julia was installed via juliaup. This seems to be a bug/limitation in the Python 3.3 API environment, which is used by the Terminus package, when resolving symlinks.