Commit Graph

95443 Commits

Author SHA1 Message Date
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
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