https://github.com/kui-shell/vscode-extension
Experimental protoype of Kui vscode extension
https://github.com/kui-shell/vscode-extension
extension kui terminal vscode
Last synced: about 1 month ago
JSON representation
Experimental protoype of Kui vscode extension
- Host: GitHub
- URL: https://github.com/kui-shell/vscode-extension
- Owner: kui-shell
- Created: 2019-05-06T15:18:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T02:13:08.000Z (about 7 years ago)
- Last Synced: 2025-02-13T12:18:32.857Z (over 1 year ago)
- Topics: extension, kui, terminal, vscode
- Language: CSS
- Homepage:
- Size: 651 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Kui VSCode Extension
> WARNING: This is a highly experimental prototype.
This repository provides a VSCode extension for [Kui](https://github.com/IBM/kui).
## Development Guide
1. [Install VSCode](https://code.visualstudio.com/download)
2. Get the source:
```bash
git clone git@github.com:kui-shell/vscode-extension.git
cd vscode-extension
npm install
```
At the moment, the first npm install will take a bit longer, as the
webpack client is built. We hope to optimize this in the future.
3. Open VSCode to this project directory
4. Enter debg mode: F5 is the usual shortcut for this. You should see
a second VSCode window pop up.
5. Now execute the Kui command; the keyboard shortcut for this is
usually Option-X; type or select Kui from the command list.
6. You should see the Kui terminal. Try `ls`.