SE の雑記

SQL Server の情報をメインに Microsoft 製品の勉強内容を日々投稿

Archive for the ‘GitHub’ tag

GitHub Copilot Coding Agent の動作の基本的なカスタマイズ

leave a comment

SQL Server 運用ツールの作成で GitHub Copilot Coding Agent を活用してみる でツール作成を実施する中で、GitHub Copilot Coding Agent (以下、Coding Agent) を活用していました。

カスタマイズ に記載されている内容について、一通り試せたかと思いますので、私が試した内容をまとめておきたいと思います。

https://gist.github.com/MasayukiOzawa/1dd6d84ea2a66e3d4ff9cc8b26220e99 でもまとめています。

Read the rest of this entry »

Written by Masayuki.Ozawa

7月 8th, 2025 at 11:28 pm

GitHub Copilot Coding Agent で Playwright を使用した画面キャプチャの取得

leave a comment

GitHub Copilot Coding Agent の Update として次の 2 つのアナウンスがありました。

この中で、Copilot coding agent now has its own web browser として、Coding Agent でデフォルトで Playwright を使用することができるようになったというアップデートがありましたので、試してみました。

Read the rest of this entry »

Written by Masayuki.Ozawa

7月 4th, 2025 at 7:59 pm

GitHub Copilot の学習用コンテンツについて

leave a comment

GitHub Copilot を使用する際に参照しておきたいコンテンツをまとめておきたいと思ったので本投稿を作成しました。

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 20th, 2025 at 5:32 pm

Posted in GitHub,GitHub Copilot

Tagged with ,

Azure Data Studio で GitHub Copilot を使用する

leave a comment

Azure Data Studio (ADS) 1.44 以降は、GitHub Copilot の拡張機能 (Extension) が含まれるようになり、SQL を記述する際に GitHub Copilot を活用することができるようになりました。

image

個人向けの GitHub Copilot (GitHub Copilot for Individuals) は使用できるようにしているので、Azure Data Studio ではどのように活用できるようになっているのかを確認してみました。

Read the rest of this entry »

Written by Masayuki.Ozawa

8月 9th, 2023 at 5:19 pm