Commit Graph

89088 Commits

Author SHA1 Message Date
Matt Bierner 03ce307444 Add transparent overlay while dragging
Fixes #131936

The pandas report output inserts an iframe into the notebook's webview. This iframe ends up eating drag events

This fix adds a transparent overlay that intercepts drag events so that VS Code can always track the dragging
2021-10-14 15:51:10 -07:00
Miguel Solorio 1ddaeae9be Align view margins (Fixes #93023) 2021-10-14 15:29:54 -07:00
Connor Peet b6a2e697b8 search: fix inconsistent regexes with quantified negated char classes
Fixes #134268
2021-10-14 14:20:31 -07:00
Miguel Solorio 5f235f1928 Update Codicons (Refs #54275)
https://github.com/microsoft/vscode-codicons/commit/4d7a083443f3122a17c08f8363731fc1ec356509
2021-10-14 14:06:15 -07:00
Alex Dima d7d69ce904 Fixes #135101: Install named pipe listener before launching the extension host 2021-10-14 22:47:48 +02:00
Alex Dima 4bba4f2554 Improve logging 2021-10-14 22:47:48 +02:00
SteVen Batten 25b9d7dc82 fixes #130484 2021-10-14 13:45:48 -07:00
Tyler Leonhardt 684fff706a initial unoptimized hasSession API 2021-10-14 13:39:11 -07:00
Megan Rogge 9e94461660 hide terminal dropdown if no web extensions contribute a profile (#135115) 2021-10-14 13:15:04 -07:00
Jackson Kearl 328ff61748 Given web steps unique id's 2021-10-14 13:10:05 -07:00
Jackson Kearl 373e8809c2 Respect whens on open first 2021-10-14 13:00:56 -07:00
Jackson Kearl dcfd72e844 Split getting started into web/non-web 2021-10-14 12:59:33 -07:00
Jackson Kearl bb5ece1678 Allow telemetry footer to open on main page via prodict config 2021-10-14 12:38:45 -07:00
Logan Ramos e35e898ac7 Fix ext host performance metrtic classification 2021-10-14 15:03:34 -04:00
Tyler Leonhardt ff6c1b51a8 add web label to web issue reporter 2021-10-14 11:26:57 -07:00
Alex Dima 7da76ad061 Update to latest native-keymap 2021-10-14 20:22:36 +02:00
Alex Dima 53cdb03a85 Revert "Update to latest native-keymap"
This reverts commit 15394cbf74.
2021-10-14 20:20:17 +02:00
Connor Peet 4150347750 debug: activate debugger post-resolution if its type differs
Fixes #135090
2021-10-14 11:12:44 -07:00
isidor f17b1ec638 more web friendly keybindings for New Window and New File commands 2021-10-14 19:54:03 +02:00
Tyler Leonhardt e14c37c3b0 fix compile error for unused type 2021-10-14 10:53:27 -07:00
Tyler Leonhardt a9a7c16b38 just check if clear is defined 2021-10-14 10:49:22 -07:00
Tyler Leonhardt 35cd6e9148 add extra data for web issue reporter 2021-10-14 10:33:47 -07:00
Jackson Kearl 9bb86e9f53 Speed up createFile unit test
ref #135075
2021-10-14 10:25:18 -07:00
Matt Bierner 6ae9e9d86c Add more specific check for lib files on web 2021-10-14 10:10:55 -07:00
SteVen Batten 787554d251 improve watermark further 2021-10-14 10:02:28 -07:00
Miguel Solorio 92c2c396df Update Codicons: Update whole-word (Fixes #54275)
https://github.com/microsoft/vscode-codicons/commit/bde6c41dadd11fcba8d2ac0440d0eca32a058be8?short_path=ebf01af#diff-ebf01af4e09e7b58fa1c8e3ee1d6c7815cde60ff290c651bb56bddbe700234bd
2021-10-14 10:01:27 -07:00
Matt Bierner 29d0c902a6 Include extension cdn in webview.cspSource 2021-10-14 09:32:36 -07:00
Matt Bierner b7c340f119 Simplify import path 2021-10-14 09:32:35 -07:00
Alex Dima 15394cbf74 Update to latest native-keymap 2021-10-14 17:41:19 +02:00
Alex Dima c586768928 Add a test for #128602 2021-10-14 17:22:15 +02:00
Alex Dima 2e0bb64461 Adopt latest loader 2021-10-14 17:09:03 +02:00
Henning Dieterichs 4cc9d87390 Fixes #128602 by adjusting the line when the previous line is also cut. 2021-10-14 16:37:48 +02:00
Daniel Imms 073a3d9748 Don't allow context menu when no terminals exist
Fixes #107655
2021-10-14 07:23:47 -07:00
Benjamin Pasero eb4f908577 watcher - increase timeout to reduce crash likelyhood 2021-10-14 15:04:24 +02:00
AiverReaver 55524bee8a fixed minimap slider width when page is scroll horizontally. 2021-10-14 17:57:57 +05:30
Henning Dieterichs f1f645f4cc editor.guides.bracketPairs: 'active' | 'all' | 'none' -> boolean | 'active' 2021-10-14 10:56:23 +02:00
Benjamin Pasero 78d226268b make nonce transferable 2021-10-14 08:57:31 +02:00
Benjamin Pasero 8058194c2a sandbox - requestChannel is optional 2021-10-14 08:55:07 +02:00
Benjamin Pasero 4e31ae70e1 💄 2021-10-14 08:51:40 +02:00
Benjamin Pasero 46e8f2054f sandbox - make acquiring message port from sandbox reusable 2021-10-14 08:45:05 +02:00
Benjamin Pasero 067261c03b sandbox - make shared process service available on startup 2021-10-14 08:34:35 +02:00
Tyler Leonhardt cad4c193d8 Have web issue reporter be a little more useful 2021-10-13 21:58:35 -07:00
Matt Bierner c986aef642 Remove .only and fix fragment used when opening file
Keeping the fragment causes a duplicated file to be opened
2021-10-13 19:33:56 -07:00
Matt Bierner 830987eac3 Refactor document link opening
- Extract out of command
- Try to preserve uri instead of converting to path
- Better handle case with absolute file path when there is no workspace
2021-10-13 19:27:35 -07:00
Matt Bierner d1f72b5420 Try to clairify how md links are resolved
For #101203

The current logic ends up tossing out the uri scheme and other important info when opening md links. This PR tries to avoid that
2021-10-13 19:00:19 -07:00
Raymond Zhao 46996ba864 Scroll the tree to the top after search
Fixes
#133946
2021-10-13 17:36:03 -07:00
SteVen Batten 7548d58ac6 fix strings 2021-10-13 17:26:56 -07:00
Sean McManus ae1bfc57d1 Update package.json
%html.format.wrapAttributesIndentSize.desc% contains markdown text.
2021-10-13 16:48:42 -07:00
Miguel Solorio 20e692d1d3 Add icon for deprecated messages in the settings ui (#135044) 2021-10-13 16:43:38 -07:00
Raymond Zhao 2aa340816f Pass process.env using env flags
Also remove redundant env in options
Fixes #134696
2021-10-13 16:25:23 -07:00