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-workspaceDepending on the workspace that is opened, the value will be:
undefinedwhen no workspace or a single folder is openedUriotherwise.Note: it is not advised to use
workspace.workspaceFileto write configuration data into the file.