mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
docs: update JetBrains environment support (#5877)
This commit is contained in:
parent
845bc443da
commit
d4711feba8
2 changed files with 13 additions and 5 deletions
|
@ -54,12 +54,12 @@ Please report any issues.
|
||||||
|
|
||||||
#### JetBrains IDEs
|
#### JetBrains IDEs
|
||||||
|
|
||||||
Support for JetBrains IDEs is not yet available, but you can follow and upvote
|
Support for JetBrains IDEs is available through
|
||||||
these issues to stay up to date:
|
[the Deno plugin](https://plugins.jetbrains.com/plugin/14382-deno).
|
||||||
|
|
||||||
- https://youtrack.jetbrains.com/issue/WEB-41607
|
For more information on how to set-up your JetBrains IDE for Deno, read
|
||||||
- https://youtrack.jetbrains.com/issue/WEB-42983
|
[this comment](https://youtrack.jetbrains.com/issue/WEB-41607#focus=streamItem-27-4160152.0-0)
|
||||||
- https://youtrack.jetbrains.com/issue/WEB-31667
|
on YouTrack.
|
||||||
|
|
||||||
#### Vim and NeoVim
|
#### Vim and NeoVim
|
||||||
|
|
||||||
|
|
|
@ -122,6 +122,14 @@ Change `<entry_point>` to `server.ts` and run created configuration:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### JetBrains IDEs
|
||||||
|
|
||||||
|
You can debug Deno using your JetBrains IDE by right-clicking the file you want
|
||||||
|
to debug and selecting the `Debug 'Deno: <file name>'` option. This will create
|
||||||
|
a run/debug configuration which has no permission flags set, so to change that
|
||||||
|
you need to modify the run/debug configuration and change the `Arguments` field
|
||||||
|
with the required flags.
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
Any client that implements Devtools protocol should be able to connect to Deno
|
Any client that implements Devtools protocol should be able to connect to Deno
|
||||||
|
|
Loading…
Add table
Reference in a new issue