Skip to content

Add "filePath" to config and open file

Paul Slaughter requested to merge ps-open-file-path-from-config into main

Description

This MR adds filePath? to the user config so that it will open the given file by default. You can test this in the example app use the path query parameter.

Screenshots

🎉 No changes by default

Screen_Shot_2022-12-15_at_8.47.47_AM

It won't do anything with directories 😞

Screen_Shot_2022-12-15_at_8.48.31_AM

🎉 It can open files

Screen_Shot_2022-12-15_at_8.48.12_AM

🎉 It can create new files!

Screen_Shot_2022-12-15_at_8.49.07_AM

🎉 It can create new nested files

Screen_Shot_2022-12-15_at_8.49.43_AM

Edited by Paul Slaughter

Merge request reports