-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
3,532 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ out | |
dist | ||
node_modules | ||
.vscode-test/ | ||
.vscode-test-web/ | ||
*.vsix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,13 @@ | |
Thank you for taking the time to contributing to vscode-which-key. | ||
|
||
## First Time Setup | ||
|
||
1. Install prerequisites: | ||
- [Visual Studio Code](https://code.visualstudio.com/) | ||
- [Node.js](https://nodejs.org/) | ||
2. Fork the repository | ||
3. In a terminal | ||
|
||
```sh | ||
# fork and clone the repository | ||
git clone [email protected]:<YOUR-FORK>/vscode-which-key.git | ||
|
@@ -19,16 +21,21 @@ Thank you for taking the time to contributing to vscode-which-key. | |
# Open in VSCode | ||
code . | ||
``` | ||
4. Go to debug tab select `Run Extension` | ||
|
||
4. Install [TypeScript + Webpack Problem Matchers for VS Code](https://marketplace.visualstudio.com/items?itemName=eamodio.tsl-problem-matcher) | ||
5. Go to debug tab select `Run Extension` | ||
## Default binding menu | ||
The default bindings of `which-key` are separate from the `VSpaceCode` | ||
bindings. To see the bindings from the `package.json` in this repository, run | ||
"Which Key: Show Menu" from the command palette (`Ctrl-Alt-P`, or `SPC SPC` | ||
with `VSpaceCode`). | ||
## Submitting Issues | ||
Feel free to open an issue if the issue you are experiencing is not in already in the [Github issues](https://github.com/VSpaceCode/vscode-which-key/issues). | ||
## Submitting Pull Requests | ||
If you are submitting an pull request (PR) without a tracking issue, consider create an issue first. This is so that we can discuss different implementations if necessary. |
Oops, something went wrong.