一覧へ戻る v2.1.56

バックナンバー · BACK ISSUE

v2.1.56

1 修正 · 1 件の変更

VS Code の openLast コマンドのクラッシュを修正する単発パッチです。

修正 Fix 1
  • [VSCode] 「command 'claude-vscode.editor.openLast' not found」クラッシュの別の原因を修正。

    idewindows

    詳しく
    VS Code 拡張機能で発生していた「command 'claude-vscode.editor.openLast' not found」というクラッシュの、別の原因を修正しました。claude-vscode.editor.openLast は VS Code 内で直近のエディタを開くための内部コマンドで、これが見つからずにクラッシュするケースが残っていました。今回の修正でそのパターンが解消されるため、VS Code 上で Claude Code を使っていてこのエラーに遭遇していた人は影響を受けます。
原文 Markdown を表示
## 2.1.56

- VS Code: Fixed another cause of "command 'claude-vscode.editor.openLast' not found" crashes