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
Instead having to specify dirPath: string we could just use dir: Path.
This could either be a instance of a path class similar to how we do for editors, text documents, uris etc or it could be a type pointing to a string. eg type Path = string
The text was updated successfully, but these errors were encountered:
Instead having to specify
dirPath: string
we could just usedir: Path
.This could either be a instance of a path class similar to how we do for editors, text documents, uris etc or it could be a type pointing to a string. eg
type Path = string
The text was updated successfully, but these errors were encountered: