Commit Graph

87634 Commits

Author SHA1 Message Date
Alex Dima 8d3ce8d7f5 Fix the transformation to an external module .d.ts 2021-09-21 17:20:30 +02:00
Henning Dieterichs 0671cb3e38 Merge pull request #131789 from microsoft/hediet/bracket-pair-colorizer-improvements
bracket pair colorizer improvements
2021-09-21 16:20:49 +02:00
Johannes Rieken 20048d6d4f add new decoration provider to the start of the list, https://github.com/microsoft/vscode/issues/133210 2021-09-21 16:04:44 +02:00
Johannes Rieken 121d1a664d make sure to clear decorations, https://github.com/microsoft/vscode/issues/16221 2021-09-21 15:38:11 +02:00
Henning Dieterichs e8807a25d6 * Reduces memory consumption of bracket pair colorization by getting rid of PairAstNode._children
* Implements immutable lists that are copied on demand.
2021-09-21 15:36:19 +02:00
Henning Dieterichs 100c027351 Improves performance of concat23Trees 2021-09-21 15:36:19 +02:00
Alex Ross c7ba575b52 Convert host to locahost in some cases
Part of https://github.com/microsoft/vscode-remote-release/issues/5613
2021-09-21 15:32:47 +02:00
Johannes Rieken 02e94bc19d Revert "remove whitespaceBefore/After from InlayHint, https://github.com/microsoft/vscode/issues/16221"
This reverts commit ee56349b8b.
2021-09-21 15:26:32 +02:00
Johannes Rieken 530a6a7cc7 manage decoration type ids with its referencing decorations, https://github.com/microsoft/vscode/issues/16221 2021-09-21 15:26:31 +02:00
Johannes Rieken 083e1c1c8f have at least 1px padding, https://github.com/microsoft/vscode/issues/16221 2021-09-21 15:26:31 +02:00
Benjamin Pasero 4211a1ad23 watcher - enable nsfw by default on macOS and Windows and add a setting to disable that (#132483) 2021-09-21 15:12:40 +02:00
Benjamin Pasero 4f8e969995 bootstrap - remove now redundant check 2021-09-21 15:12:39 +02:00
Johannes Rieken 20f5b6ea4c afterInjectedText is not used, fyi @hediet 2021-09-21 15:07:49 +02:00
Johannes Rieken db47462779 add colors for inlay hint kinds type, parameter, and other (default) 2021-09-21 14:52:57 +02:00
Johannes Rieken ee56349b8b remove whitespaceBefore/After from InlayHint, https://github.com/microsoft/vscode/issues/16221 2021-09-21 14:23:00 +02:00
Johannes Rieken 2f33470e28 only update inlay hints of ranges that have been asked, keep other inlays intact, https://github.com/microsoft/vscode/issues/128159 2021-09-21 14:08:04 +02:00
Johannes Rieken b508bcd1e7 remove InlayHintsData and use just InlayHint 2021-09-21 14:08:04 +02:00
Johannes Rieken bd3ff72860 sort language status by sev, source, than id 2021-09-21 14:08:04 +02:00
Daniel Imms c1ad05a416 Use less intense colors for session restore message
Fixes #133496
2021-09-21 04:28:28 -07:00
Henning Dieterichs 9b0c64ca50 Revert "Fixes #133353 by hiding ghost text on editor blur.", as this causes issues with the hover that steals the focus of the editor.
This reverts commit c79d31a9ea.
2021-09-21 12:46:31 +02:00
Henning Dieterichs d6b2e78477 Fixes #132847 by configuring ${...} as bracket pair. 2021-09-21 12:28:25 +02:00
Henning Dieterichs c79d31a9ea Fixes #133353 by hiding ghost text on editor blur. 2021-09-21 12:22:23 +02:00
Johannes Rieken b920b883d5 show severity icon with language status, fixes https://github.com/microsoft/vscode/issues/133456 2021-09-21 11:15:33 +02:00
Alexandru Dima 1b9403cd46 Do not kill the extension host processes when the shared process goes down 2021-09-21 10:44:29 +02:00
Alexandru Dima 0c54c42251 Add logging to ExtensionHostStarter 2021-09-21 10:44:29 +02:00
Johannes Rieken 90e77d8c9c show colors for pinned status bar entries, https://github.com/microsoft/vscode/issues/133456 2021-09-21 09:41:40 +02:00
Benjamin Pasero 81e6917a87 status bar - focus hover on click (#129037) 2021-09-21 07:53:27 +02:00
Harald Kirschner ab91ddb635 Re-applying #125570 2021-09-20 21:37:57 -07:00
Rob Lourens cbe2644a7d Enable search in EH by default
Fix #118200
2021-09-20 16:30:03 -07:00
Bryan Bennett 42ab3cfffa Adding SoutheastAsia PPE region (#133455) 2021-09-20 15:57:43 -07:00
Daniel Imms 916c4d5182 Serialize only the normal buffer 2021-09-20 15:35:55 -07:00
Daniel Imms 81b699d60a Remote pty host debug port log 2021-09-20 15:29:38 -07:00
Daniel Imms b5d1c0b987 Setup pty host debug target 2021-09-20 15:26:31 -07:00
Connor Peet 960d1a6ac7 notebook: update pascal case re 2021-09-20 15:23:19 -07:00
Connor Peet 1d6bfe08cc notebooks: allow marketplace search for arbitrary kernels 2021-09-20 15:12:34 -07:00
Daniel Imms bd7a0d4fcb Get last window on Linux/Windows reviving process
Part of #131634
2021-09-20 14:50:58 -07:00
Daniel Imms 3a1c692f1f Remove debug logs 2021-09-20 14:32:18 -07:00
rebornix 7cc88c2b7d fix test. 2021-09-20 14:06:10 -07:00
rebornix 511af32611 💄 2021-09-20 13:58:31 -07:00
rebornix b6d0f48ae2 reduceCellRanges 2021-09-20 13:50:05 -07:00
Daniel Imms 92ec2bb4ae Correct terminal cursorStyle setting 2021-09-20 12:57:50 -07:00
Connor Peet cc9e4e14ef notebooks: add a button to search for a renderer
For #123581
2021-09-20 12:33:03 -07:00
Joyce Er e53e1fef9d Allow undefined context for notebook.selectKernel 2021-09-20 12:17:24 -07:00
rebornix ecff26887f make output/webview delegate internal 2021-09-20 11:45:19 -07:00
rebornix 775733085c -getCellById 2021-09-20 11:39:19 -07:00
rebornix b76532d39c move cell list typings into view. 2021-09-20 11:34:59 -07:00
rebornix 84b818087b -notebookEditor.getCellIndexByHandle 2021-09-20 11:17:59 -07:00
rebornix be1b5915a6 separate output and webview delegate 2021-09-20 11:10:40 -07:00
Rob Lourens f192ccc4cc Merge pull request #133463 from microsoft/removeWindow
Remove window keyword from serializer
2021-09-20 10:48:24 -07:00
Logan Ramos 0c7a37da76 Fix #124356 2021-09-20 13:37:43 -04:00