Update info for linux

This commit is contained in:
Андрей Кожев 2022-08-30 10:27:15 +03:00 committed by GitHub
parent b037e2c6f9
commit 5ffdb00595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -303,6 +303,8 @@ These editors are currently supported:
- [Sublime Text](https://www.sublimetext.com/)
- [Typora](https://typora.io/)
- [SlickEdit](https://www.slickedit.com)
- [Neovim](https://neovim.io/)
- [Code](https://github.com/elementary/code)
These are defined in a list at the top of the file:
@ -331,6 +333,6 @@ editor might be found.
```ts
{
name: 'Visual Studio Code',
paths: ['/usr/bin/code'],
paths: ['/usr/share/code/bin/code', '/snap/bin/code', '/usr/bin/code'],
},
```