Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1020 Bytes

File metadata and controls

36 lines (25 loc) · 1020 Bytes

VS Code AI Desktop POC

這個 repo 是一個以 npm workspaces 建立的輕量 monorepo,用來展示 AI desktop application 在 VS Code / VSCodium 相容環境中的文件 surface POC。

內容

  • extensions/markdown-workbench: 可執行的 VS Code extension,提供 Markdown custom editor 與 metadata side view
  • demo-workspace: 用來 demo 的 Markdown 與 sidecar YAML 範例
  • spec.md: 模擬對客戶可交付的規格文件

快速開始

npm install
npm run compile
npm run lint
npm run test
code .

接著在 VS Code 內按 F5 啟動 Extension Development Host,開啟 demo-workspace,對 *.md 使用 Reopen With...,選擇 AI Desktop Surface

常用指令

npm run compile
npm run lint
npm run test
npm run package:vsix

備註

  • POC 使用標準 VS Code Extension API,視為與 VSCodium fork 的 API 層相容。
  • 未包含 Electron app shell 客製化、IDE chrome 隱藏、真實 LLM 呼叫與 built-in extension 管理。