Commit graph

84927 commits

Author SHA1 Message Date
Daniel Imms
4470166020 Fix ambiguous error message typo
Part of #126424
2021-07-08 06:02:55 -07:00
Alex Dima
46bfe50ebe
Merge remote-tracking branch 'origin/main' into hediet/injected-text-position-normalization 2021-07-08 14:49:51 +02:00
Alex Dima
05beeb67ea
Avoid converting to model position and back when hitting injected text 2021-07-08 14:49:17 +02:00
Alex Dima
a32a2920a4
💄 2021-07-08 14:45:57 +02:00
Daniel Imms
036933ad71 Move term editor find under a new parent
Fixes #128158
2021-07-08 05:36:14 -07:00
Benjamin Pasero
bdf7cc13d5 editors - add test for revealIfVisible and revealIfOpened 2021-07-08 14:14:02 +02:00
Alex Dima
fafd3b08f9
Remove no longer necessary check (due to using now affinity) 2021-07-08 13:51:40 +02:00
Daniel Imms
b7ad12f3fb Ensure canonical uri is file:// before using
Part of #128113
2021-07-08 04:32:04 -07:00
Benjamin Pasero
45298b83ea editors - more removal of "override"
//cc @lramos15
2021-07-08 12:52:16 +02:00
Alex Dima
a0bc22b887
Validate the view state quickly, with few allocations 2021-07-08 12:31:27 +02:00
Ladislau Szomoru
31152fd902
Add WorkspaceTrustEnablementService 2021-07-08 12:17:32 +02:00
Andre Weinand
39725e3c7a
new debug session flag 'managedByParent' (for #128058) 2021-07-08 12:11:27 +02:00
Alex Ross
b503e9b7f7
Add workspace available filesystems tests 2021-07-08 11:01:40 +02:00
Johannes Rieken
a3e07245ee
Revert "Revert "Merge pull request #127874 from microsoft/joh/webpack5""
This reverts commit c5f12c7226.
2021-07-08 10:28:33 +02:00
Martin Aeschlimann
c24621a3ce
Finalize StatusBarItem.tooltip: MarkdownString. Fixes #128127 2021-07-08 09:57:00 +02:00
Henning Dieterichs
e7f897ddca
Merge pull request #128171 from microsoft/hediet/inline-completions-no-leaking-disposables
Ensure no disposables are leaked in inline completion tests.
2021-07-08 09:38:44 +02:00
Johannes Rieken
354d5fe859
Merge pull request #128181 from Kingwl/inlayhints-use-editor-font-by-defaults
Inlay hints uses editor.fontFamily by defaults
2021-07-08 09:24:51 +02:00
Matt Bierner
066f28822a Only fallback to running command against webview in specific cases 2021-07-07 23:31:49 -07:00
Wenlu Wang
d4145054bb Inlay hints uses editor.fontFamily by defaults 2021-07-08 12:13:43 +08:00
Matt Bierner
f882d49bc7
Don't override copy/paste when focused on an input element not in the webview
Fixes #126458
2021-07-07 17:29:09 -07:00
Matt Bierner
d2acdac55d
Fix platform for webviews 2021-07-07 17:28:26 -07:00
Matt Bierner
f7e847408b
Remove not implemented alerts for webview search
Fixes #125118

This lets us use the browser's search function on web
2021-07-07 17:15:02 -07:00
Matt Bierner
a71ebc98ff
Avoid warning when acessing md setting 2021-07-07 16:58:04 -07:00
Matt Bierner
b3e4cf25d3
Clean up name 2021-07-07 16:58:04 -07:00
Matt Bierner
b26560325f
Remove duplicated implementation 2021-07-07 16:58:03 -07:00
rebornix
8693d16118 fix #128166. 2021-07-07 16:15:33 -07:00
Connor Peet
13b6aee24b
debug: reuse the userEnv from the context window if one exists
Fixes #123508
2021-07-07 16:12:40 -07:00
rebornix
bb5bb829f8 fix #123667. 2021-07-07 16:09:03 -07:00
David Dossett
5e57d77440
Initial commit (#128167) 2021-07-07 15:43:33 -07:00
Connor Peet
6cc4e560f7
testing: remove unused testing-editor-contributions
Fixes #127691
2021-07-07 15:38:27 -07:00
Connor Peet
c6d7cfed8a
testing: fix undefined not being reported correctly in results
Fixes #125669
2021-07-07 15:28:55 -07:00
Connor Peet
6e35422648
testing: timing in explorer when results are cleared
Fixes #127279
2021-07-07 15:28:55 -07:00
Henning Dieterichs
237e51dcd7
Ensure no disposables are leaked in inline completion tests. 2021-07-08 00:20:58 +02:00
Henning Dieterichs
625b375c9a
Revert "Ensure no disposables are leaked in inline completion tests."
This reverts commit bc3dde78b3.
2021-07-08 00:12:15 +02:00
Henning Dieterichs
bc3dde78b3
Ensure no disposables are leaked in inline completion tests. 2021-07-08 00:00:27 +02:00
rebornix
c4e6c95d8c fix notebook file open perf mark 2021-07-07 14:57:58 -07:00
Matt Bierner
99c8e788d4
Remove extra host indirection for webviews
No longer needed now that we only have iframe based webviews
2021-07-07 14:39:43 -07:00
Matt Bierner
612a37387b
Remove useParentPostMessage
This was only used in electron based webviews
2021-07-07 14:39:43 -07:00
Raymond Zhao
be81d88a5e
Add multiline text editors in settings editor (#127118)
Also adds an editPresentation prop with descriptions to the schema.
2021-07-07 14:35:16 -07:00
rebornix
f35bf81919 fix #128165. 2021-07-07 14:31:37 -07:00
Raymond Zhao
104842aa54
Remove empty notebook 2021-07-07 13:50:24 -07:00
Henning Dieterichs
c8118a49c5
Prevents cursor to move into injected text. Fixes bracket decoration bug. 2021-07-07 22:36:08 +02:00
Connor Peet
c2398f8fbd
testing: sort by status or location, not name
Fixes #126620
Fixes #127122
2021-07-07 12:58:19 -07:00
Connor Peet
583f6d1418
open the devtools for browser tests when debug is passed 2021-07-07 12:58:19 -07:00
Logan Ramos
b97c839e57
Forgot to re-enable test 2021-07-07 15:47:41 -04:00
Logan Ramos
e1d7d8f021
Fix exclusive only bug 2021-07-07 15:45:23 -04:00
Matt Bierner
8b3d6668bd
Support syntax diagnostics in partial mode
For https://github.com/microsoft/TypeScript/pull/44859
2021-07-07 12:36:56 -07:00
Logan Ramos
601afb43f8
Fix build 2021-07-07 15:36:11 -04:00
Logan Ramos
1cbd1c6b65
Parts of #124498 2021-07-07 15:11:11 -04:00
Miguel Solorio
fe7e9988e1 Update Codicons
Add new GitHub icons 0b42be87a0
2021-07-07 11:21:47 -07:00