Results 7 comments of firien

based on @lgarron work (as I have zero Golang experience) here is a demo of: ```js const workerEntryFileURL = new URL("./worker.test.js", import.meta.url); new Worker(workerEntryFileURL, { type: "module" }); ``` being...

if ruby requirement is bumped to 2.5 - native `OpenSSL::KDF.hkdf` can be used. https://github.com/pushpad/web-push/pull/3

your `rdbgPath` looks to contain an executable script, and not a path - I would be shocked if that worked. Are you hoisting your workspace into the container - but...

if you are running vscode locally - and hoisting your workspace into the container then you shouldn't need `rdbgPath` - just the `debugPort` `/workspace` below is whatever path you have...

Are you really running in a dev container? Do you have a Remote Host label like `Dev Container` in the status bar like that?

ah ok so you are in the container, then you shouldn't need the `debugPort` option. You should be able to talk directly to a socket. Something as simple as config...

I believe this should be closed. version 0.1.0 includes both #56 and #91