Commit Graph

67625 Commits

Author SHA1 Message Date
Johannes Rieken 780d8b24d9 Merge pull request #97611 from AlexStrNik/fix-peek-problem-actions
Fix #97526
2020-06-24 16:47:27 +02:00
Sandeep Somavarapu 590da37fa3 💄 2020-06-24 16:46:32 +02:00
Johannes Rieken 97c2df47ea Merge branch 'master' into fix-peek-problem-actions 2020-06-24 16:41:12 +02:00
isidor 668d0cf484 status bar: use better default for ariaLabel, get the codicon name since it is well represented
#95360
2020-06-24 16:40:08 +02:00
Alex Ross 39a406daa3 Add resolveTreeItem to custom tree
Part of #100741
2020-06-24 16:29:01 +02:00
Isidor Nikolic fe66be1224 Merge pull request #100794 from microsoft/connor4312/allow-multiple-dynamic
debug: allow a single debug extension to provide multiple configs
2020-06-24 16:26:48 +02:00
Daniel Imms 48ce8ecce7 Convert TerminalLink.length to endIndex
Aligns more with other APIs

Part of #91290
2020-06-24 06:10:39 -07:00
Daniel Imms 756aebf0fc Correctly constrain T in TerminalLinkProvider
Part of #91290
2020-06-24 06:10:38 -07:00
Daniel Imms 4c51b89d2c Remove TerminalLink.target
Part of #91290
2020-06-24 06:10:38 -07:00
Sandeep Somavarapu 6d6edefdf7 use indexedbd fsp for userdata 2020-06-24 14:55:08 +02:00
Sandeep Somavarapu ea63691c6f - reuse inmemory fsp for inmemory log fsp
- rename keyvalue and indexeddb log fsp to file fsp
- create indexeddb outside the provider and pass it
2020-06-24 14:55:08 +02:00
Johannes Rieken 98b3c0bbca enable undo/redo for create, delete, and rename, https://github.com/microsoft/vscode/issues/91383 2020-06-24 14:54:16 +02:00
Johannes Rieken af272b8426 make it less likely to suffer from https://github.com/microsoft/vscode/issues/100949 2020-06-24 14:13:57 +02:00
Alex Dima 43faa69fcb Fix compilation 2020-06-24 13:31:08 +02:00
Alex Dima aec90e9420 Make IWorkspaceUndoRedoElement.split optional 2020-06-24 13:27:40 +02:00
Alex Dima 9d50740b82 Register UriComparisonKeyComputer's per scheme 2020-06-24 13:27:40 +02:00
Alex Dima 75cf1be165 JSDoc improvements 2020-06-24 13:27:39 +02:00
Alex Dima db5c0a2478 Have text models capture an undo-redo snapshot when the first edit occurs and on dispose restore that snapshot 2020-06-24 13:27:39 +02:00
Alex Dima f18c8978f1 Remove incorrect null assertion 2020-06-24 13:27:39 +02:00
isidor 574fdb8e45 explorer: slight polish 2020-06-24 12:32:48 +02:00
Martin Aeschlimann 72875a60a4 remove semanticTokensHelp 2020-06-24 11:43:32 +02:00
Martin Aeschlimann 20e8323d50 Merge pull request #100923 from microsoft/aeschli/html-headless
run html language features serverless
2020-06-24 11:42:43 +02:00
Martin Aeschlimann e6944cee80 Merge branch 'master' into aeschli/html-headless 2020-06-24 11:33:19 +02:00
Martin Aeschlimann 8c5e2438e7 [html] update service 2020-06-24 11:32:46 +02:00
Martin Aeschlimann 3d4fe5cfe6 [css] update service 2020-06-24 11:27:22 +02:00
Johannes Rieken 3aca4e40b9 some extra tests, https://github.com/microsoft/vscode/issues/96444 2020-06-24 11:10:52 +02:00
Johannes Rieken 32b00e8754 add validatePosition and validateRange, https://github.com/microsoft/vscode/issues/96444 2020-06-24 11:09:43 +02:00
Johannes Rieken f66687b6bc add ConcatDocument#contains, https://github.com/microsoft/vscode/issues/96444 2020-06-24 11:09:43 +02:00
Johannes Rieken b54228e06b Revert "make NotebookConcatTextDocument extends "normal" TextDocument, https://github.com/microsoft/vscode/issues/100186"
This reverts commit cda677da09.
2020-06-24 11:09:43 +02:00
Benjamin Pasero 97e3e2ce9a working copy - avoid bypass strict null 2020-06-24 11:00:12 +02:00
Benjamin Pasero ba42ae9e6b updateImportsOnFileMove is case-insensitive (fix #99690) 2020-06-24 10:55:30 +02:00
Pascal Fong Kye e3033faeee File operation events support multiple resources (#98988)
* refactor: use array of resources

* refactor: use an array of uricomponentspair

* feat: move many resources

* refactor: rename data to files

* feat: use array of files for copy

* refactor: use move with multiple resources

* refactor: use move method with array of files

* refactor: rename data to files

* feat: moveOrCopy array of resources on paste

* refactor: use concise loop syntax

* test: assert number of events

* refactor: rename uricomponentspair

* support multiple files on WorkingCopyFileEvent

* feat: support multiple resources
onWillRunWorkingCopyFIleOperation onDidRunWorkingCopyFileOperation

* refactor: make source optional for consistency

* refactor: support resources for delete

* test: isolate tests

* fix: iterate over resources

* feat: support operations on delete

* feat: adopt deleting multiple resources

* fix: typing and sequential flow of copyservice

* fix: typing and naming

* fix: typing and naming

* fix: use different message for multiple overwrites

* refactor: naming consistency

* fix: use array resources

* fix: message for multiple overwrites

* fix format

* clean up working copy file service

* refactor multiple overwrites message helper

* use openeditors to bulk open

* split drop copy and move

* add returns

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-06-24 10:32:55 +02:00
Alex Ross ac314ec9d1 Fix sequencing in tunnel service
Fixes #100822
2020-06-24 10:29:16 +02:00
Johannes Rieken ae6e90c44c restore view state when canceling notebook quick outline, https://github.com/microsoft/vscode/issues/96489 2020-06-24 10:27:12 +02:00
Benjamin Pasero fa96b9c82f electron - always go through window#focus() 2020-06-24 09:44:42 +02:00
Sandeep Somavarapu 5eb021aca9 #100911 Skip failing tests 2020-06-24 09:12:59 +02:00
Benjamin Pasero a3f86f0923 Drop node.js require for bootstrap and bootstrap-window (#100857)
* sandbox - load bootstrap/bootstrap-window via script tags (workbench)

* sandbox - adopt script loading for issue reporter and process explorer
2020-06-24 09:07:14 +02:00
Benjamin Pasero 4542519ea7 extensions - put warning about disabled extensions after workbench is restored 2020-06-24 08:59:04 +02:00
Martin Aeschlimann 0869754d4e update distro 2020-06-24 08:58:10 +02:00
Jackson Kearl 116b24e61c Update latest-release-monitor.yml 2020-06-23 23:57:23 -07:00
Miguel Solorio f9bc5fc631 Better font-size override for dialog icons (fixes #100863) 2020-06-23 21:07:16 -07:00
rebornix 2feb039432 re #100458. 2020-06-23 19:30:21 -07:00
rebornix 5222c24da0 Fix #100455. eary return if setInput is cancelled 2020-06-23 17:40:28 -07:00
rebornix c17ed9ffec Fix #100454. 2020-06-23 16:46:36 -07:00
rebornix d8ef78152c re #100454. unknown. 2020-06-23 16:28:39 -07:00
rebornix 246a7e736f re #100454. remove too much as any. 2020-06-23 16:20:03 -07:00
rebornix e982aeb6da Fix #100887. Clear memento after extensions activate. 2020-06-23 15:48:58 -07:00
Matt Bierner 5c11b81875 Revert "Use custom scheme for loading webview wrapper contents"
This reverts commit 61f796ee89.

Not sure how this change causes problems but revert seems to fix it.

Fixes #100879
Fixes #100874
2020-06-23 14:18:05 -07:00
Matt Bierner 876ea86423 Constrain types of providers 2020-06-23 14:18:05 -07:00
Martin Aeschlimann 6a18c72bbf add library loader 2020-06-23 22:58:54 +02:00