Skip to content

Commit

Permalink
visual code extension
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi committed Sep 10, 2024
1 parent fe5b975 commit ec7dd9c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions linux-ext-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,13 @@ copy to ```~/.config/vifm/colors``` [color scheme](https://vifm.info/colorscheme
```:colorscheme <tab>```

## visual code extensions
[create custom](https://code.visualstudio.com/api/get-started/your-first-extension)
```sh
npx --package yo --package generator-code -- yo code
```
select option "open in code"
run in "debug" mode - will open another 'code' with your extension

```sh
## common
codium --install-extension nick-rudenko.back-n-forth
Expand Down

0 comments on commit ec7dd9c

Please sign in to comment.