Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Create taskfile for a sub-folder other than root directory #114

Open
ggomezGH opened this issue Nov 13, 2023 · 0 comments
Open

Comments

@ggomezGH
Copy link

ggomezGH commented Nov 13, 2023

I'm working with Git in a project with multiple code languages (Git, Arduino, etc.), when trying to create a task file, the extension compaints about not having the [workspacefolder.pde] file.

It would be great to being able to compile and run the code in a folder other than the root directory of the workspace, eg. "[Workspace]\src\Processing\prog_name\prog_name.pde

Up until now I was working with sepparate directories for each code language, but I want to consolidate the project in one single repository and still run code locally with this extension.

[Edit]: As stated in #63 I tried to add the folder of the processing sketch directly to the workspace instead of all the Project folder directly, that works as a workaround. I can still compile and run the code so I can work with that for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant