Azure AI Agent学習記録
id:azure-ai-agent
VSCode Insiderのコンソールコマンド「code-insiders」をMacで有効化 (command not found: code-insidersエラー)
件名の通りですが、code-insidersコマンドを使おうとしたとき、 $ code-insiders --add-mcp '{"name":"playwright","command":"npx","args":["@playwright/mcp@latest"]}' zsh: command not found: code-insiders というようにcommand not found: code-insidersエラーが出ることがあります。 対応方法としては、以下のよう…