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
fix: add typecheck step to the build to catch compilation errors
This fix adds typecheck script which runs `tsc --noEmit` to verify there
is no compilation errors. This would catch errors if extension's code
is using not existing API.
Signed-off-by: Denis Golovin <dgolovin@redhat.com>
0 commit comments