Commit graph

65438 commits

Author SHA1 Message Date
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
Johannes Rieken 55e86cd514 use ResourceMap in extHostDiagnostics, #93368 2020-05-05 11:51:56 +02:00
isidor 182c1f7cf0 debug: introduce debugStorage to simplify debugService.ts 2020-05-05 11:42:04 +02:00
Alex Ross d8317abc50 Wrong Alex 2020-05-05 11:14:17 +02:00
Alex Ross b24cbf5178 Change user references in vscode.proposed.d.ts to be usernames 2020-05-05 11:12:49 +02:00
Sandeep Somavarapu 6df1443900 add view name in progress indicator api 2020-05-05 10:44:23 +02:00
Isidor Nikolic f015e86eb5
Merge pull request #96934 from microsoft/ben/title-prefix
Debug: indicate to title when debug breakpoint is hit (Web)
2020-05-05 10:33:11 +02:00
isidor fcba9e02c6 debug title: use red emoji as title prefix 2020-05-05 10:32:48 +02:00
Sandeep Somavarapu 3ed6a67fca 💄 2020-05-05 10:28:48 +02:00
Martin Aeschlimann 64b01a80bc do not use values 2020-05-05 10:14:25 +02:00
Sandeep Somavarapu a2a82fabcc #90020 remove viewlet semantics from activity bar 2020-05-05 10:09:50 +02:00
isidor 65a914802c fixes #94464 2020-05-05 10:02:51 +02:00
Martin Aeschlimann 6b52881f29 print icon registry for documentation 2020-05-05 09:48:16 +02:00
Johannes Rieken eb884baa81 use ResourceMap in markerService, #93368 2020-05-05 09:33:09 +02:00
Jackson Kearl ba643351a8 Bump actions 2020-05-05 00:29:20 -07:00
Matt Bierner 5f0e3c9468 Force custom editors in diff view to have 100% height wrappers
Fix for #96968

This is a scoped fix for #96968.

The cause of the issue is the following:

1. Webview must be rendered outside of the main editor DOM. We do this by absolutely positioning them over some element in the DOM.
1. In split views, we try to lay the webview out over an element that has 0 height.
1. Due to my workaround in ea07e9bbdc, this causes the webview to either not show at all (because it also will have zero height) or partially show

This fix forces the webivew's parent in the split view to have 100%. That actually seems like a reasonable default but I've scoped my fix to just webviews
2020-05-05 00:23:41 -07:00
Christof Marti 987bd8f4d0 Make image/dockerfile/dockerComposeFile optional 2020-05-05 08:36:22 +02:00
Benjamin Pasero 49e08513a1 files - do not open dirty models that are being auto saved (#96920) 2020-05-05 07:58:09 +02:00
jeanp413 e0c482bdb0 Use dropdown.background color in debug dropdown container 2020-05-04 23:48:14 -05:00
Rob Lourens 5f8e9f3e78 Remove dupe focus call 2020-05-04 22:37:38 -05:00
rebornix 7e4291e313 Promise. 2020-05-04 19:10:08 -07:00
Rob Lourens cac884e1d5 Copy cells with alt+drag
Fix #96448
2020-05-04 20:54:37 -05:00