We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
vscode.proposed.d.ts
AuthenticationSession
This was asked about on Twitter
The text was updated successfully, but these errors were encountered:
Tried to get this working again. Ran into an issue at this line. Didn't try debugging from source.
Sorry, something went wrong.
Debugged from source, the internal authentication extensions have this in their package.json
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.
Settings Sync
microsoft/vscode#88309 (comment) just closed. This should be possible now.
No branches or pull requests
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
butAuthenticationSession
is not which blocks any testing at the moment.This was asked about on Twitter
The text was updated successfully, but these errors were encountered: