Osvaldo Ortega

Results 16 comments of Osvaldo Ortega

@bpasero how did you removed it? Just regular delete key on the tree entry or do you mean removing the setting?

I believe this PR might have fixed the issue: https://github.com/microsoft/vscode/pull/248565/files Mind trying to repro?

To verify: 1. Run copilot search 2. Iterate over results with f4 3. Delete one result entry 4. Keep iterating with f4 5. Delete all results 6. Make sure the...

Closing in favor of https://github.com/microsoft/vscode/issues/249617

@simon-id the Code OSS build is gone, could you please close and reopen the PR to trigger another build?

I believe the default setting for Codespaces is always `readme` unless otherwise specified by the `devcontainer.json` that is sent from the GitHub API to the Codespaces web server. There might...

For now I merged the fix that surfaces the confirmation to the user. We can explore something else in the future about making it actionable from the same view

@benvillalobos it should be in the context menu of the cloud sessions, you don't see it there?

This should fix it https://github.com/microsoft/vscode/pull/281621#event-21395146426, looks like the extension still can only compute a diff from a worktree so non-worktrees would fail even after merging this