mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
docs: add documentation about Atom Editor LSP client (#10016)
Co-authored-by: ayame113 <ayame113@users.noreply.github.com>
This commit is contained in:
parent
5f2a83f563
commit
ac84eff940
1 changed files with 5 additions and 0 deletions
|
@ -184,6 +184,11 @@ project (`npm init -y` as necessary), then add the following block to your
|
|||
}
|
||||
```
|
||||
|
||||
#### Atom
|
||||
|
||||
Install [atom-ide-base](https://atom.io/packages/atom-ide-base) package and
|
||||
[atom-ide-deno](https://atom.io/packages/atom-ide-deno) package on Atom.
|
||||
|
||||
#### LSP clients
|
||||
|
||||
Deno has builtin support for the
|
||||
|
|
Loading…
Add table
Reference in a new issue