Open tschf opened 5 years ago
cc/ @martindsouza
@tschf Good description of what is happening. Some thoughts:
.vscode
folder. I know you want an agnostic approach (for Atom etc) but it's something to consider. I've seen a lot of projects do this. It keeps the editor specific files outside of the root of the main project. Think outside of this project. If all extensions did this it could make a project look cluttered.
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:
Then, when compiling a specific file, get the workspace of the active file to select a target from relevant workspace:
See: https://code.visualstudio.com/docs/extensionAPI/vscode-api#_workspace