@vscode/test-web 0.0.47 → 0.0.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/fs-provider/package-lock.json +1736 -0
- package/fs-provider/package.json +4 -4
- package/out/server/app.js +7 -4
- package/out/server/workbench.js +10 -2
- package/package.json +22 -22
package/README.md
CHANGED
|
@@ -90,13 +90,13 @@ Corresponding options are available in the API.
|
|
|
90
90
|
|
|
91
91
|
## Development
|
|
92
92
|
|
|
93
|
-
- `
|
|
93
|
+
- `npm i && npm run install-extensions`
|
|
94
94
|
- Make necessary changes in [`src`](./src)
|
|
95
|
-
- `
|
|
95
|
+
- `npm run compile` (or `npm run watch`)
|
|
96
96
|
|
|
97
|
-
- run `
|
|
97
|
+
- run `npm run sample` to launch VS Code Browser with the `sample` extension bundled in this repo.
|
|
98
98
|
|
|
99
|
-
- run `
|
|
99
|
+
- run `npm run sample-tests` to launch VS Code Browser running the extension tests of the `sample` extension bundled in this repo.
|
|
100
100
|
|
|
101
101
|
|
|
102
102
|
## License
|