Skip to content
Merged
Changes from 1 commit
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
3 changes: 1 addition & 2 deletions runtime/getting_started/setup_your_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ Navigate to **Plugins** and search for `Deno`. Install the official Deno plugin.
![The WebStorm plugins settings](./images/webstorm_setup.png)

To configure the Plugin, go to **File** > **Settings** again. Navigate to
**Languages & Frameworks** > **Deno**. Check **Enable Deno for your project**
and specify the path to the Deno executable (if it has not been auto-detected).
**Languages & Frameworks** > **JavaScript Runtime**. Switch **Preferred Runtime** to **Deno**. Under **Deno**, specify the path to the Deno executable (if it has not been auto-detected).

Check out
[this blog post](https://blog.jetbrains.com/webstorm/2020/06/deno-support-in-jetbrains-ides/)
Expand Down
Loading