Martin Aeschlimann

Results 100 comments of Martin Aeschlimann

We are working on the documentation to describe what is needed for extensions to run in a browser-only environment. There extensions are run in a web worker. Many restrictions apply,...

From reading https://www.rfc-editor.org/rfc/rfc7230#section-5.4, my understanding is that a proxy needs to replace the host header with the name of the host to which it makes the request. The `X-Forwarded-Host` can...

I think the problem is that the extension is missing the activationEvent for the command.

If the extension has only snippets (using the contribution point [contributes.snippets](https://code.visualstudio.com/api/references/contribution-points#contributes.snippets)) (or other declarative contributions) it works as both a web and node extension, no changes needed. If the extension...

I think you would have to come up with a PR here yourself... This is a bit of work (also later, when maintaining such an API) and unless there's a...

Maybe a corrupt server install? Please delete `/home/username/.vscode-server/bin` on the remote machine, close all windows and try again.

This is quite a mystery to me. `require('minimist')` is the first statement in our main file (`.vscode-server/bin/c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5/out/server-main.js`) and 'minimist' should be found in `server/bin/c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5/node_modules/minimist` which you say is there. I...

We offer the polling only for WSL1 distros. The settings is `remote.WSL.fileWatcher.polling`. @yoshiotobe Are the files on the Windows mount (`/mnt/...`) or on folder in the Linux file system (e.g....