Replies: 1 comment
-
|
Ah there are even more issues appearing :/ Edit {"file_path":"/home/node/app.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to use Qwen code within a VSCode dev container.
I have qwen installed on my host. But I would prefer not to change the devcontainer.json, since not everyone in my team will use qwen, so I prefer to use my host qwen within my dev container. I found out that vscode has the option to start a local terminal of the host system:
Strg+Shift+P>Terminal: Create New Integrated Terminal (Local). I had to install qwen extension manually. When I runqwenand/ide enablethen I am getting the following error:/home/node/app is the path of my devcontainer.
On my host system it would be something like ~/repo/app
The host path is even shown on the lower left of qwen.
If i set
export QWEN_CODE_IDE_WORKSPACE_PATH=~/repo/appthen I the error goes away.
But this is a pretty inconvenient way to get it running.
Would it be possible to tell qwen extension, it should use the path on the lower left of its terminal (~/repo/app) as a fallback to the env variable that is set to /home/node/app ?
Beta Was this translation helpful? Give feedback.
All reactions