You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After completing these steps, you can install dependencies normally with `npm install`. The project's `.npmrc` file is already configured to use GitHub Packages for the `@deepnote` scope.
62
-
63
44
On Apple Silicon, you will have to use system versions of `libsodium` and `libzmq` instead of the bundled ones:
64
45
65
46
```shell
@@ -345,10 +326,6 @@ smoothly, but it allows you to help out by noticing when a step is
345
326
missed or to learn in case someday you become a project maintainer as
346
327
well!
347
328
348
-
### Folder structure
349
-
350
-
At a high level we have a bunch of folders. Each high level is described in this wiki [page](https://github.com/deepnote/vscode-deepnote/wiki/Source-Code-Organization)
351
-
352
329
### Typical workflow
353
330
354
331
Here's an example of a typical workflow:
@@ -364,12 +341,12 @@ Here's an example of a typical workflow:
364
341
1. Test with [`Extension`](https://github.com/deepnote/vscode-deepnote/blob/29c4be79f64df1858692321b43c3079bb77bdd69/.vscode/launch.json#L6) launch task
365
342
1. Repeat until works in normal extension
366
343
1. Test with [`Extension (web)`](https://github.com/deepnote/vscode-deepnote/blob/29c4be79f64df1858692321b43c3079bb77bdd69/.vscode/launch.json#L34) launch task
367
-
1. Run [jupyter notebook server](https://github.com/deepnote/vscode-deepnote/wiki/Connecting-to-a-remote-Jupyter-server-from-vscode.dev) to use in web testing
344
+
1. Run [jupyter notebook server](https://github.com/microsoft/vscode-jupyter/wiki/Connecting-to-a-remote-Jupyter-server-from-vscode.dev-or-github.dev) to use in web testing
368
345
1. Repeat until works in web extension
369
346
1. Write integration tests and [run](https://github.com/deepnote/vscode-deepnote/blob/29c4be79f64df1858692321b43c3079bb77bdd69/.vscode/launch.json#L216) locally.
370
347
1. Submit PR
371
348
1. Check PR output to make sure tests don't fail.
372
-
1. Debug [CI test failures](https://github.com/deepnote/vscode-deepnote/wiki/Tests)
349
+
1. Debug [CI test failures](https://github.com/microsoft/vscode-jupyter/wiki/tests)
0 commit comments