Skip to content

Add VS Code Studio connector scaffold - #84

Merged
chubes4 merged 1 commit into
trunkfrom
vscode-extension-scaffold
Jun 18, 2026
Merged

Add VS Code Studio connector scaffold#84
chubes4 merged 1 commit into
trunkfrom
vscode-extension-scaffold

Conversation

@chubes4

@chubes4 chubes4 commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • generate an initial plugins/vscode/ VS Code extension scaffold
  • add commands to check the Studio CLI and show/copy WordPress Studio MCP config
  • include shared skills, generated MCP config, docs, and verifier coverage

Fixes #81

Notes

  • The VS Code Marketplace publisher is intentionally a placeholder until ownership is decided.
  • This does not publish to the Marketplace or add publishing credentials.

Testing

  • pnpm build
  • pnpm verify
  • node --check plugins/vscode/extension.js

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (GPT-5.5)
  • Used for: Drafted and implemented the VS Code connector scaffold, generated output, docs, and verification, then ran build and syntax checks.

@chubes4
chubes4 force-pushed the vscode-extension-scaffold branch from bc1e07e to f3348f0 Compare June 18, 2026 14:24
@chubes4

chubes4 commented Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Updated to remove the placeholder publisher entirely. The generated VS Code manifest now uses publisher: "automattic", and docs/verifier checks were updated accordingly.

Verification after update:

  • pnpm build
  • pnpm verify
  • node --check plugins/vscode/extension.js

@chubes4
chubes4 force-pushed the vscode-extension-scaffold branch from f3348f0 to 45fb243 Compare June 18, 2026 14:37
@chubes4
chubes4 force-pushed the vscode-extension-scaffold branch from 45fb243 to 8d5b0cd Compare June 18, 2026 14:42
@chubes4

chubes4 commented Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Updated verifier reporting while resolving the rebase: the success message now comes from the executed verification task list, and failures are prefixed with the surface name.

Verification after update:

  • pnpm build
  • pnpm verify
  • node --check plugins/vscode/extension.js

@chubes4
chubes4 merged commit 764efb9 into trunk Jun 18, 2026
@chubes4
chubes4 deleted the vscode-extension-scaffold branch June 18, 2026 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build WordPress Studio VS Code Marketplace extension

1 participant