You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/v1_102.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -560,6 +560,8 @@ In other words, we get the best of both worlds: a reliable sign-in flow that wor
560
560
561
561
While we were at it, we also gave this [landing page a fresh coat of paint](#revamped-github-sign-in-flow). In future iterations, we'll apply this new design to other sign-in experiences.
562
562
563
+

564
+
563
565
## Extension Authoring
564
566
565
567
### Allow opening files when using `vscode.openFolder` command
@@ -589,12 +591,6 @@ We now use multiple `tsconfig.json` files to ensure our source code adheres to o
589
591
590
592
The [`vscode-bisect`](https://github.com/Microsoft/vscode-bisect) project has been around for a long time allowing to find regressions in VS Code builds (what `git bisect` does for `git`). We added a new `--sanity` option that allows us to quickly go through our [sanity check](https://github.com/microsoft/vscode/wiki/Sanity-Check) that is mandatory before we release a new build.
591
593
592
-
### Redesigned landing page for authentication redirects
593
-
594
-
When you go through an authentication flow with for example GitHub, you are now redirected to a redesigned landing page to continue back into your VS Code session.
595
-
596
-

597
-
598
594
## Notable fixes
599
595
600
596
*[vscode-copilot-release#6073](https://github.com/microsoft/vscode-copilot-release/issues/6073) - Agent should not suggest `&&` in Windows PowerShell
0 commit comments