-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
157f013
commit 50c21b3
Showing
17 changed files
with
2,179 additions
and
2,181 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
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ npm-debug.log | |
bin/** | ||
obj/** | ||
tmp/** | ||
tsconfig.tsbuildinfo |
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 @@ | ||
v16.14.2 |
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,33 @@ | ||
# Contributing to the IPyWidgets npm package for Jupyter Extension in Visual Studio Code | ||
|
||
## Contributing a pull request | ||
|
||
### Prerequisites | ||
|
||
1. [Node.js](https://nodejs.org/) 16.14.2 | ||
2. [npm](https://www.npmjs.com/) 8.15.1 | ||
4. Windows, macOS, or Linux | ||
5. [Visual Studio Code](https://code.visualstudio.com/) | ||
|
||
### Setup | ||
|
||
```shell | ||
git clone https://github.com/Microsoft/vscode-jupyter-ipywidgets | ||
cd vscode-jupyter-ipywidgets | ||
npm ci | ||
``` | ||
|
||
### Build | ||
|
||
You can compile from the command-line. For a full compile you can use: | ||
|
||
```shell | ||
npx run build:dev | ||
``` | ||
|
||
### Errors and Warnings | ||
|
||
TypeScript errors and warnings will be displayed in the `Problems` window of Visual Studio Code. | ||
|
||
## Branches | ||
* `main` branch is to be used for the maintenance of the v8 package (`@vscode/jupyter-ipywidgets8`). |
Oops, something went wrong.