cursorless
cursorless copied to clipboard
Type representation of a file path
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