Commit Graph

65409 Commits (25875a16e80c5bf877b21faea9de2cf816b0428c)

Author SHA1 Message Date
Sandeep Somavarapu 656920b1ea #96898 load unknown configurations always 2020-05-06 10:23:43 +02:00
isidor 24fb57122a debug: use proper context for the disconnect command
fixes #96713
2020-05-06 09:39:07 +02:00
Benjamin Pasero 1c00a7235b Event listener leak in WalkThroughPart (fix #96988) 2020-05-06 09:31:35 +02:00
Johannes Rieken fef9b12da1 fix tree shaker fyi @alexdima 2020-05-06 09:28:32 +02:00
Eric Amodio 756849af07 Adds diagnostics for github actions 2020-05-05 23:45:13 -04:00
SteVen Batten bd0efff9e3 reduce flicker when moving between panel/actbar 2020-05-05 19:14:28 -07:00
Daniel Imms 8a56212a5b Layout terminal with cached dims on first visible
Fixes #96586
2020-05-05 19:03:32 -07:00
SteVen Batten 0838431da9 fixes #96951 2020-05-05 16:47:50 -07:00
Jackson Kearl ebec7141df Adopt registerAction2 in search editor land.
Ref #96672.
2020-05-05 16:25:44 -07:00
SteVen Batten 86cb707a3d fixes #97007 2020-05-05 16:24:49 -07:00
Jackson Kearl b2d07859b3
Clean up search view dirty state (#97038)
* Revert "Distinguish a user removing a row from 'clear' in search"

This reverts commit 4cf9c461ba.

* Revert "Fix searchResult tests"

This reverts commit 7646b358e4.

* Make search dirty on any removal, but ony if it does not leave the view empty.
2020-05-05 15:34:21 -07:00
Matt Bierner f7612286d7 Better fix for #96968
Removes the workaround for maximizing the panel. Instead track if the editor is visible and only lay the view out if the editor is visible
2020-05-05 14:50:48 -07:00
Matt Bierner fea66b2660 Don't allow layout to be called with negative dimensions 2020-05-05 14:50:48 -07:00
Jackson Kearl db2c4cbe63 Bump actions to close #97025. 2020-05-05 14:09:15 -07:00
rebornix 9be0faf246 Fix #92794. Promote comment options to stable 2020-05-05 13:27:51 -07:00
Jackson Kearl f25c779bd3 Bump ping delay 2020-05-05 11:54:15 -07:00
Daniel Imms deca1521c8 Apply scroll area to hover content, not status bar
Part of #97016
2020-05-05 11:45:14 -07:00
Jackson Kearl d9260c0619 Bump action version 2020-05-05 11:40:36 -07:00
rebornix e092295dc6 onDidCloseNotebookDocument 2020-05-05 11:29:35 -07:00
Sandeep Somavarapu c73c32cd0b #97017 Use delayer instead of Event.debounce 2020-05-05 20:23:00 +02:00
João Moreno bbadf88b1f fixes #97019 2020-05-05 20:11:07 +02:00
Daniel Imms faf7a4e727 Fix link hover not going away when line changes
Fixes #95556
2020-05-05 11:04:34 -07:00
Sandeep Somavarapu d695c37bd7 #90020 update activity bar when container location changes 2020-05-05 19:52:53 +02:00
Sandeep Somavarapu 40f83c0be9 #90225 Update order of welcome view to be first 2020-05-05 19:22:45 +02:00
rebornix ba0ba09384 naming: *Notebook 2020-05-05 09:54:01 -07:00
Andre Weinand 7b3430516e finalize dynamic debug config API; fixes #88230 2020-05-05 18:28:11 +02:00
Sandeep Somavarapu 64d29b001b Fix #96914 2020-05-05 18:25:51 +02:00
Benjamin Pasero 9f07996c19 host - latch the change focus events 2020-05-05 17:57:56 +02:00
Sandeep Somavarapu 19c1c8ac0a fix #96898 2020-05-05 17:35:13 +02:00
Alex Ross 7738654455 Fix task instance limit
Part of https://github.com/microsoft/vscode/issues/96999
2020-05-05 17:27:48 +02:00
Isidor Nikolic e941619a6a
Merge pull request #96996 from jeanp413/debug-dropdown-background
Use dropdown.background color in debug dropdown container
2020-05-05 17:08:11 +02:00
isidor 15e13c94c8 fixes #96987 2020-05-05 17:04:32 +02:00
Connor Peet b8b1752036
Update builtin extension ms-vscode.js-debug-nightly
- ms-vscode.js-debug-nightly -> 2020.5.417 at 2020-05-05T00:06:13.92Z
2020-05-05 07:57:50 -07:00
Sandeep Somavarapu f93c079202 fix #96655 2020-05-05 16:44:29 +02:00
Johannes Rieken 7bd4ccb711 debounce onDidChangeMarker-event inside outline pane, #96914 2020-05-05 16:35:57 +02:00
Johannes Rieken d2c6b2cd07 onDidChangeMarker-event have no marker before or after, #96914 2020-05-05 16:35:57 +02:00
Benjamin Pasero 83a62c8a1d web - also listen on visibilitychange to detect focus changes 2020-05-05 16:31:41 +02:00
isidor 4132985211 explorer: use .find not .filter 2020-05-05 15:57:51 +02:00
isidor caa19dc534 debug: use .find not .filter .pop() 2020-05-05 15:35:47 +02:00
Dirk Baeumer 177b9c30ea Add `–noprofile` to detect WSL IP address to speed up things 2020-05-05 14:45:03 +02:00
Christof Marti 1db9228d40 Make sure there is vertical space for buttons (fixes #96602) 2020-05-05 13:54:40 +02:00
Sandeep Somavarapu de0d8c74d0 Fix #83675 2020-05-05 13:19:35 +02:00
Johannes Rieken fb196011ee debt/es6 - make LinkedMap a ES6 map
fyi @dbaeumer
2020-05-05 12:52:21 +02:00
isidor bf77670cd7 debug: fix stackFrame equality matching
fixes microsoft/vscode-js-debug#455
2020-05-05 12:47:55 +02:00
Johannes Rieken e1869c5785 make ResourceMap a real ES6 map, #93368
fyi @bpasero
2020-05-05 12:34:18 +02:00
isidor effb1787d3 debug: a simplification with logDebugSessionStart 2020-05-05 12:12:44 +02:00
isidor d2d69a5b4f debug: introduce debugTelemetry 2020-05-05 12:07:51 +02:00
Johannes Rieken 719ac741d6 fix #96970 2020-05-05 11:51:56 +02:00
Johannes Rieken 42f1a2f1f8 on dispose, fire change event only once, #96693 2020-05-05 11:51:56 +02:00
Johannes Rieken 59a5aa197c add trace logging to extHostDiagnostics, #96837 2020-05-05 11:51:56 +02:00