Commit Graph
73433 Commits
Author SHA1 Message Date
Benjamin Pasero c57b7cd3d6 debt - lift resource identity service to workbench where it is used 2020-10-20 15:52:26 +02:00
Benjamin Pasero 49de785cb3 fix bad import location
//cc @RMacfarlane
2020-10-20 15:45:08 +02:00
Benjamin Pasero 8fcf778ba2 debt - lift lifecycle service to workbench layer 2020-10-20 15:36:53 +02:00
Alex Dima b3f4f13920 Fix unit test 2020-10-20 15:29:35 +02:00
Benjamin Pasero 71832b5b09 web - disable linear-gradient in safari for now (#108996) 2020-10-20 15:03:33 +02:00
Johannes Rieken 3903ac3d44 position tweak, persist size per editor type 2020-10-20 13:04:27 +02:00
Johannes Rieken 9521e6b42a better presisting of sizes, simplify layout, fix issues with status bar 2020-10-20 12:35:36 +02:00
Alex Ross 861b7a989a Move restoreForwardedPorts setting to common
It was never desktop specific, this is a bug
2020-10-20 12:34:42 +02:00
Alex Ross ad8de4eb13 Fix auto port forwarding when not desktop
The setting for disabling auto forwarding was desktop only, which is a bug!
2020-10-20 12:32:56 +02:00
Alex Ross 083bdb3241 Port display polish 2020-10-20 12:27:45 +02:00
isidor 0f82a7a9f2 call stack: show running when call stack empty and only one session present
fixes #108351
2020-10-20 12:06:30 +02:00
Alex Dima cf9ac85214 Remove usage of dom.addClasses (for #103454) 2020-10-20 10:55:52 +02:00
Benjamin Pasero 2f95140692 web - allow to dispose the workbench
This will remove any unload veto handlers.
2020-10-20 10:53:57 +02:00
Johannes Rieken 41ec71ac39 wip - resizable list and details 2020-10-20 10:36:51 +02:00
João Moreno 0ccd7a95a3 remove deprecated code usages 2020-10-20 10:35:05 +02:00
Megan RoggeandJoão Moreno 4af4249106 SCM: Support past commit message navigation (#107619)
* logging prior commit messages

* Logging prior commit messages

* Logging prior commit messages

* now works in forward and backward directions

* reset index on empty input

* cleaning up code

* introduce historyNavigator, working but not persisting on window reload

* introduce historyNavigator, working but not persisting on window reload

* add history

* saves search entries on window reload but doesn't save last typed message in input box

* save input

* change where the save occurs

* working

* add remove last method

* now replaces most recent input

* remove check for null value

* now at least lets you see most recent commit

* before adding objects

* add scmi value class

* add scmi value class

* new commit

* fix removal / insertion order

* change function modifiers

* working correctly

* change conditional

* undo inadvertant changes

* Update README.md

* fix tricky bug

* working and removed unnecessary conditional

* fix another bug

* make elements private again

* change order of save

* now working as expected, about to add context keys

* hook up context keys

* save on shutdown

* improve variable name

* disable show prior/next commit when there's no history and ensure that input is last in history

* formatting

* add new history navigator

* fix bad ==

* rename scm input history methods

* adopt HistoryNavigator2 in SCMInput

* remove unnecessary method

* revert history.ts

* 💄

* change size of history required to be valid

* revert change

* on reload, display latest input

* remove rogue console.log

* fix issue with saving uncommitted message

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2020-10-20 10:04:33 +02:00
Alex Dima 3c463a2076 Fixes #108880 2020-10-20 09:46:48 +02:00
Benjamin Pasero 73cd1f193f trusted domains - remove console.logs
//cc @JacksonKearl
2020-10-20 09:10:55 +02:00
Benjamin Pasero 60d96d72a5 explorer - tweaks to upload/download 2020-10-20 09:10:44 +02:00
Sandeep Somavarapu 50bfc596da use try catch 2020-10-20 08:05:33 +02:00
turara 10f7c0573e Update OneSnippet#move method to fix #96545.
Fixes #96545.
2020-10-20 12:48:08 +09:00
Matt Bierner 13b3c937dc Use looser check for active element when re-focusing webview
Fixes #108596

Always skip refocusing a webview if a new element has been focused after we call `.focus` on it
2020-10-19 20:22:46 -07:00
Matt Bierner a4a4cf5ace Re-resolve webview views when extension host restarts
Fixes #108555

Previously webviews were left hanging when the extension host died. With this change, we now try to re-create them once the extension host restarts
2020-10-19 19:00:16 -07:00
Benjamin PaseroandJackson Kearl 5eb46b187c link protection - read remotes only once on startup (#108938)
* link protection - read remotes only once on startup

* Reread on potential ocntent changes.

Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
2020-10-19 18:36:08 -07:00
SteVen Batten ff4f319e29 fixes #102345 2020-10-19 17:53:00 -07:00
SteVen Batten 9745766e8e add period 2020-10-19 17:27:00 -07:00
SteVen Batten e2490d25b3 fixes #99069 2020-10-19 17:26:03 -07:00
Matt Bierner 37c63d6ae5 Don't show loading and project loading status for in-memory JS/TS files
Fixes #108454
2020-10-19 17:18:49 -07:00
Matt Bierner 8f1117bf44 Extract some functions in markdown renderer 2020-10-19 16:58:09 -07:00
Matt Bierner f1ffbb1f82 Add title to commands in release notes
Fixes #94712

This enables a title that displays the command id for text of the form:

```
kb(command.bla)
```
2020-10-19 16:58:09 -07:00
Matt Bierner 6ad1da9f79 Pick up new TS for building VS Code 2020-10-19 16:58:09 -07:00
Connor Peet bef20b37c6 Merge remote-tracking branch 'origin/master' into terminal-typeahead 2020-10-19 16:31:14 -07:00
Connor Peet 13081e6541 get into a dogfooding state 2020-10-19 16:29:56 -07:00
tomerstav 5a76fea0a8 Rewrote logic 2020-10-19 23:24:48 +00:00
Miguel Solorio 4c520a11a6 update 2020-10-19 15:04:18 -07:00
Connor Peet 82df497acd cursor moves for nix 2020-10-19 13:00:50 -07:00
Johannes Rieken c748d1ca46 add beforeRender and afterRender to IContentWidget 2020-10-19 21:41:33 +02:00
Johannes Rieken 591c49a74b add dom.Dimension#with more modification, adopt class-vs-interface usage 2020-10-19 21:38:44 +02:00
Connor Peet c4d7a5b362 polish 2020-10-19 12:23:40 -07:00
Daniel Imms b0baa3a2d8 Update deps to include libgbm (#107611)
Fixes #106936
2020-10-19 11:47:07 -07:00
Raymond Zhao d10e2fc0e6 Use new helper extractAbbreviation function 2020-10-19 11:27:17 -07:00
Raymond Zhao 0c50806e8c Refactor Emmet abbrevationAction files 2020-10-19 11:27:16 -07:00
Kai Maetzel 2c53d68789 fix GDPR annotation 2020-10-19 17:22:06 +00:00
Christof Marti bfe35d4427 Settings copied only once (microsoft/vscode-remote-release#484) 2020-10-19 17:50:43 +02:00
Christof Marti dbc90498b4 Add hint (fixes microsoft/vscode-remote-release#486) 2020-10-19 17:50:43 +02:00
Benjamin Pasero b233cec283 fix bad quick access when tabs disabled (#107543) (#108736) 2020-10-19 17:28:22 +02:00
Sandeep Somavarapu af993f9c0a #108548 do not apply padding for output 2020-10-19 16:33:58 +02:00
Martin Aeschlimann fff9302b36 folding: provider event to signal that folding ranges have changed. Fixes #99914 2020-10-19 15:59:56 +02:00
Sandeep Somavarapu df696e3afc move assertions out of promise 2020-10-19 14:46:34 +02:00
Sandeep Somavarapu 9a51f24502 add message to assertion 2020-10-19 14:19:37 +02:00