Open
Description
In #1648, we introduced a thin wrapper around the VSCode apis for ease of mocking. We'd like to migrate all references to VSCode apis to use this wrapper so that we can be sure we can properly mock all such accesses
- Change all references to
vscode
to usevscodeApi
- Add lint rule to enforce we only reference
vscode
from the file that definesvscodeApi