Commit graph

105024 commits

Author SHA1 Message Date
Jongwoo Han e4b995061d
Replace deprecated set-output command with environment file (#172691)
Replace deprecated command with environment file

Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2023-01-31 11:23:08 +00:00
Sandeep Somavarapu a9a2b58264
cleanup - reduce unused exports (#172895)
* cleanup - reduce unused exports

* more cleanup
2023-01-31 12:21:35 +01:00
Johannes Rieken a8b389f38b
add logging when async event delivery stops, (#172901)
#164841
2023-01-31 03:04:32 -08:00
Robo 4ebd837022
chore: remove unused export in electronTypes (#172900) 2023-01-31 02:52:14 -08:00
Sandeep Somavarapu 8679dd875f
fix #158741 (#172899) 2023-01-31 02:41:47 -08:00
Henning Dieterichs 93feda3643
Merge pull request #172800 from microsoft/hediet/miserable-manatee
Fixes #172384
2023-01-31 09:50:05 +01:00
Matt Bierner d11134fdf8
Make language servers use webworker typings (#172879)
This makes the css, html, and json language  servers to use the `webworker` typings. This lets us avoid having to redeclare `self`
2023-01-31 09:38:48 +01:00
Peng Lyu d1359171f4
Re-enable MRU kernel picker. (#172889) 2023-01-31 08:03:51 +01:00
Matt Bierner 855dd78852
Fix open ts server log command on web (#172885)
Fixes #172853
2023-01-31 06:34:00 +01:00
Matt Bierner c18f80a2d4
Pass translations down to Markdown Language Server (#172884)
Fixes #172060
2023-01-31 06:29:41 +01:00
Vijaya Krishna 62dd7cd76d
#162727: 'Debug:Run to cursor' command is now available in inactive d… (#169819)
* #162727: 'Debug:Run to cursor' command is now available in inactive debug mode

* handled inactive case to remove breakpoint

* refactor(debugger): runTo service refactored to support inactive debugger state

* fix: eslint problems with missing semicolons

* tweak

* more tweaks

* empty commit to trigger community pr approval task

---------

Co-authored-by: vijay.krishna <vijay.krishna@quantilope.com>
Co-authored-by: Rob Lourens <roblourens@gmail.com>
2023-01-30 18:28:09 -08:00
Rob Lourens 039a6f1d63
Nicer handling for invalid DAP uris (#172848)
* Nicer handling for invalid DAP uris
Fix #172788

* Fix mockDebugModel
2023-01-30 17:29:29 -08:00
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