Skip to content

Commit

Permalink
Add the VS Code extension to the manual
Browse files Browse the repository at this point in the history
Changelog: added
  • Loading branch information
yorickpeterse committed Sep 13, 2022
1 parent 92c635c commit 5ddc2e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/getting-started/editors.md
Expand Up @@ -17,3 +17,13 @@ using NeoVim):
```lua
use 'https://gitlab.com/inko-lang/inko.vim.git'
```

## Visual Studio Code

An official extension for Visual Studio Code is provided
[here](https://marketplace.visualstudio.com/items?itemName=inko-lang.inko). To
install it, open VS Code's Quick Open window (Ctrl+P) and run the following:

```
ext install inko-lang.inko
```

0 comments on commit 5ddc2e9

Please sign in to comment.