Commit Graph

95448 Commits

Author SHA1 Message Date
Johannes c8feffd368 fix https://github.com/microsoft/vscode/issues/146405 2022-04-05 14:57:32 +02:00
Alex Ross 4cbb57235f Respond to UX feedback on resolved/unresolved comments (#146733)
Part of #127473
2022-04-05 14:57:23 +02:00
Alex Dima 8c89686017 Fixes #146354: Use style="unicode-bidi:isolate" instead of dir="auto" for parts containing RTL 2022-04-05 14:51:50 +02:00
Johannes d7bc872289 more API todo tweaks 2022-04-05 14:36:26 +02:00
Alex Ross 73b5cd8659 Support dragging a file from OS as text/uri-list in tree
Fixes #146734
2022-04-05 14:34:48 +02:00
Johannes 89d7548ecc enable inline quick suggestions to force team feedback 2022-04-05 14:33:32 +02:00
Johannes a2d072a5fc todo update 2022-04-05 14:33:32 +02:00
Alex Dima ccbe4d40e9 Avoid using ModesRegistry.registerLanguage in tests 2022-04-05 14:10:18 +02:00
Benjamin Pasero 2684fb1e00 smoke - logging 💄 2022-04-05 13:22:46 +02:00
deepak1556 345f572e37 ci: fix universal build 2022-04-05 19:23:16 +09:00
Johannes 451966fc83 update references view 2022-04-05 12:10:29 +02:00
Benjamin Pasero e58cad64a9 smoke - add refs to #146811 2022-04-05 11:49:52 +02:00
Benjamin Pasero a90f57b4a9 smoke - skip terminal tests in desktop 2022-04-05 11:47:29 +02:00
Benjamin Pasero 6508a29d23 smoke - more verbose logging on windows 2022-04-05 09:17:17 +02:00
Benjamin Pasero a99a8711af skip flaky terminal smoke test (#146796) 2022-04-05 08:40:07 +02:00
Benjamin Pasero 17a7edb8bb smoke - remove some unused methods from driver 2022-04-05 08:04:40 +02:00
Benjamin Pasero 5a36ebebb9 Glob matcher fails to check on Promise for expression matching (#146304)
* Glob matcher fails to check on `Promise` for expression matching

* comment
2022-04-05 07:24:19 +02:00
Rob Lourens 21480b1a18 Remove leftover 'boolean' type
See PR #146543
2022-04-04 17:06:04 -07:00
Matt Bierner 86bab72670 Adding deprecation message for concat text document
For #146781
2022-04-04 17:00:09 -07:00
Jackson Kearl 8cc0a4f68f Better instrument walkthrough interactions 2022-04-04 16:59:20 -07:00
Matt Bierner b38d8efe6d Fix unused symbol 2022-04-04 16:30:13 -07:00
Inclusive Coding Bot 4983226088 Switch to gender neutral terms (#146371)
* Switch to gender neutral terms

* Update testrunner.js

* Update fileSearchManager.ts

* Update fileSearch.ts

* Update fileSearch.ts

Co-authored-by: inclusive-coding-bot <inclusive-coding-bot@github.com>
2022-04-04 16:22:09 -07:00
Matt Bierner 9b0a56e2da Adding comments 2022-04-04 15:56:30 -07:00
Matt Bierner 56a20501db Add ugly drop into hint
For #142990
2022-04-04 15:56:30 -07:00
Matt Bierner 5505b9f095 Move dropIntoEditor setting out of experimental and enable by default
For #142990
2022-04-04 15:56:30 -07:00
Matt Bierner d0767451a9 Adding test for renaming the definition itself 2022-04-04 15:56:29 -07:00
Matt Bierner 7831ff6a32 Reuse references in rename requests 2022-04-04 15:56:29 -07:00
Matt Bierner 6d43ee488e Fix markdown italic in doc comment 2022-04-04 15:56:29 -07:00
Matt Bierner baa7434480 Use header text as placeholder for md rename
For #146291
2022-04-04 15:56:28 -07:00
Matt Bierner f7d3a81b58 Add default drop into editor implementation
For #142990
2022-04-04 15:56:28 -07:00
Matt Bierner 8c7b28ca74 Add some basic cancelation 2022-04-04 15:56:27 -07:00
Matt Bierner 23c7781b9f Create drop into editor contribition
Will use this to add a default implementation and other features for drop into editor
2022-04-04 15:56:27 -07:00
Matt Bierner f89351b5fe Agressivly mark notebook concat text document as deprecated
We don't intend to finalize this and don't want any new users to try it out
2022-04-04 15:56:27 -07:00
rebornix 024e40fb31 💄 2022-04-04 14:20:07 -07:00
rebornix ab2a987919 fix #146750. 2022-04-04 14:19:15 -07:00
rebornix 12f64a68ba faster CellFolding ctor. 2022-04-04 14:18:11 -07:00
Jackson Kearl ee8535e777 Fix #124335 2022-04-04 12:48:12 -07:00
Logan Ramos 91620c79ee group.closeAllEditors returns a boolean 2022-04-04 15:24:11 -04:00
meganrogge ca0ac1aeb2 fix #145917 2022-04-04 12:18:03 -07:00
Logan Ramos 83c4f5fcff Guard removeGroup 2022-04-04 15:04:26 -04:00
Logan Ramos 053084e592 Implement group closing tabs API 2022-04-04 15:02:22 -04:00
tharbakim fb5e446a3d Fix detection of CSS Preprocessor Comments at Start of File in Emmet Extension (#146121)
* Fix for PartialStyleSheet getting stuck in loop

Adds a clause for detecting `//` as a comment marker when working backwards through a file, preventing the parser from getting stuck when the comment starts at 1:1

* Modify change to detect start of file instead of skipping additional `/` characters now that we know the issue only occurs at offset 0.

Co-authored-by: Tyler McEnaney <tharbakim@hotmail.com>
2022-04-04 12:02:15 -07:00
Rob Lourens 8d14b36935 Merge pull request #146543 from Balastrong/feature/143543-inline-values-on-off
Replaced true and false with on and off in debug.inlineValues
2022-04-04 11:57:11 -07:00
Rob Lourens 151d616221 Add comment 2022-04-04 11:56:41 -07:00
Johannes f3ff53cf3d some API todos 2022-04-04 19:10:31 +02:00
Matt Bierner f2a505a15d Fix type in testing
Missed this in re-build
2022-04-04 09:40:39 -07:00
Matt Bierner 7dc70c6cb8 Mark event value as readonly 2022-04-04 09:24:51 -07:00
Martin Aeschlimann a0612b2e04 [html] A 'return' statement can only be used within a function body. Fixes #143220 2022-04-04 18:19:29 +02:00
Martin Aeschlimann c7a685113b Revert "[html] A 'return' statement can only be used within a function body. Fixes #143220"
This reverts commit 56661ec16a.
2022-04-04 18:19:29 +02:00
Megan Rogge ac39fefe78 use builtin so as to not break aliases in shell integration script (#146562) 2022-04-04 09:17:37 -07:00