Skip to content

Commit

Permalink
Update Usage in README
Browse files Browse the repository at this point in the history
  • Loading branch information
LujunWeng committed Oct 12, 2018
1 parent d8b3bbf commit 51d63fd
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# VSC Terminal
Hacking [VS Code](/~https://github.com/Microsoft/vscode) to make the integrated terminal work as an standalone app.

## Instruction
### Build and Run
## Usage
Similar to the original integrated terminal. `Quick Open` is kept and some commands can be access through it.

For example, if you want to select the default shell in Windows, Press `F1` and Input `Select Default Shell`.

Also, if the terminal does not show up in some cases, Press `F1` and Input `Toggle Integrated Terminal`

The setting file is the same as VS Code.
```
Windows: %APPDATA%\vscterm\User\settings.json
macOS: $HOME/Library/Application Support/vscterm/User/settings.json
Linux: $HOME/.config/vscterm/User/settings.json
```

## Build and Run
Refers to [Code's contribution page](/~https://github.com/Microsoft/vscode/wiki/How-to-Contribute)

Or, to put it simply:
Expand Down

0 comments on commit 51d63fd

Please sign in to comment.