Commit Graph
89258 Commits
Author SHA1 Message Date
Alex Dima ad8c9b8ce1 go back to fork 2021-11-08 12:29:08 +01:00
Alex Dima a8e37a4b43 Kill extension host processes immediately when doing extension test 2021-11-08 11:09:21 +01:00
Alex Dima e9f8290003 Wait for up to 6s for extension hosts to exit, then proceed to kill them 2021-11-04 22:15:48 +01:00
Alex Dima 8970935a23 Fixes #123592: Move extension host spawning to the shared process 2021-11-04 22:09:00 +01:00
Alex Dima 4967ca4182 Merge remote-tracking branch 'origin/main' into alex/main-process-extension-host 2021-11-04 20:39:05 +01:00
Connor Peet 8ad817b486 notebook: remove debug code 2021-11-04 12:12:07 -07:00
Connor Peet e8667df108 notebooks: still prefer built-in renders, but add equivalence for 1st party jupyter ones
Fixes #136247
2021-11-04 11:44:30 -07:00
Connor Peet 6dc49ed3a5 testing: allow selecting text from test peek
Fixes #136410
2021-11-04 11:44:30 -07:00
Logan Ramos e932a05b28 Update telemetry extractor 2021-11-04 14:32:21 -04:00
Sandeep Somavarapu fb72274879 clean up 2021-11-04 19:27:32 +01:00
Johannes Rieken 47b332ecf8 remove support for @optional service dependencies, https://github.com/microsoft/vscode/issues/119440#issuecomment-961164634 2021-11-04 18:21:06 +01:00
Tyler James Leonhardt 68957a66bb add ability for embedders to specify urls that should open in a popup with opener (#136383) 2021-11-04 10:16:27 -07:00
Logan Ramos 1c0f29d4a9 Update version 2021-11-04 13:00:46 -04:00
Alex Ross 18e854aa33 Elevate if needed when restoring ports
Fixes microsoft/vscode-remote-release#5776
2021-11-04 16:44:45 +01:00
Daniel Imms 3afe028227 Remove optional usage from external terminal
Part of #119440
2021-11-04 08:38:00 -07:00
Alex Dima b555ad16c5 Mark ::before and ::after users as deprecated 2021-11-04 16:37:24 +01:00
Daniel Imms 6aaf18c33b Merge pull request #136368 from microsoft/tyriar/127878
Remove @optional in terminal, replace local/remote terminal services with registerable backends
2021-11-04 08:27:08 -07:00
Daniel Imms ca0fe11952 Merge remote-tracking branch 'origin/main' into tyriar/127878 2021-11-04 08:26:09 -07:00
Logan Ramos a0019c1642 Update web telemetry validation 2021-11-04 11:08:24 -04:00
Alex Ross 999ef6915e Don't show tasks error on folder open
Fixes #135803
2021-11-04 15:56:03 +01:00
Johannes Rieken 05b2c57917 send an event per mark 2021-11-04 15:42:58 +01:00
Megan Rogge f411e1cffb if profile name is null return undefined (#136438) 2021-11-04 07:05:35 -07:00
Johannes Rieken b2c343d085 send telemetry for resource performance marker 2021-11-04 14:59:57 +01:00
Daniel Imms eadf1c4152 Merge remote-tracking branch 'origin/main' into tyriar/127878 2021-11-04 06:48:03 -07:00
Ladislau Szomoru 273470f94a Move disableWorkspaceTrust to the workbench layer 2021-11-04 14:05:31 +01:00
Henning Dieterichs b88c19f2f2 Gets rid of "config.editor.useInjectedText" in ghost text widget, as injected text is now considered stable. 2021-11-04 13:31:55 +01:00
Henning Dieterichs ce2764c70c Merge pull request #136353 from microsoft/hediet/prefix-sum-minus-one
prefix sum minus one
2021-11-04 13:04:22 +01:00
Henning Dieterichs a28d33aa6c Merge pull request #136296 from microsoft/hediet/refactoring1
refactorings
2021-11-04 13:03:59 +01:00
Martin Aeschlimann 43fa8b4429 Merge pull request #136371 from microsoft/aeschli/browseThemes
Browse themes to install in the color theme picker
2021-11-04 12:58:51 +01:00
Johannes Rieken 8e7d7299d3 💄 min column of peek arrow is 2 because at column 1 it gets cropped 2021-11-04 12:03:00 +01:00
Johannes Rieken 7c4052f9e6 up scrollbar size from 3px to 6px, https://github.com/microsoft/vscode/issues/116338 2021-11-04 11:55:54 +01:00
Johannes Rieken 5250f425aa chore -a little less registerThemingParticipant 2021-11-04 11:40:33 +01:00
Alex Dima bccd9b904b Add logging around invoking the resolver (microsoft/vscode-remote-release#5811) 2021-11-04 09:57:07 +01:00
Martin Aeschlimann 2e35efaaef Merge pull request #136375 from adaex/update-seti-ui
Update to latest seti-ui icon theme
2021-11-04 09:53:04 +01:00
Sandeep Somavarapu b389529e97 fix smoke test "verifies settings" - problems view is not getting update when not visible. 2021-11-04 09:44:53 +01:00
Martin Aeschlimann e396e26abc polish _installedExtensions 2021-11-04 09:38:52 +01:00
Benjamin Pasero f9e8dc2095 🆙 playwright 2021-11-04 09:27:22 +01:00
Matt Bierner fc03bd3518 Fix eslint duplicate key error 2021-11-03 21:19:53 -07:00
Matt Bierner 516bc19e99 Fix md preview reverting to original version when switching away 2021-11-03 20:54:21 -07:00
Matt Bierner 4d50e586ec Improve morphing for vscode-docs 2021-11-03 20:54:20 -07:00
rebornix 3d565d9d8e fix #125961. 2021-11-03 19:52:36 -07:00
Rob Lourens 323e7fd653 Recompute editor height when collapse state changes
Fix #136400
2021-11-03 19:01:51 -07:00
Megan Rogge 3d6c93b5e3 fix #136362 2021-11-03 17:43:46 -07:00
Rob Lourens 88c39ebdf0 Add "collapse/expand all" commands
Fix #129488
2021-11-03 17:37:48 -07:00
Rob Lourens a14ebdfec4 Remove inputCollapsed and outputCollapsed metadata, make them view properties
Fix #125274
2021-11-03 17:22:07 -07:00
Megan Rogge 2f1e5cb85f don't show welcome view when web extension terminal is created (#136327) 2021-11-03 17:00:46 -07:00
rebornix fd21ba3259 fix #130669. 2021-11-03 16:49:17 -07:00
SteVen Batten 960ed2bddc fixes #80767 2021-11-03 16:40:39 -07:00
Alex Dima a704a69394 Enforce that source code uses a small subset of Unicode 2021-11-03 23:34:41 +01:00
Alex Dima 3247c31f6a Replace Right Single Quotation Mark with Single Quote 2021-11-03 23:34:40 +01:00