0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

6 commits

Author SHA1 Message Date
Džiugas Eiva
71f0189ed5
vscode: add support for VSCodium (#9080)
Co-authored-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-07-11 22:59:58 +02:00
Andy Pickle
f9a2d8cae3
vscode: add documentation for running in macOS (#8674) 2020-02-24 20:13:16 +01:00
Babak K. Shandiz
7ff77120c1
vscode: use insiders build if stable not found (#8568)
* 🔨 Add calling VS Code Insiders

* ✏️ Update README.md
2020-01-29 13:51:40 +01:00
George Cheng
7b75163543 vscode: add code-insiders support (#7836) 2019-05-08 16:32:27 +02:00
Fernando
5cf46edef3 vscode: rename vsce and vsced aliases (#7190)
Changed aliases from
```
alias vsce='code --extensions-dir'
alias vsced='code --disable-extensions'
```
to
```
alias vsced='code --extensions-dir'
alias vscde='code --disable-extensions'
```

`vsce` is the command line to publish extensions:
https://code.visualstudio.com/docs/extensions/publish-extension
2018-10-02 21:54:43 +02:00
Roman Sedov
da8745eb9a convenient vscode plugin for oh-my-zsh (#6903) 2018-07-03 17:45:42 +02:00