Sanders Lauture

Results 71 comments of Sanders Lauture

So I just checked out these themes on https://chriskempson.github.io/base16/ (well technically my updated fork -> https://github.com/golf1052/base16/tree/gh-pages) and for all three of these themes it looks like they just don't work...

Tried to get this working again. Ran into an issue at [this line](https://github.com/microsoft/vscode/blob/b07d19a768b42af2aa8f78f8b1b68978f14f9bd9/src/vs/workbench/services/authentication/browser/authenticationService.ts#L422). Didn't try debugging from source.

Debugged from source, the internal authentication extensions [have this in their `package.json`](https://github.com/microsoft/vscode/blob/d95abcca6683508a217cb7ec977cbe7521035b5f/extensions/github-authentication/package.json#L37-L42) ```json "contributes": { "authentication": [ { "label": "CodeSync", "id": "codesync" } ] } ``` CodeSync now appears in...

https://github.com/microsoft/vscode/issues/88309#issuecomment-783745168 just closed. This should be possible now.

Does the customized version use different paths for the extensions directory, settings directory, etc?

Sorry it took me a while to get to this, I just published 2.7.0 which lets you set the VSCode executable name and the VSCode user settings path. The new...

Yep after deploying I also ran into this bug, I'm just testing the fix now. 2.7.1 should be available shortly.

2.7.1 is now released. try that.

Can you try exiting VSCode, deleting the settings.json file, and then launching VSCode again?