cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

Type representation of a file path

Open AndreasArvidsson opened this issue 1 year ago • 0 comments

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

AndreasArvidsson avatar Jan 23 '25 18:01 AndreasArvidsson