Commit Graph

67934 Commits

Author SHA1 Message Date
Rob Lourens bafb9fcfa3 Bump vscode-ripgrep for ARM windows support 2020-06-29 21:14:50 -07:00
Eric Amodio 999cb23da0 Run OSS tool for v1.47 2020-06-29 23:58:21 -04:00
Robo 8540261593 Revert "chore: bump electron@8.3.3" (#101324)
This reverts commit d2f06fbcec.
2020-06-29 19:08:34 -07:00
Eric Amodio b9d6f6f861 Removes now unneeded safety net check 2020-06-29 21:56:38 -04:00
Aditya Thakral 4a69d773c6 Fix Object renderer optimistic rendering bug
We should not remove the items that have a default. Instead we should
restore the default value in the optimistic update.
2020-06-29 21:26:07 -04:00
Rob Lourens e53bd39cce Fix error when DND cells
temp workaround for #101326
2020-06-29 17:50:20 -07:00
Rob Lourens 6ebc15d60e Disable "dynamic height" on markdown cells 2020-06-29 17:50:20 -07:00
Rob Lourens 207029dc49 Merge pull request #101322 from microsoft:adi/object-renderer-optimistic
Optimistic updates in object renderer
2020-06-29 17:39:41 -07:00
Connor Peet b26cde750e notebooks: ensure preloads load before webview output is shown (#101166)
* notebooks: ensure preloads load before webview output is shown

This serializes code in the webview so that we make sure preloads load
before rending output. Since the rendering of HTML can be deferred,
we also potentially need to defer other actions like clearing and
focusing.

* fixup! rm debug code, comment
2020-06-29 17:19:45 -07:00
Connor Peet 6bb8c6ee18 debug: bump js-debug back to 1.46.2 2020-06-29 16:46:00 -07:00
rebornix f3632ffccf fix #92892. 2020-06-29 16:13:03 -07:00
Connor Peet 1f0770b89a debug: revert js-debug update until build finishes 2020-06-29 16:01:57 -07:00
Aditya Thakral 03241524b0 Always show header 2020-06-29 18:46:45 -04:00
Aditya Thakral 900ee6973c Optimistic updates for object renderer 2020-06-29 18:46:45 -04:00
Aditya Thakral f9dda0e625 Dont show add button if additionalProperties is false 2020-06-29 18:46:44 -04:00
Aditya Thakral 77cd0abbbf Render a select box for adding static keys in object renderer (#101308) 2020-06-29 18:34:45 -04:00
Miguel Solorio 9e6f0ddfa9 Update notebook scrollbar styles 2020-06-29 15:23:02 -07:00
rebornix 3b771d33ed fix #100215. focus the nearest result when loop is disabled. 2020-06-29 15:13:50 -07:00
Miguel Solorio 1d2af097fb Update notebook cell styles for light themes 2020-06-29 15:07:46 -07:00
Eric Amodio 0be16f743a Fixes full-text search 2020-06-29 18:05:41 -04:00
Rob Lourens 03ee08cc4d output-plaintext, set break-word 2020-06-29 15:02:55 -07:00
Eric Amodio 8bcf177236 Fixes issues with create/copy/rename/delete 2020-06-29 17:52:40 -04:00
Eric Amodio 6a6876b023 Minor code reorg 2020-06-29 17:52:40 -04:00
Connor Peet 2183e2db8a debug: update js-debug version 2020-06-29 14:52:20 -07:00
Matt Bierner 3387469e6e Port electron webview focus fix to iframe based webviews
Fixes #101304
2020-06-29 14:49:16 -07:00
Rob Lourens ae5f2144e2 Fix cell run/execution count label alignment 2020-06-29 14:46:44 -07:00
Peng Lyu 461be984c6 Merge pull request #101159 from microsoft/rebornix/focus-webview
Re-focus webview when navigating back from another editor.
2020-06-29 14:43:03 -07:00
Matt Bierner 1512c95b66 Update to latest TS nightly for building VS Code 2020-06-29 14:40:15 -07:00
Matt Bierner 7f138d56a0 Don't require text focus for copy paste actions
This prevents these actions from being reused by webviews
2020-06-29 14:40:15 -07:00
Matt Bierner c5b91342d6 Remove extra dispose implementations 2020-06-29 14:40:15 -07:00
Martin Aeschlimann 4521e5d1a6 update distro 2020-06-29 22:20:56 +02:00
Martin Aeschlimann bc3e76f232 npm web: add when contexts 2020-06-29 21:53:37 +02:00
Martin Aeschlimann c99fe71f85 web: bring back temporary workaround for package.nls 2020-06-29 21:44:42 +02:00
Martin Aeschlimann cf7369db9c fix tests 2020-06-29 21:00:15 +02:00
Aditya Thakral 45b3cb40ea Change value widget in object renderer based on key (#101261)
* Use controlled input for object renderer

* Display correct value widget based on key

* Remove TODO comment
2020-06-29 14:36:26 -04:00
Martin Aeschlimann c25e7c1c2d [semantic] Allow to enable semantic highlighting for a language. Fixes #101292 2020-06-29 20:29:17 +02:00
Martin Aeschlimann 074629766b [css][html] update services 2020-06-29 20:29:17 +02:00
Rob Lourens a5f0717604 Fix cell folding indicator position 2020-06-29 10:51:40 -07:00
Daniel Imms b37b58f023 Clarify Code -> VS Code
Part of #100941
2020-06-29 10:37:14 -07:00
Miguel Solorio bcb167aefa Fix debug call stack focused text (fixes #101111) 2020-06-29 10:20:05 -07:00
Sandeep Somavarapu 8b981e167a Fix #100714 2020-06-29 18:04:12 +02:00
Eric Amodio 2fbb91cca4 Adds tasks for web extensions 2020-06-29 11:43:09 -04:00
Sandeep Somavarapu 009703b5bb Fix #99699 2020-06-29 17:13:20 +02:00
Benjamin Pasero a239c60220 model resolver - do not have invalid arg 2020-06-29 17:00:29 +02:00
Sandeep Somavarapu b65d84d171 Fix #98865 2020-06-29 16:50:13 +02:00
Sandeep Somavarapu 9642c4db5a Fix #89570 2020-06-29 16:40:39 +02:00
Christof Marti 7d64a2b3d7 Official version number regex and doc (microsoft/vscode-remote-release#3253) 2020-06-29 16:37:44 +02:00
João Moreno 57f08f6b74 Merge pull request #101114 from daniel-j-davis/feature/add-git-squash-message
Adding .git/SQUASH_MSG detection to commit message auto-fill #101078
2020-06-29 16:16:34 +02:00
Chuck Lantz d5d40af8e7 Merge pull request #99328 from microsoft/clantz/dev-container
Code - OSS Development Container
2020-06-29 06:53:37 -07:00
Chuck Lantz 0710dca120 Merge branch 'master' into clantz/dev-container 2020-06-29 06:47:03 -07:00