If I have multiple project folders, currently it only observed the build file from the first folder.
Notes: On first activation, go over all workspace folders to set up build targets:
vcode.workspace.workspaceFolders
Then, when compiling a specific file, get the workspace of the active file to select a target from relevant workspace:
vscode.workspace.getWorkspaceFolder(uri)
See: https://code.visualstudio.com/docs/extensionAPI/vscode-api#_workspace