Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

fix link in "Does Unison have IDE support?" FAQ #312

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/data/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ In `ucm`, you can type `run myProgram`, where `myProgram` is some term of type `

### Does Unison have IDE support? Editor support? Language Server Protocol (LSP) support?

We have editor support for the Unison syntax in Vim, Atom, and VS Code - see https://www.unisonweb.org/docs/editor-setup.
We have editor support for the Unison syntax in Vim, Atom, and VS Code - see https://www.unison-lang.org/learn/usage-topics/editor-setup/.

No editors currently understand the Unison codebase format, or offer function like 'find references', 'extract function', etc. You can use `ucm` commands to get some of these abilities, for example `find`.

Expand Down