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
Inside vscode.ts, we use (self.require as FixMeLater) = loader to add the loader. I'm not sure the proper way to type this since require is a property we're defining on self.
This is a follow-up item to #3760
Notes
Inside
vscode.ts
, we use(self.require as FixMeLater) = loader
to add the loader. I'm not sure the proper way to type this sincerequire
is a property we're defining onself
.@code-asher also notes:
I think additional context is needed in order for this to be worked on.
Link to Loader upstream: https://github.com/microsoft/vscode-loader/blob/main/src/loader.d.ts#L280
The text was updated successfully, but these errors were encountered: