Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update my fork (#2) #89678

Closed
wants to merge 1 commit into from
Closed

Update my fork (#2) #89678

wants to merge 1 commit into from

Conversation

sportshead
Copy link
Contributor

Fixes microsoft/vscode-remote-release#2239

  • Fix forward port action name in places it shouldn't contain 'a'

Fixes microsoft/vscode-remote-release#2241

Fixes microsoft/vscode-remote-release#2221

Fixes microsoft/vscode-remote-release#2242

related to #86201

Fixes microsoft/vscode-remote-release#1596

fixes #89230

Fixes microsoft/vscode-remote-release#2237

  • Sort forwarded ports

Fixes microsoft/vscode-remote-release#2219

Fixes #89434

  • Fix description of task in task quick open

Fixes #89441

This reverts commit e8793a8.

Fixes #89624

Co-authored-by: Check your git settings! chris@chris-laptop

  • log requests to server

  • update last sync data if it was not there

  • update last sync state if does not exist

  • Add command for opening workspace tasks and make consistent

Fixes #89465

Follow up on #88310

Callers should never mutate these events (and after #88310, this will now produce an error since the result should be frozen)

Co-authored-by: SteVen Batten 6561887+sbatten@users.noreply.github.com
Co-authored-by: Benjamin Pasero benjamin.pasero@gmail.com
Co-authored-by: Jackson Kearl jakearl@microsoft.com
Co-authored-by: Johannes Rieken johannes.rieken@gmail.com
Co-authored-by: Alex Ross alros@microsoft.com
Co-authored-by: Christof Marti chrmarti@microsoft.com
Co-authored-by: Sandeep Somavarapu sasomava@microsoft.com
Co-authored-by: Isidor Nikolic inikolic@microsoft.com
Co-authored-by: João Moreno mail@joaomoreno.com
Co-authored-by: Alexandru Dima alexdima@microsoft.com
Co-authored-by: Martin Aeschlimann martinae@microsoft.com
Co-authored-by: Check your git settings! chris@chris-laptop
Co-authored-by: AlexStrNik alex.str.nik@gmail.com
Co-authored-by: Rachel Macfarlane ramacfar@microsoft.com
Co-authored-by: Connor Peet connor@peet.io
Co-authored-by: Pine octref@gmail.com
Co-authored-by: Eric Amodio eamodio@gmail.com
Co-authored-by: Matt Bierner matb@microsoft.com

This PR fixes #

* add setting for movable views

* untitled - do not compute label when first line change is >50 column

* Add style token for search editor input border. Fixes #89437.

* fix #89457

* Double click on file name to peek. Closes #89467

* fix #89502

* Remove redundant 'not forwarded' from ports view

Fixes microsoft/vscode-remote-release#2239

* Fix forward port action name in places it shouldn't contain 'a'

Fixes microsoft/vscode-remote-release#2241

* Untitled: show original resource name as description (fix #89423)

* ensure parent is checked when checking child, ensure child can be checked when parent is unchecked, #89500

* Fix enter keyboard shortcut on tunnels view

Fixes microsoft/vscode-remote-release#2221

* Editor navigation scrolled to top when opening the LRU item (fix #89519)

* No additional properties (fixes microsoft/vscode-remote-release#2222)

* Fix error in log with labeling port

Fixes microsoft/vscode-remote-release#2242

* Fix #89485

* fixes #89491

* misleading wording of "files.preventSaveConflicts" setting (fix #89510)

* add tree.hasElement()

related to #86201

* Don't remove trailing separator from drive letters (#89218)

Fixes microsoft/vscode-remote-release#1596

* fixes #88024

* fixes #86032

* fixes #89295

* Make ITheme.getTokenStyleMetadata return an object to be able to express "inherit" (#89600)

* use old uri for text edits that target renamed resource, #89506

* correct invalid checked states, e.g unchecked parent cannot have checked children, #89506, #89546, and #89500

* fix #89507

* fixes #89472

* make that there is always a focus element in the peek tree, #89557

* fix #89422

* fixes #83771

* improve inspect tokens hover

* always show diff editor, except for deletes, #89501

* accessibility: do not have editor group in aria label if only one group

fixes #89230

* Fix #89598

* Fix #89462

* Fix enablement event

* Fixes #89600: Allow that semantic tokens change only partially the underlying TM tokens

* Fix #89550

* fixes #89609

* End sockets used for port forwarding when tunnel is closed

Fixes microsoft/vscode-remote-release#2237

* Sort forwarded ports

Fixes microsoft/vscode-remote-release#2219

* Fixes #89459: Do not have "Command Palette..." in simple editor widgets

* Fix #89481

* Fix #89551

* Improve display of task pick string label

Fixes #89434

* Fix description of task in task quick open

Fixes #89441

* fixes #86602

* fix test failures

* Fixes #89552: Throw from the provider when semantic tokens cannot be computed and keep old semantic tokens if this happens

* Revert "Freeze uris before trying to resolveExternalUri"

This reverts commit e8793a8.

Fixes #89624

* Disable tests to unblock build

* fixes #87772

* Fix #89623

* Fix #89555

* Removed search.location from search.contribution.ts (#89585)

Co-authored-by: Check your git settings! <chris@chris-laptop>

* log requests to server

* update last sync data if it was not there

* update last sync state if does not exist

* Add command for opening workspace tasks and make consistent

Fixes #89465

* Fix #89599

* Fix #89138

* Add max length to search editor titles
Fixes #89466.

* Fix #89648

* Live-update search editor options. Fixes #89473.

* Allow `workbench.action.search.toggleQueryDetails` to toggle search editor. Fixes #89536.

* Fix #87441

* Fix #89493

* fixes #89478

* Fix typo in issue reporter string

* don't update overrides if not provided

* Begin token refresh sooner, #88577

* Re-enable tokens store tests

* Fixes #89540: Avoid document.activeElement when in shadow DOM

* Fixes #89573: Rename setting and possible values

* debug: update js-debug-nightly to "2020.1.38943" @ 2020-01-29T01:07:02.427Z

* Fix #88731

* Fixes issue with overlapping timeline message

* fixes #89488

* Persist highlights on restore and save. (Not on open)
Fixes #89477.

* Temporarily fix #89406 until #89267 is resolved.

* Deals with #89553 for now

* Remove unused function

* Remove console log

* Remove no longer required parameter

* fixes #89579

* Mark TextDocumentContentChangeEvent properties readonly

Follow up on #88310

Callers should never mutate these events (and after #88310, this will now produce an error since the result should be frozen)

* Skip failing tests

* Allows for js and ts specific refactoring pages

* fixes #89580

Co-authored-by: SteVen Batten <6561887+sbatten@users.noreply.github.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
Co-authored-by: Johannes Rieken <johannes.rieken@gmail.com>
Co-authored-by: Alex Ross <alros@microsoft.com>
Co-authored-by: Christof Marti <chrmarti@microsoft.com>
Co-authored-by: Sandeep Somavarapu <sasomava@microsoft.com>
Co-authored-by: Isidor Nikolic <inikolic@microsoft.com>
Co-authored-by: João Moreno <mail@joaomoreno.com>
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
Co-authored-by: Check your git settings! <chris@chris-laptop>
Co-authored-by: AlexStrNik <alex.str.nik@gmail.com>
Co-authored-by: Rachel Macfarlane <ramacfar@microsoft.com>
Co-authored-by: Connor Peet <connor@peet.io>
Co-authored-by: Pine <octref@gmail.com>
Co-authored-by: Eric Amodio <eamodio@gmail.com>
Co-authored-by: Matt Bierner <matb@microsoft.com>
@msftclas
Copy link

msftclas commented Jan 30, 2020

CLA assistant check
All CLA requirements met.

@sportshead
Copy link
Contributor Author

sorry wrong base

@sportshead sportshead closed this Jan 30, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.