Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TUSBのDatapackをDHP v4 でCIテストを行う #628

Open
waxsd100 opened this issue Dec 24, 2024 · 1 comment
Open

TUSBのDatapackをDHP v4 でCIテストを行う #628

waxsd100 opened this issue Dec 24, 2024 · 1 comment
Assignees

Comments

@waxsd100
Copy link
Collaborator

waxsd100 commented Dec 24, 2024

https://spyglassmc.com/

やり方エイヤ案

  1. CI 環境上に VSCode (または VSCode のテストランナー) をインストール
  2. 「code --install-extension spgoding.datapack-helper-plus」で拡張機能をインストール
  3. 拡張機能が動作するようにワークスペースをセットアップ
  4. ヘッドレス起動して拡張機能が提供する言語サーバー(LSP)を動かし、診断結果を取得
  5. 診断結果を標準出力なりログファイルなりで取得し、CI で「エラーがあれば失敗」と判断するロジックを自前で整備
@waxsd100
Copy link
Collaborator Author

  1. VSCode テストランナー (@vscode/test-electron など) を使って VSCode をヘッドレス起動
  2. DPH+ を拡張機能としてインストールした状態で、テスト用のスクリプトを実行
  3. テストスクリプトで、VSCode の「診断情報 (Diagnostics)」を取得
  4. 具体的には、DPH+ が解析対象とするフォルダを開いた状態で、VSCode の API を通じて「現在のドキュメントやワークスペースで発生しているエラー・警告」を取得
  5. エラーや警告があれば CI のジョブを失敗 (exit code 1) にする

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

No branches or pull requests

1 participant