mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
docs: clarify jetbrains setup (#9930)
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
This commit is contained in:
parent
3fa962d5cb
commit
fe42b652f3
1 changed files with 5 additions and 1 deletions
|
@ -98,7 +98,11 @@ Please report any issues.
|
|||
Support for JetBrains IDEs is available through
|
||||
[the Deno plugin](https://plugins.jetbrains.com/plugin/14382-deno).
|
||||
|
||||
For more information on how to set-up your JetBrains IDE for Deno, read
|
||||
Once installed, replace the content of
|
||||
`External Libraries > Deno Library > lib > lib.deno.d.ts` with the output of
|
||||
`deno types`. This will ensure the typings for the extension match the current
|
||||
version. You will have to do this every time you update the version of Deno. For
|
||||
more information on how to set-up your JetBrains IDE for Deno, read
|
||||
[this comment](https://youtrack.jetbrains.com/issue/WEB-41607#focus=streamItem-27-4160152.0-0)
|
||||
on YouTrack.
|
||||
|
||||
|
|
Loading…
Reference in a new issue