Commit graph

105011 commits

Author SHA1 Message Date
Matt Bierner 4630d8e4de
Remove more implicit activation events from built-in extensions (#172838) 2023-01-30 17:25:56 -08:00
Peng Lyu b8ef25af1c
💄 merge notebook rendering log channel. (#172877) 2023-01-30 17:00:18 -08:00
Matt Bierner 10ffbae8ae
Use more restrictive lib for markdown language server (#172873) 2023-01-30 16:52:58 -08:00
Matt Bierner fac1eea159
Reset simple browser localResourceRoots on reload (#172834)
This makes us set the `localResourceRoots` when the simple browser is reloaded. In codespaces when switching from stable to insiders, this reload can change the extensionUrl, so we can't use the old local resource roots
2023-01-30 16:46:47 -08:00
Matt Bierner 5be17a3f51
Use uris instead of string paths for TS Server logs (#172872) 2023-01-30 16:28:53 -08:00
Rob Lourens 0d6eb73827
Fix typo in color id (#172871) 2023-01-30 16:13:54 -08:00
Matt Bierner ca0b553b36
Return 408s if webview requests take too long (#172870)
For #166860

This makes our webview service worker return a 408 if a request takes over 30 seconds. Previously we would keep the request open without responding
2023-01-30 16:08:19 -08:00
Connor Peet a39d171680
debug: bump js-debug (#172855) 2023-01-30 14:19:33 -08:00
Matt Bierner e0ea3d9b11
Also route stdlib files through TS Server virtual file system (#172857)
This workaround doesn't seem to be needed any more
2023-01-30 14:14:21 -08:00
Matt Bierner 99d9949a7c
Make remove await quick fix auto fixable (#172854)
Make remove `await` quick fixable

Fixes #172851
2023-01-30 14:09:30 -08:00
Matt Bierner 35b008315a
Fix web compile for TS 5.0 (#172856)
This fixes the error message in `ignoreWarnings` for TS 5.0
2023-01-30 14:09:08 -08:00
Johannes Rieken 62bd5c143c
fix error logging when willSave is aborted (#172847)
https://github.com/microsoft/vscode/issues/164841
2023-01-30 12:46:58 -08:00
Megan Rogge dc7aef1637
allow toggle tab focus mode regardless of editor (#172395) 2023-01-30 14:41:06 -06:00
Ladislau Szomoru 629d643eff
Git - remove gitlens-git from timeline provider (#172844) 2023-01-30 12:25:19 -08:00
Daniel Imms fe39ab03db
Make terminal keybinding WorkbenchContrib (#172680) 2023-01-30 14:22:26 -06:00
Ladislau Szomoru b309525a3b
Git - Limit the enablement "* selected ranges" command palette commands (#172843) 2023-01-30 12:15:33 -08:00
Megan Rogge f6382a4112
improve styling of terminal accessibility help (#172397)
fix #172344
2023-01-30 14:07:07 -06:00
Peng Lyu 81bc84933a
Fix #172794. Stop output updates requests when editor is disposed. (#172841) 2023-01-30 11:54:57 -08:00
Peng Lyu 44ed5f6f31
No longer delay nested editor layout change in nb diff editor. (#172840) 2023-01-30 11:50:37 -08:00
Peng Lyu 66c3ed9660
Render decorations for all cells in the document. (#172839) 2023-01-30 11:50:22 -08:00
Matt Bierner a86726db69
Remove implicit activation events for emmet (#172836)
These are now automatically generated
2023-01-30 11:41:15 -08:00
Matt Bierner 053de7f577
Bump api notebook milestone (#172837) 2023-01-30 11:35:09 -08:00
Ladislau Szomoru 2d4f8aeb53
Git - more conservative approach to refreshing the timeline (#172765) 2023-01-30 11:33:48 -08:00
Ladislau Szomoru 475c59b638
Git - Deprecate the refs property (#172772) 2023-01-30 11:33:37 -08:00
Sandeep Somavarapu 67e936ac69
review implicit public fields (#172833)
review implicit public fields #166603
2023-01-30 11:13:51 -08:00
Daniel Imms adcaa9a390
Merge pull request #172828 from microsoft/tyriar/172302
Fix link format f on line l, col c
2023-01-30 11:10:26 -08:00
Matt Bierner b8e257b126
Avoid Object.create(null) for list renderer (#172826)
For #172317
2023-01-30 10:26:24 -08:00
Matt Bierner 6195d0e91c
Pick up TS 5.0 for insiders (#172825) 2023-01-30 10:17:54 -08:00
Matt Bierner dc7e2819c6
Pick up latest TS for building VS Code (#172824) 2023-01-30 10:15:31 -08:00
Peng Lyu 9edad01d9a
Fix #172593. Use text buffer as source of truth once it is created. (#172594) 2023-01-30 09:53:11 -08:00
Matt Bierner f3edd0e0be
Fix TS Server always logging (#172562)
Fixes #172554
2023-01-30 09:39:19 -08:00
Matt Bierner 317f309a26
Restore notebook layout performance optimization (#172466)
This undoes #167759 now that the root cause has been fixed
2023-01-30 09:38:08 -08:00
SteVen Batten 8cd2eb1b32
remove extra margin/padding for CC (#172650)
refs #157437
2023-01-30 09:19:31 -08:00
Matt Bierner b1a4dfdcfd
TS should ignore github: files (#172603)
Fixes #172597
2023-01-30 08:39:43 -08:00
Alex Ross 4e0f349a7b
Remove unneeded "as any" (#172812) 2023-01-30 16:13:07 +01:00
Sandeep Somavarapu bec74ea2a4
fix #172485 (#172803) 2023-01-30 15:36:47 +01:00
Sandeep Somavarapu 1011dfe88f
Fix #172787 (#172806) 2023-01-30 15:36:07 +01:00
Alex Ross 166b8e2d90
Update grammars (#172807) 2023-01-30 06:27:20 -08:00
Ladislau Szomoru 907e888754
Git - remove the commitInProgress context for the commit message commands (#172761) 2023-01-30 14:25:54 +01:00
Alex Ross 9d435f67c0
Auto forward initial ports that have attributes (#172766)
Fixes #171994
2023-01-30 04:19:40 -08:00
Ladislau Szomoru 3ec25a9fbb
Git - add separator to the checkout quick pick (#172762) 2023-01-30 01:55:15 -08:00
Ladislau Szomoru 1c2d4e6c6c
Git - mark a failed operation completed as soon as the error dialog is shown (#172509) 2023-01-30 09:57:09 +01:00
Johannes Rieken e130330102
Merge pull request #172739 from jeanp413/fix-compilation-windows
Fixes compilation in windows
2023-01-30 09:55:19 +01:00
Henning Dieterichs 12eb489561
Merge pull request #172630 from microsoft/hediet/passive-marmoset
Fixes #166074. When play fails, the sound must be removed from playing sounds.
2023-01-30 09:39:50 +01:00
Henning Dieterichs ba12186a54
Merge pull request #172632 from microsoft/hediet/cuddly-wolf
Fixes observable bug
2023-01-30 09:39:45 +01:00
Benjamin Pasero ae1c1f229e
Merge pull request #172646 from microsoft/ben/feb
Februrary input
2023-01-30 07:54:51 +01:00
Sandeep Somavarapu 47604eeabd
fix #172642 (#172667) 2023-01-30 07:44:43 +01:00
Jean Pierre 22cfea1eb7 Fixes compilation in windows
Related #170767
2023-01-29 17:37:06 -05:00
Connor Peet 339fd630e6
cli: fix macos build (#172712) 2023-01-28 17:43:32 -08:00
Benjamin Pasero b69204b36a
prof startup - figure out if updates are disabled 2023-01-28 10:29:43 +01:00