diff options
author | ayame113 <40050810+ayame113@users.noreply.github.com> | 2021-04-05 20:32:49 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 21:32:49 +1000 |
commit | ac84eff9406c7173678f5faa1851027db96a424b (patch) | |
tree | 5bcf6460f7241ce0258587276ceb0945a8272be2 | |
parent | 5f2a83f56346ccbbce906513f9fe56ebc42cd2e6 (diff) |
docs: add documentation about Atom Editor LSP client (#10016)
Co-authored-by: ayame113 <ayame113@users.noreply.github.com>
-rw-r--r-- | docs/getting_started/setup_your_environment.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/getting_started/setup_your_environment.md b/docs/getting_started/setup_your_environment.md index ab397ee18..b78c25203 100644 --- a/docs/getting_started/setup_your_environment.md +++ b/docs/getting_started/setup_your_environment.md @@ -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 |