Skip to content

Use workspace tsdk settings without an additional prompt - #64019

Draft
Ryan Cavanaugh (RyanCavanaugh) with Copilot wants to merge 3 commits into
mainfrom
copilot/allow-settings-json-configure-tsdk
Draft

Use workspace tsdk settings without an additional prompt#64019
Ryan Cavanaugh (RyanCavanaugh) with Copilot wants to merge 3 commits into
mainfrom
copilot/allow-settings-json-configure-tsdk

Conversation

Copilot AI commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Trusted workspaces currently require a second confirmation before using a tsdk configured in workspace settings.

Workspace tsdk confirmation prompt

  • Behavior: Use workspace-configured SDKs automatically when the workspace is trusted.
  • Security: Continue rejecting workspace SDKs in untrusted workspaces.
  • Preferences: Preserve explicit opt-outs and previously suppressed prompts.
  • Coverage: Add focused tests for trust and persisted preference combinations.
{
    "js/ts.tsdk.path": "./node_modules/typescript/lib"
}

Copilot AI and others added 2 commits August 25, 2026 21:20
Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>
Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>
Copilot AI changed the title [WIP] Add settings.json option to configure tssdk without prompt Use workspace tsdk settings without an additional prompt Aug 25, 2026
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

Successfully merging this pull request may close these issues.

Allow settings.json to configure tssdk without a prompt

2 participants