Commit graph

95532 commits

Author SHA1 Message Date
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
deepak1556 648b352b48 chore: bump electron@17.3.1
Fixes https://github.com/microsoft/vscode/issues/109176
Fixes https://github.com/microsoft/vscode/issues/141964
Fixes https://github.com/microsoft/vscode/issues/134255
Fixes https://github.com/microsoft/vscode/issues/129280
Fixes https://github.com/microsoft/vscode/issues/124202
2022-04-05 01:10:22 +09:00
isidor 3c3c149648
Revert "Set aria-live on inputBox so that"
This reverts commit a5085d418b.
2022-04-04 17:26:10 +02:00
João Moreno ea42ebd406
Handle some URIs in new windows (#146711)
* handle URI in new windows

* make sure to remove the windowId query param
2022-04-04 08:13:37 -07:00
Johannes 81d1f4d5f0
API-todo 2022-04-04 16:44:17 +02:00
Martin Aeschlimann 3698a0b247
polish json schema language info 2022-04-04 16:17:49 +02:00
Johannes c27b6d1c24
add editor.inlayHints.toggle option to quickly show or hide inlay hints, https://github.com/microsoft/vscode/issues/128162 2022-04-04 16:16:34 +02:00
Benjamin Pasero 0390d4f2a4
smoke - try to use locator API for window ready 2022-04-04 15:47:21 +02:00
Benjamin Pasero 44aea76875
💄 2022-04-04 15:47:21 +02:00
João Moreno d06e16b59a
layer checker: follow parent symbols 2022-04-04 15:05:34 +02:00
Alex Ross 56e31e2996
Fix typo 2022-04-04 15:05:09 +02:00
Benjamin Pasero f707fd3b09
smoke - run legacy tests again, do not fail new playwright tests for a while to figure out flakiness 2022-04-04 15:03:17 +02:00
Alex Ross a9c3c0e4b0
Fix file icon showing in custom tree views
Fixes #146479
2022-04-04 14:52:14 +02:00
Benjamin Pasero 1f2fdee409
files - expose watch options 2022-04-04 14:17:31 +02:00
Benjamin Pasero 65bfe1ef11
smoke - enable multi root tests in web 2022-04-04 13:47:43 +02:00
Sandeep Somavarapu 3451fabc24
Fix #144294 2022-04-04 17:17:32 +05:30
deepak1556 bebab7efc5 chore: bump distro
Fixes https://github.com/microsoft/vscode/issues/146390
2022-04-04 19:34:08 +09:00
Johannes d6e89ba74f
check with suggest memory when doing inline suggestions, https://github.com/microsoft/vscode/issues/146531 2022-04-04 11:36:34 +02:00