@vscode/markdown-editor 0.0.2-76 → 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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/markdown-editor",
3
- "version": "0.0.2-76",
3
+ "version": "0.0.2-77",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -71,7 +71,7 @@
71
71
  "build:fixture-dependencies": "pnpm run build:dependencies && pnpm --filter @vscode/component-explorer-vite-plugin... build && pnpm --filter @vscode/sample-web-editor build",
72
72
  "build:fixtures": "vite build --config vite.fixture.config.ts --outDir dist-explorer --emptyOutDir",
73
73
  "build:explorer": "pnpm run build:fixture-dependencies && pnpm run build:fixtures",
74
- "serve:e2e-fixtures": "vite preview --config vite.fixture.config.ts --outDir dist-explorer --port 5179 --strictPort",
74
+ "serve:e2e-fixtures": "vite preview --config vite.fixture.config.ts --outDir dist-explorer",
75
75
  "dev": "vite build --watch",
76
76
  "pack": "pnpm run build && pnpm pack",
77
77
  "test": "vitest --run",
@@ -111,5 +111,5 @@
111
111
  "vitest": "^4.1.0",
112
112
  "zod": "^4.3.6"
113
113
  },
114
- "gitHead": "a5cb64b2e48a3cac392e26ed31ce9cd693c3db2f"
114
+ "gitHead": "c985224082182091f1bbc868e1d6ee9ef37f72ab"
115
115
  }