Skip to content

Access to Proposed APIs setting not persisted in vscode 1.70 #393

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

Open
storm1er opened this issue Aug 8, 2022 · 1 comment
Open

Access to Proposed APIs setting not persisted in vscode 1.70 #393

storm1er opened this issue Aug 8, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@storm1er
Copy link

storm1er commented Aug 8, 2022

Describe the bug
Same as #352

CodeTogether Host

  • IDE: VSCode
  • IDE Version 1.70
  • OS: Windows + WSL Ubuntu
  • OS Version: 11

IDE Participant
Not applicable

Browser Participant
Not applicable

Additional context
Not applicable

Workaround (if any)
See #366 (comment)

@storm1er storm1er added bug Something isn't working unreviewed Pending review by development team labels Aug 8, 2022
@TimWebb TimWebb removed the unreviewed Pending review by development team label Sep 6, 2022
@TimWebb
Copy link
Contributor

TimWebb commented Sep 6, 2022

Following up on this issue - the CodeTogether extension runs on the WSL side as it provides more efficient access to language features for remote clients. Unfortunately the way Proposed APIs now works in VS Code, the Windows side of VS Code (on the main OS) also requires authorization to access Proposed APIs.

To workaround this issue, you can either:

  1. Run a short CodeTogether session on the Windows side to enable Proposed APIs there
  2. Follow the following steps to manually activate Proposed APIs on the host side:

From the command palette, run the Preferences: Configure Runtime Arguments command and check if genuitecllc.codetogether is added to the enable-proposed-api entry, for example it should look like the following. If not present, simply add it and restart VS Code.

"enable-proposed-api": [
    "genuitecllc.codetogether"
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants