1. 11 12月, 2020 1 次提交
  2. 19 11月, 2020 1 次提交
  3. 09 9月, 2020 1 次提交
  4. 27 8月, 2020 1 次提交
  5. 24 6月, 2020 1 次提交
    • P
      File operation events support multiple resources (#98988) · e3033fae
      Pascal Fong Kye 提交于
      * 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: NBenjamin Pasero <benjpas@microsoft.com>
      e3033fae
  6. 11 2月, 2020 1 次提交
  7. 20 1月, 2020 1 次提交
  8. 11 1月, 2020 1 次提交
  9. 19 11月, 2019 3 次提交
  10. 18 11月, 2019 3 次提交
  11. 04 11月, 2019 1 次提交
  12. 01 11月, 2019 3 次提交
  13. 24 9月, 2019 1 次提交
  14. 05 8月, 2019 1 次提交
  15. 10 4月, 2019 1 次提交
  16. 19 3月, 2019 1 次提交
  17. 16 3月, 2019 1 次提交
  18. 06 3月, 2019 1 次提交
  19. 06 2月, 2019 1 次提交
  20. 14 12月, 2018 1 次提交
  21. 13 12月, 2018 1 次提交
  22. 08 12月, 2018 1 次提交
  23. 03 10月, 2018 1 次提交
  24. 06 9月, 2018 1 次提交
  25. 03 9月, 2018 1 次提交
  26. 02 7月, 2018 1 次提交
  27. 22 6月, 2018 1 次提交
  28. 19 6月, 2018 3 次提交
  29. 15 3月, 2018 1 次提交
  30. 14 12月, 2017 1 次提交
  31. 22 9月, 2017 1 次提交
    • B
      Introduce GlobPattern and adopt in DocumentFilter/FileWatcher/FileSearch (#34695) · 3e9fa596
      Benjamin Pasero 提交于
      * introduce IRelativePattern and use in extension API
      
      * 💄
      
      * docs
      
      * introduce RelativePattern
      
      * support RelativePattern also for file watcher
      
      * also make findFiles support RelativePattern
      
      * less type conversion
      
      * add GlobPattern type and remove readonly
      
      * make base a string
      
      * fix setter access to RelativePattern
      
      * fix npe when exclude is undefined
      
      * fix findFiles: pattern seems to be matched against workspace always
      
      * 💄
      
      * clarify glob pattern matching
      3e9fa596
  32. 15 9月, 2017 1 次提交