-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Closed
Update my fork (#2) #89678
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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>
sorry wrong base |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 Search editor: need a border around input fields #89437.
fix Suggest widget is sticky #89457
Double click on file name to peek. Closes Search editor: double click on file link should also open file #89467
fix Refactor preview: accept button should show disabled when everything unchecked #89502
Remove redundant 'not forwarded' from ports view
Fixes microsoft/vscode-remote-release#2239
Fixes microsoft/vscode-remote-release#2241
Untitled: show original resource name as description (fix Untitled: show original resource name as description #89423)
ensure parent is checked when checking child, ensure child can be checked when parent is unchecked, F2 createNewFileWithContent does not check file? #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 Editor navigation scrolled to top when opening the LRU item #89519)
No additional properties (fixes Unknown attributes in devcontainer.json not flagged vscode-remote-release#2222)
Fix error in log with labeling port
Fixes microsoft/vscode-remote-release#2242
Fix Expect some error message when sync fails and for sync to turn off #89485
fixes Group in presentation should be optional #89491
misleading wording of "files.preventSaveConflicts" setting (fix misleading wording of "files.preventSaveConflicts" setting #89510)
add tree.hasElement()
related to #86201
Fixes microsoft/vscode-remote-release#1596
fixes "save all & commit" with unsaved, staged file will also commit UNSTAGED files #88024
fixes Need two left arrow presses to get to parent #86032
fixes Empty custom view filter generates spurious error #89295
Make ITheme.getTokenStyleMetadata return an object to be able to express "inherit" (Allow semantic token styles with undefined foreground and styles #89600)
use old uri for text edits that target renamed resource, Refactor preview: rename failed to apply edits #89506
correct invalid checked states, e.g unchecked parent cannot have checked children, Refactor preview: rename failed to apply edits #89506, Refactor preview wrong diff view #89546, and F2 createNewFileWithContent does not check file? #89500
fix Snippet descriptions are clipped #89507
fixes Restart Frame icon overlaps with stacktrace #89472
make that there is always a focus element in the peek tree, Call Hierarchy view toggle fails to update title bar and editor #89557
fix Shift+Enter in editor after previewing refactoring applies refactoring #89422
fixes Debugging control bar disappears #83771
improve inspect tokens hover
always show diff editor, except for deletes, Refactor preview: show creates and deletes still in diff editor? #89501
accessibility: do not have editor group in aria label if only one group
fixes #89230
Fix Improve wording in sync settings UI #89598
Fix Syncing a second machine resulted in extension disablement state being lost on first machine #89462
Fix enablement event
Fixes Allow semantic token styles with undefined foreground and styles #89600: Allow that semantic tokens change only partially the underlying TM tokens
Fix Add
@param scope
ingetConfiguration
vscode.d.ts #89550fixes [FileExplorer] Tree element not found #89609
End sockets used for port forwarding when tunnel is closed
Fixes microsoft/vscode-remote-release#2237
Fixes microsoft/vscode-remote-release#2219
Fixes Editor inputs have contributed commands in the context menu #89459: Do not have "Command Palette..." in simple editor widgets
Fix Incorrect workspace and workspace folder value #89481
Fix Add documentation to
ConfigurationScope
in vscode.d.ts #89551Improve display of task pick string label
Fixes #89434
Fixes #89441
fixes Cannot read property 'dragStartDisposable' of undefined #86602
fix test failures
Fixes Fast typing causes semantic highlights to flicker #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 missing remove folder from workspace #87772
Fix AbstractSynchronizer.getRemoteUserData is called without lastSyncData seemingly on every sync #89623
Fix Confusing user facing error when trying to use a non-language specific setting as a language setting #89555
Removed search.location from search.contribution.ts (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 Settings Sync UI: add article "the" before "cloud" #89599
Fix Workspace editirng service throws 'unknown folder' #89138
Add max length to search editor titles
Fixes Search editor: restrict the name of the editor to a max length? #89466.
Fix Reset local sync state when turned off #89648
Live-update search editor options. Fixes Search editor: changing setting for editor is not updated live #89473.
Allow
workbench.action.search.toggleQueryDetails
to toggle search editor. Fixes toggleQueryDetails does not work in the new Search Editor #89536.Fix Problems view moves out of the panel when panel has minimum size #87441
Fix Intellisense is cut off without ellipsis #89493
fixes Wrong outline background color #89478
Fix typo in issue reporter string
don't update overrides if not provided
Begin token refresh sooner, Settings sync stuck at "Synchronizing User Configuration..." #88577
Re-enable tokens store tests
Fixes [Shadow DOM] can not focus editor with mouse in Edge (chromium) #89540: Avoid document.activeElement when in shadow DOM
Fixes Dom-based wrapping: settings name #89573: Rename setting and possible values
debug: update js-debug-nightly to "2020.1.38943" @ 2020-01-29T01:07:02.427Z
Fix Suggest details pane often shows up below the suggest widget when loading #88731
Fixes issue with overlapping timeline message
fixes Moving panel is not remembering the size #89488
Persist highlights on restore and save. (Not on open)
Fixes Search editor: highlights lost after reload when dirty #89477.
Temporarily fix Trigger Electron#setDocumentEdited for working copies edited before the event handler is added. #89406 until Search editor: should initially report as dirty if loaded from backup #89267 is resolved.
Deals with Adding folder to create workspace causes error in registerTimelineProvider #89553 for now
Remove unused function
Remove console log
Remove no longer required parameter
fixes Custom views don't move in all windows #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 Custom views moved to panel don't appear anywhere after extension disabled then enabled #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
This PR fixes #