Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate supporting new built in Settings Sync #43

Open
golf1052 opened this issue Oct 4, 2020 · 3 comments
Open

Investigate supporting new built in Settings Sync #43

golf1052 opened this issue Oct 4, 2020 · 3 comments

Comments

@golf1052
Copy link
Owner

golf1052 commented Oct 4, 2020

See user guide here

The main thing blocking this is the release of microsoft/vscode#88309

Some APIs are exposed in vscode.proposed.d.ts but AuthenticationSession is not which blocks any testing at the moment.

This was asked about on Twitter

@golf1052
Copy link
Owner Author

Tried to get this working again. Ran into an issue at this line. Didn't try debugging from source.

@golf1052
Copy link
Owner Author

golf1052 commented Dec 1, 2020

Debugged from source, the internal authentication extensions have this in their package.json

"contributes": {
    "authentication": [
        {
            "label": "CodeSync",
            "id": "codesync"
        }
    ]
}

CodeSync now appears in the activity bar UI but doesn't appear in the Settings Sync command dropdown.

@golf1052
Copy link
Owner Author

microsoft/vscode#88309 (comment) just closed. This should be possible now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant