3timeslazy / vscodium-devpodcontainers

VSCodium extension for devcontainer remote development using DevPod.
GNU Affero General Public License v3.0
7 stars 2 forks source link

Detect devpod cli on windows #9

Open herrwusel opened 6 days ago

herrwusel commented 6 days ago

Follow-up issue on the discussion here.

Searching for the bin is happening here, correct?

3timeslazy commented 6 days ago

Searching for the bin is happening here, correct?

Correct

herrwusel commented 2 days ago

I have some time to have a look on a windows machine. Can you give me a starter on how to debug an extension? I tried running the extension from within the repository without any success. Something about missing a module:

Activating extension '3timeslazy.vscodium-devpodcontainers' failed: Cannot find module 'c:\Users\dev\Documents\vscodium-devpodcontainers\dist\extension.js' Require stack: - c:\Users\dev\scoop\apps\vscodium\1.93.1.24256\resources\app\out\bootstrap-fork.js.

Any tips/idea on what Im doing wrong here?

Installing the required modules seems to help..

herrwusel commented 2 days ago

Very weird: I hardcoded the correct path for devpod and still get an ENOENT: no such file or directory error. My typescript skills are limited but I will keep trying. image