Workspace (.fbsws)
A workspace file has the extension .fbsws and contains a list of the relative paths to the project folders of the workspace projects. The paths each end with a forward slash (/).
The file can be edited to add or remove a project from a workspace.
Example:
{
"projects": [
"../MonitorTest.fbsdev/",
"../Logging.fbslib/",
"../LoggingVariables.fbslib/"
]
}