Skip to content

Commit f83ca60

Browse files
authored
Merge branch 'trunk' into use-blueprints-v2-runner-in-cli
2 parents 3ba7475 + 1f72133 commit f83ca60

File tree

31 files changed

+420
-72
lines changed

31 files changed

+420
-72
lines changed

.vscode/launch.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,23 @@
6464
"cwd": "${workspaceFolder}",
6565
"autoAttachChildProcesses": true
6666
},
67+
{
68+
"name": "Debug Playground CLI with DWARF Symbols",
69+
"request": "launch",
70+
"type": "node",
71+
"runtimeVersion": "23",
72+
"runtimeExecutable": "npx",
73+
"runtimeArgs": [
74+
"nx",
75+
"debug",
76+
"playground-cli",
77+
"server",
78+
],
79+
"args": "${input:playgroundCliCommand}",
80+
"cwd": "${workspaceFolder}",
81+
"autoAttachChildProcesses": true,
82+
"enableDWARF": true
83+
},
6784
{
6885
"name": "Launch Chrome",
6986
"request": "launch",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"useWorkspaces": true,
55
"useNx": true
66
}

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/docs/site/docs/main/quick-start-guide.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ https://playground.wordpress.net/?plugin=coblocks&plugin=friends&theme=pendant
5151

5252
<ThisIsQueryApi />
5353

54-
:::info Plugin directory doesn't work in WordPress Playground
55-
56-
Plugins must be installed manually because your WordPress site doesn't send any data to the internet. You won't be able to navigate the WordPress plugin directory inside `/wp-admin/`. The Query API method may seem to contradict that, but behind the scenes it uses the same plugin upload form as you would.
57-
58-
:::
59-
6054
## Save your site
6155

6256
To keep your WordPress Playground site for longer than a single browser session, you can export it as a zip file.

0 commit comments

Comments
 (0)