@vscode/markdown-editor 0.0.2-75 → 0.0.2-77
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 +5 -0
- package/dist/web-editors.js +1362 -1292
- package/dist/web-editors.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -24,3 +24,8 @@ pnpm test:e2e
|
|
|
24
24
|
pnpm build
|
|
25
25
|
pnpm build:explorer
|
|
26
26
|
```
|
|
27
|
+
|
|
28
|
+
Playwright reuses test servers from the same worktree using a deterministic
|
|
29
|
+
worktree-specific port pair. Set `VSCODE_MARKDOWN_EDITOR_E2E_BASE_PORT` to the
|
|
30
|
+
first port of a different adjacent pair if the generated ports conflict with
|
|
31
|
+
another local service.
|