pub fn Parse() -> Option<PathBuf>Expand description
Parse CLI arguments and extract workspace path.
Looks for a .code-workspace file argument in the command-line arguments and returns it if found.
ยงReturns
Returns the workspace file path if found, or None.