Commit Graph

71770 Commits

Author SHA1 Message Date
Rob Lourens 65bb0ec307 Fix remote integration tests 2020-10-20 16:36:40 -07:00
Connor Peet cbc8d99e90 Merge branch 'master' of https://github.com/microsoft/vscode 2020-10-20 23:09:19 +00:00
Connor Peet 3ccf7adcf7 terminal: add some unit tests for typeahead 2020-10-20 23:09:14 +00:00
SteVen Batten 9e3af791ff fixes #107752 2020-10-20 15:54:15 -07:00
Rob Lourens a6067d7f3d Only reattach to terminals when serverSpawn is enabled 2020-10-20 15:20:49 -07:00
Alex Dima 99b0fba46e Server spawn by default 2020-10-20 22:11:16 +02:00
Alex Dima 8684c6d875 update distro 2020-10-20 22:06:18 +02:00
Alexandru Dima 9aaa79bca5 Merge pull request #109036 from microsoft/remoteTerminalsRestore
Add Remote Terminals Restoring
2020-10-20 21:59:23 +02:00
Alex Dima 709d8bbcda Fix integration tests 2020-10-20 21:58:38 +02:00
Alex Dima 1892ef16f3 Add Remote Terminals Restoring
Co-authored-by: Rob Lourens <roblourens@gmail.com>
2020-10-20 21:31:58 +02:00
Connor Peet 2fb8ea0ad1 typeahead: update gdpr fragment 2020-10-20 11:33:48 -07:00
Connor Peet b048c2bad1 typeahead: comment out debug logs 2020-10-20 11:32:38 -07:00
Connor Peet efe6a1e4d7 terminal: move typeahead latency into predictor, add dynamic predictor toggle 2020-10-20 11:29:38 -07:00
SteVen Batten d2a825f57e fixes #102954 2020-10-20 10:53:07 -07:00
Rachel Macfarlane 747ed27409 Tweaks to comment reaction styling 2020-10-20 10:50:54 -07:00
Martin Aeschlimann 05c579b7ba Remove some deprecated code in ./src/vs/base. For #103454 2020-10-20 18:04:18 +02:00
Martin Aeschlimann d5e80397cb [themeService] avoid locations in storage 2020-10-20 18:04:18 +02:00
Alex Ross 65dddce20e Fix back quick input button 2020-10-20 17:11:31 +02:00
Alex Ross cb1dce0ef3 Finalize theme icon color API
Fixes #103120
2020-10-20 17:11:30 +02:00
Matt Bierner 125f83c3f6 Use classList
For #103454
2020-10-20 08:04:06 -07:00
Sandeep Somavarapu 9be5ce54ec add notes 2020-10-20 16:26:39 +02:00
isidor 49d9c8c79b accessibilty: always enable show accessibility help command
fixes #108850
2020-10-20 16:05:53 +02:00
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
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
João Moreno 0ccd7a95a3 remove deprecated code usages 2020-10-20 10:35:05 +02:00
Megan Rogge 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
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 Pasero 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