pub fn GetWorkSpaceConfigurationPath() -> ActionEffect<Arc<dyn WorkSpaceProvider>, CommonError, Option<PathBuf>>Expand description
Creates an effect that, when executed, will retrieve the file path of the
current workspace’s configuration file (e.g., the .code-workspace file).
It uses the WorkSpaceProvider capability from the environment.
§Returns
An ActionEffect that resolves with an Option<PathBuf>, containing the
path if a workspace configuration file is open, or None otherwise.