Commit Graph
73433 Commits
Author SHA1 Message Date
SteVen Batten 038e1a93b9 fixes #104967 2020-08-20 10:17:58 -07:00
Benjamin Pasero 1b7035d050 web - add a quality change handler 2020-08-20 15:32:54 +02:00
Benjamin Pasero 71e4d1dc2b 🆙 web playground 2020-08-20 15:19:38 +02:00
Sandeep Somavarapu 94364b7fb7 initialize keybindings and snippets after restored phase 2020-08-20 14:27:02 +02:00
Alex Ross 640caaef05 Finalize task custom execution variable resolving
Fixes #81007
2020-08-20 13:49:20 +02:00
Martin Aeschlimann 362e49228c renameOnType: debounce update request, trigger update on changes. Fixes #86845. Fixes #86845 2020-08-20 13:41:11 +02:00
Alex Ross 73d583f759 Move task definition variable resolving to be early
Part of #81007
2020-08-20 13:34:09 +02:00
Johannes Rieken 88b7db2815 workaround (fix?) for https://github.com/microsoft/vscode/issues/105073 @rebornix 2020-08-20 12:57:30 +02:00
Johannes Rieken 89a2411190 chore - make notebook cell language as readonly 2020-08-20 12:22:27 +02:00
Benjamin Pasero a9624db8e1 Web: remote indicator API (#105069)
* remote - refactor indicator a bit for better readability

* remote indicator - more refactorings and cleanup

* web api - shuffle some things around

* remote indicator - add remote transition indicator

* update remote indicator API

* 💄
2020-08-20 11:58:30 +02:00
Johannes Rieken ef6e27ecfe Merge branch 'master' into joh/formatChanges 2020-08-20 11:44:05 +02:00
Johannes Rieken 0e0a0657cd fix join with command ordering fyi @roblourens 2020-08-20 11:42:13 +02:00
isidor 135b6da837 debug: do not show toolbar while initialising
fixes #84228
2020-08-20 11:05:01 +02:00
Sandeep Somavarapu 160fd51f71 use type 2020-08-20 10:49:16 +02:00
Sandeep Somavarapu 79e9ee33c9 rename and pass environment service 2020-08-20 10:47:09 +02:00
Johannes Rieken 780fb8c8e8 fix https://github.com/microsoft/vscode/issues/104454 2020-08-20 10:42:51 +02:00
Johannes Rieken 8199fcd2a2 tweak wording 2020-08-20 10:03:39 +02:00
Johannes Rieken 1e77267623 format on save to only format modifications 2020-08-20 09:52:47 +02:00
Johannes Rieken d670a947ac Merge branch 'master' into joh/formatChanges 2020-08-20 09:04:13 +02:00
Rob Lourens 8e872f41d4 Move execution order label
Fix #104680
2020-08-19 19:23:02 -07:00
Rob Lourens ad4e97584c Force delete button to right
Fix #104082
2020-08-19 18:18:39 -07:00
ae1020 8b21b331fa Amend scrollbarState.test.ts for new positions
The test file had calls to getDesiredScrollPositionFromOffset()
which do not seem critical to the aspect being tested.  This
updates the two calls to reflect the new value resulting from
movement by page.
2020-08-19 20:32:58 -04:00
Matt Bierner 64d126cafb Add new TSS_REMOTE_DEBUG flags that are only active in remote cases
Fixes https://github.com/microsoft/vscode-remote-release/issues/3546
2020-08-19 17:07:13 -07:00
Connor Peet 24b712d7c2 notebooks: remove impure renderer API
This removes the initial notebook renderer API and keeps the 'pure'
renderer API described in #102644 and hacked-in previously.

Remaining work in this area, in no particular order:

- Add messaging context to postMessage as requested by Don (API proposal TBA)
- Cleanups around how state is managed internally in the backLayerWebView
- Deprecate the renderer `viewType` in favor of calling it the `id` or `rendererId`

Q: I kept around some of the "transform" functions since the mime type
picking happens there, not sure if there's a better place for this
to happen now, or whether these methods should simply be renamed.
2020-08-19 15:47:02 -07:00
Jackson Kearl 2611bffc41 Use selected text for query when runnning Open Search Editor with an existing editor
Always select the full query text when running Open Search Editor with no selection
Closes #105032. Closes #105031.
2020-08-19 15:43:24 -07:00
Andre Weinand 7f4c958024 node-debug@1.44.10 2020-08-19 23:06:31 +02:00
rebornix 065fde64cc disable editing on the notebook diff editor. 2020-08-19 12:27:24 -07:00
rebornix a2171a1cb3 isEmbedded. 2020-08-19 12:19:05 -07:00
rebornix fee4dcfb76 💄 2020-08-19 12:15:42 -07:00
rebornix 8b8370b8c3 avoid infinite scrolling 2020-08-19 12:13:14 -07:00
Jack Works 5d9647d4bc Improve typescript.code-snippets for async (#99544)
* Update typescript.code-snippets

* Update typescript.code-snippets

* Update typescript.code-snippets

* Update typescript.code-snippets
2020-08-19 12:07:13 -07:00
Rob Lourens 67243326c1 Avoid group conflicts by title between extensions/core
Fix #104442
2020-08-19 11:36:26 -07:00
Rob Lourens 24b55a196a Force horizontal scrolling off in settings TOC tree 2020-08-19 11:28:25 -07:00
Rob Lourens 1d35a03ea6 Remove deprecated helpers in prefModels 2020-08-19 10:56:26 -07:00
rebornix 367e481747 expose diff editor decorations. 2020-08-19 10:39:51 -07:00
Sandeep Somavarapu 55afb516aa Fix #101288 2020-08-19 18:53:24 +02:00
Isidor Nikolic 77e39ac316 Merge pull request #105003 from microsoft/lszomoru/setup-icon-fix
Setup - switch to using autodesktop
2020-08-19 18:42:56 +02:00
Sandeep Somavarapu 3b7c836fd6 fix #104827 2020-08-19 18:10:44 +02:00
Sandeep Somavarapu 0d669335de Fix #104828 2020-08-19 18:03:13 +02:00
Sandeep Somavarapu 860ed7b6cf Merge pull request #104996 from microsoft/sandy081/initUserData
Initialise user data from Settings sync service in Web
2020-08-19 16:43:56 +02:00
Sandeep Somavarapu 2c9df0aa1b fix global state 2020-08-19 16:39:45 +02:00
Jensui 2fa97c8794 feat(extensions): added an option to disable related dependencies when disabling an extension with enabled dependencies 2020-08-19 17:36:47 +03:00
Sandeep Somavarapu 116157acb1 Merge branch 'master' into sandy081/initUserData 2020-08-19 16:29:10 +02:00
Sandeep Somavarapu cb746636f0 change user data init into a service.
initialize resources at necessary phases
2020-08-19 16:18:40 +02:00
Alex Ross 4a0a7ea1df Make already running task message a warning
Fixes #104869
2020-08-19 16:17:04 +02:00
Ladislau Szomoru a4c736981a Use autodesktop 2020-08-19 16:02:30 +02:00
Alex Ross 893314330c Update grammars 2020-08-19 16:00:28 +02:00
Johannes Rieken 66c38f32f6 Merge branch 'master' into joh/formatChanges 2020-08-19 15:57:10 +02:00
Ladislau Szomoru bdb07d7914 Switch to userdesktop 2020-08-19 15:29:08 +02:00
Johannes Rieken 812331f832 chore - inline single-use function 2020-08-19 14:56:17 +02:00