## 事象
[[Playwright Test for VSCode]]のv0.2.13にて、[[Windows 10]]環境下で`Run in Debug Mode`を実行すると以下のエラーが出る。
```
テストを実行しようとしてエラーが発生しました: TypeError: Cannot read properties of undefined (reading 'setReuseBrowser')
```
詳細は https://github.com/microsoft/playwright/issues/18424 を参照。
## 原因
不明。
## 解決方法
[[Playwright Test for VSCode]]のバージョンをv1.0以上にアップデートする。
> [!caution]
> v1.0以前に作成したプロジェクトそのままでは動かず別のエラーが出る。
## 参考
- [Both "Show browser" or "Run in Debug Mode" are not working · Issue \#18424 · microsoft/playwright](https://github.com/microsoft/playwright/issues/18424)