Commit Graph

90041 Commits

Author SHA1 Message Date
Martin Aeschlimann cd2d059ec0 add server license and server license terms 2021-11-23 22:30:49 +01:00
Sandeep Somavarapu eace6a0af1 #15756 feedback 2021-11-23 21:02:56 +01:00
Sandeep Somavarapu 78954de532 #15756 allow to install pre-release versions by default in non stable quality 2021-11-23 21:02:56 +01:00
Megan Rogge f86e5d14af open/close dev tools when escape sequence logging toggled (#137746) 2021-11-23 11:49:33 -08:00
Rob Lourens d1640b7850 Merge pull request #137447 from grandeljay/remove-brackets-from-statements
Remove brackets from PHP statements
2021-11-23 10:53:25 -08:00
Benjamin Pasero 1b40be3377 smoke - enable graceful-fs (#137734) 2021-11-23 17:29:08 +01:00
Benjamin Pasero 04b6138b4d Unit test flake: Async IntervalCounter - /CHROMIUM/ (fix #137727) 2021-11-23 17:27:12 +01:00
Johannes Rieken 86b60ec427 tree dnd todos, https://github.com/microsoft/vscode/issues/32592 2021-11-23 16:12:27 +01:00
Martin Aeschlimann c1e2c6c0eb remote cli: don't skip translating of paths (#137529 ) 2021-11-23 16:10:19 +01:00
Alex Dima 689467c841 Try to restore yarn mocha and move browser tests to /browser/ 2021-11-23 16:07:15 +01:00
Benjamin Pasero 2c6630a5ce macOS: Process explorer not put to front if minimized (fix #137598) 2021-11-23 15:56:58 +01:00
Benjamin Pasero 23d5cb019d 💄 CI names 2021-11-23 15:50:13 +01:00
Benjamin Pasero 2c458e1ccd sandbox - remove setImmediate and nextTick (#133173) 2021-11-23 15:40:22 +01:00
Henning Dieterichs 075ba020e8 Fixes #137000. SelectedCompletionInfo now has the members completionKind and isSnippetText. 2021-11-23 15:31:04 +01:00
Johannes Rieken 0231d1aa45 fix https://github.com/microsoft/vscode/issues/136611 2021-11-23 12:41:59 +01:00
Henning Dieterichs 52dbedd034 Implements #137004. When an inline completion provider provides a suited augmented inline completion, a preview will be shown even if editor.suggest.preview is set to false. 2021-11-23 12:06:47 +01:00
Sandeep Somavarapu a1c3ece798 #15756 indicate pre-release in version entries 2021-11-23 12:06:31 +01:00
Sandeep Somavarapu ed5ebcbb03 #15756 - handle incompatible pre-release versions 2021-11-23 12:06:30 +01:00
Alexandru Dima 465b806ed2 Merge pull request #137650 from microsoft/issue-133173
Avoid using `setImmediate`
2021-11-23 11:38:52 +01:00
Ladislau Szomoru 96c7611280 Fix #135245 2021-11-23 11:27:40 +01:00
Henning Dieterichs b43aa6c4ea Fixes #137225. The range of the active bracket pair must now strictly contain the cursor position. 2021-11-23 10:59:00 +01:00
Benjamin Pasero 954ce2c3f4 proper await exit 2021-11-23 10:31:46 +01:00
Johannes Rieken dc52700a60 make sure to await remote file reading in vscode.workspace.fs.readFile so that error handling is correct. 2021-11-23 09:45:52 +01:00
Jay Trees 336a6a5ac1 Fix typos 2021-11-23 08:12:27 +01:00
Jay Trees 60304bd046 Remove brackets from echo 2021-11-23 08:10:30 +01:00
Benjamin Pasero 4c9d116ddb 🆙 @parcel/watcher 2021-11-23 07:47:33 +01:00
John Murray ed3018f431 Capitalize account signout button caption correctly (#137651) (#137652) 2021-11-22 18:25:11 -08:00
Raymond Zhao 963c5fdb6d Add descriptions for order properties 2021-11-22 17:18:37 -08:00
Tyler Leonhardt f4e58732b9 clearSessionPreference works again + test. Fixes #137615 2021-11-22 17:14:56 -08:00
rebornix 62853d0cf4 ICON_ONLY_ACTION_WIDTH. 2021-11-22 17:13:26 -08:00
rebornix 3eea284d5a hide insert markdown action when all labels are hidden. 2021-11-22 17:05:00 -08:00
rebornix 0e78565909 notebook toolbar rendering strategies 2021-11-22 16:25:46 -08:00
rebornix 8a6392ad1d 📓 doc. 2021-11-22 16:25:45 -08:00
rebornix 7824bf781a ensure that labels are rendered initially to get a correct width cache. 2021-11-22 16:25:44 -08:00
rebornix e203c00d7e update cell part doc 2021-11-22 16:25:43 -08:00
Tyler Leonhardt 53e8f2c26e handle 4XX errors differently from others 2021-11-22 16:20:47 -08:00
Sandeep Somavarapu bea3784159 #15756 - Pre-release support for extensions 2021-11-23 00:34:09 +01:00
Rob Lourens e7b11f34e1 CellExecutionPart #131808 2021-11-22 15:31:00 -08:00
Tyler Leonhardt 33a6ac6639 simplify polling when getting a network error 2021-11-22 15:28:13 -08:00
Daniel Imms d15c58eb20 Only allow a maximum of 2 seconds to persist terminal sessions
Almost all cases will resolve well before 2 seconds, this is just to catch
the edge cases where the remote connection is very high latency or the remote
side is reconnecting.

Fixes #137468
2021-11-22 15:01:41 -08:00
Alex Dima 955fc38aed bump version 2021-11-22 23:31:38 +01:00
Rob Lourens 3bac53642b Disable flaky search smoke test #137195 2021-11-22 14:25:23 -08:00
Alex Dima a44d73cc29 Extract LineSelectionAction to its own file 2021-11-22 22:59:46 +01:00
Alexandru Dima 9456805138 Merge pull request #135917 from laurentlb/master
Make 'expandLineSelection' a proper action.
2021-11-22 22:31:57 +01:00
Alex Dima 4102107b54 Merge remote-tracking branch 'origin/main' into pr/laurentlb/135917 2021-11-22 22:13:13 +01:00
Henning Dieterichs 3a33723d3f Merge pull request #137508 from microsoft/hediet/unicode-highlighting
Implements highlighting of unicode characters.
2021-11-22 21:56:51 +01:00
Daniel Imms cce62293cd Catch and swallow errors during terminal persistence (#136804)
Part of #137468
2021-11-22 12:02:57 -08:00
Alex Dima 187ccb8ec4 The second argument of setTimeout is optional 2021-11-22 20:47:27 +01:00
Alex Dima 8d71becbfe Merge remote-tracking branch 'origin/main' into hediet/unicode-highlighting 2021-11-22 20:36:30 +01:00
John Murray 5128d2c32c Avoid conflicting scopes and commandIds in quiet logins from Accounts (fix #137601) (#137613)
* Avoid conflicting scopes and commandIds in quiet logins from Accounts (fix #137601)

* revert from scopesJSON to scopesList but use space as separator

* define SCOPESLIST_SEPARATOR and use it consistently

* simplify diff
2021-11-22 10:38:39 -08:00