Const
Readonly
The location of the workspace file, for example:
file:///Users/name/Development/myProject.code-workspace
Depending on the workspace that is opened, the value will be:
undefined
Uri
Note: it is not advised to use workspace.workspaceFile to write configuration data into the file.
workspace.workspaceFile
The location of the workspace file, for example:
file:///Users/name/Development/myProject.code-workspace
Depending on the workspace that is opened, the value will be:
undefined
when no workspace or a single folder is openedUri
otherwise.Note: it is not advised to use
workspace.workspaceFile
to write configuration data into the file.