You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension should not directly or indirectly rely on any native (c code) dependencies.
This will introduce incompatibilities with different versions of VS Code (as these are built during npm install).
The extension should not directly or indirectly rely on any native (c code) dependencies.
This will introduce incompatibilities with different versions of VS Code (as these are built during npm install).
This needs to be added on CI,