Skip to content

feat: add VS Code (GitHub Copilot) platform support#411

Open
NishanthMolleti wants to merge 2 commits intosafishamsi:v4from
NishanthMolleti:feat/vscode-platform-support
Open

feat: add VS Code (GitHub Copilot) platform support#411
NishanthMolleti wants to merge 2 commits intosafishamsi:v4from
NishanthMolleti:feat/vscode-platform-support

Conversation

@NishanthMolleti
Copy link
Copy Markdown

Adds graphify vscode install/uninstall which writes a graphify section to .github/copilot-instructions.md — the file GitHub Copilot Chat in VS Code picks up automatically for every conversation.

  • Add skill-vscode.md with the copilot-instructions content
  • Add _vscode_install/_vscode_uninstall functions in main.py
  • Handle graphify vscode install/uninstall CLI commands
  • Handle graphify install --platform vscode
  • Register skill-vscode.md in pyproject.toml package-data
  • Update README platform tables and docs

Fixes #374

NishanthMolleti and others added 2 commits April 16, 2026 21:37
Adds `graphify vscode install/uninstall` which writes a graphify section
to .github/copilot-instructions.md — the file GitHub Copilot Chat in
VS Code picks up automatically for every conversation.

- Add skill-vscode.md with the copilot-instructions content
- Add _vscode_install/_vscode_uninstall functions in __main__.py
- Handle `graphify vscode install/uninstall` CLI commands
- Handle `graphify install --platform vscode`
- Register skill-vscode.md in pyproject.toml package-data
- Update README platform tables and docs

Fixes safishamsi#374
…eam vscode implementation

Resolves conflicts between our vscode feature branch and upstream v4 which
independently added VS Code support plus new platforms (Kiro, Antigravity,
Hermes). Adopted upstream's vscode_install/vscode_uninstall implementation
(installs skill globally + writes copilot-instructions.md) and upstream's
skill-vscode.md (full pipeline skill file). Kept both skill-kiro.md and
skill-vscode.md in package-data.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

Not able to install in VScode

1 participant