-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- No user-facing changes - Security fixes in dependencies - Update internal dependencies: Node v16, npm v8 - Close #126
- Loading branch information
1 parent
ea39015
commit 6d6a3ec
Showing
14 changed files
with
1,740 additions
and
736 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Folders | ||
.idea/ | ||
.vscode-test/ | ||
.@vscode/test-electron/ | ||
node_modules | ||
out | ||
|
||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.vscode/** | ||
.vscode-test/** | ||
.@vscode/test-electron/** | ||
out/test/** | ||
out/**/*.map | ||
src/** | ||
|
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Getting started | ||
|
||
To contribute to this project, install the following dependencies: | ||
|
||
1. Install dependencies | ||
1. Node 16 (automatically comes with npm 8) | ||
1. VS Code (of course!) | ||
1. Clone the repo | ||
1. Setup the repo | ||
1. `npm install` | ||
|
||
To verify everything is set up correctly, open the "Run and Debug" viewlet (`Ctrl+Shift+D`) and Start Debugging the "Launch Extension" configuration (`F5`). This should open a new VS Code window that has the extension activated :) |
Oops, something went wrong.