diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e1622143..3b852200 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -149,6 +149,7 @@ We keep track of all the files we've changed with Void so it's easy to rebase: - CONTRIBUTING.md - VOID_USEFUL_LINKS.md - product.json +- package.json - src/vs/workbench/api/common/{extHost.api.impl.ts | extHostApiCommands.ts} - src/vs/workbench/workbench.common.main.ts diff --git a/extensions/void/.vscode/settings.json b/extensions/void/.vscode/settings.json index 3e6c33c2..3100dfe2 100644 --- a/extensions/void/.vscode/settings.json +++ b/extensions/void/.vscode/settings.json @@ -8,7 +8,7 @@ "**/.DS_Store": true, "**/Thumbs.db": true, "out": false, - "**/node_modules": false + "**/node_modules": true }, "search.exclude": { "out": true // set this to false to include "out" folder in search results diff --git a/extensions/void/README.md b/extensions/void/README.md index 04d86826..d455ba30 100644 --- a/extensions/void/README.md +++ b/extensions/void/README.md @@ -1 +1,11 @@ Please see the `CONTRIBUTING.md` for information on how to contribute :)! + + +Here's an overview on how the extension works: + +- The extension mounts in `extension.ts`. + +- The Sidebar's HTML (everything in `sidebar/`) is built in React, and it's rendered by mounting a `