Ives van Hoorne
Ives van Hoorne
Interesting, it seems like we didn't update the right SSH config. Could you check whether `$HOME\.ssh\config` file exists?
Very interesting, I wonder if it's because there are spaces in the path. Will double check.
Oh, it automatically closed from the PR I merged. I have committed a potential fix, could you update the VSCode extension of CodeSandbox to `0.2.52` and try again?
Oh, that's very surprising. Could you check what extensions are enabled?
Very surprising... What do your VSCode settings contain? Maybe the extension is blocked from adding an item. Or the VSCode extension doesn't load, which would be even more surprising.
Hmm I can't see anything that would indicate that CodeSandbox extension doesn't activate 🤔 . I will run a test on Windows to be sure, but I'm at a loss...
I wonder if this could be a general issue as well? Because when we want to execute code, we also wrap that code itself inside a function, like this: ```...
Hey! I cannot seem to repro this issue, are you still experiencing this? I've seen before that an adblocker could prevent some dependencies from being downloaded. Could that maybe be...
Heya! Looking at this right now... I've not developed with a local version of `dependency-packager` before, I've always either developed them separately or deployed the packager to a dev url...
Hmm, that's indeed weird, for me this sandbox works: https://codesandbox.io/s/priceless-hooks-q1w2o?file=/src/index.ts. I changed the import statement in `index.html` back, it turns out that we were not detecting the minified esmodules properly....