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

Multi-root support (Multiple Django projects, same VSCode window) #1

Open
txels opened this issue Jun 4, 2021 · 1 comment
Open
Assignees

Comments

@txels
Copy link

txels commented Jun 4, 2021

I have a setup where I use a VSCode workspace because I manage various django and frontend "microservices" from one IDE session. In this situation the kolo extension doesn't work. Apparently it doesn't "recognise a django project"...?

image

If I open my django project by itself in a separate IDE window then kolo kicks off. But having to deal wih multiple IDE windows is not a convenient setup for me.

@wilhelmklopp wilhelmklopp self-assigned this Jun 4, 2021
@wilhelmklopp
Copy link
Member

We already talked about this on Slack, but posting here for future readers 👀

I just released 1.0.3 of the VSCode extension, which now lets you specify a projectName as part of the Kolo VSCode settings:
image

This doesn't yet add support for multiple django projects in the same VSCode window, but it does make it possible to select one of the django projects and have it show up in Kolo, even if the django project isn't at the root of the opened vscode workspace.


It would be cool to natively support multiple django projects showing up with Kolo in the same VSCode window/workspace. VScode calls this "multi workspace root support" (as far as I'm aware), so I'm going to take the liberty to rename this issue to that. There are some additional complexities with multi-root support, so it might take a while to get around to this and implement it, but looking forward to eventually making that happen too!

Relevant links:

@wilhelmklopp wilhelmklopp changed the title Kolo VS extension doesn't work when on a workspace Multi-root support (Multiple Django projects, same VSCode window) Jun 4, 2021
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

2 participants