Skip to content

Commit

Permalink
Tweak Readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed May 14, 2023
1 parent 3cfadb6 commit d751372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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.

Expand Down

0 comments on commit d751372

Please sign in to comment.