1. 09 1月, 2021 1 次提交
  2. 12 11月, 2020 1 次提交
  3. 11 11月, 2020 3 次提交
  4. 10 11月, 2020 1 次提交
  5. 28 6月, 2020 1 次提交
  6. 10 6月, 2020 1 次提交
  7. 06 6月, 2020 1 次提交
  8. 04 6月, 2020 1 次提交
  9. 28 5月, 2020 1 次提交
  10. 10 5月, 2020 1 次提交
  11. 08 5月, 2020 1 次提交
  12. 18 4月, 2020 2 次提交
  13. 14 4月, 2020 1 次提交
  14. 09 4月, 2020 1 次提交
  15. 16 3月, 2020 1 次提交
  16. 26 2月, 2020 1 次提交
  17. 25 2月, 2020 1 次提交
    • M
      file search: include workspace folder in filter · d4c2e7d8
      Matej Urbas 提交于
      "Go to File..." search can now filter files based on the workspace folder name.
      
      This feature is activated only when the workspace contains more than one folder.
      
      This is particularly useful when your workspace contains multiple files with the same name, each of them in another workspace folder.
      
      A common example is the `README.md` file. Say you want to find a `README.md` file from a particular folder, say `my-folder`. Before this change you'd have to press the `Down` button a few times before you could get to the file.
      
      With this change you'd instead search for `mfREADME.md`. The desired readme file should now appear closer to the top of the file search popup.
      d4c2e7d8
  18. 22 2月, 2020 2 次提交
  19. 10 1月, 2020 1 次提交
  20. 07 1月, 2020 1 次提交
  21. 20 12月, 2019 1 次提交
  22. 19 12月, 2019 1 次提交
  23. 18 12月, 2019 2 次提交
  24. 14 12月, 2019 3 次提交
  25. 10 12月, 2019 1 次提交
    • S
      Viewlet Refactor (#85566) · cabcace4
      SteVen Batten 提交于
      * wip 2
      
      * use viewlet stubs
      
      * fix layering issue
      
      * fix saveState and contextmenus
      
      * move context menu logic into panecomposite
      
      * revert tasks.json
      
      * tasks again
      
      * add showHeaderInTitleWhenSingleView values
      
      * patch tests
      
      * some cleanup
      
      * more cleanup
      
      * start view
      
      * merging conflicts
      
      * fix title and dnd
      
      * adding missing api surface to pane composite
      
      * additional merge resolution
      cabcace4
  26. 24 11月, 2019 1 次提交
    • J
      Add initial search editor implementation (#85424) · 695bc303
      Jackson Kearl 提交于
      * Initial search editor implementation
      
      * Merge fixes
      
      * Exclude search result untitled editors from localresults results
      
      * Remove unneeded keybinding
      
      * .vsc-search => .code-search
      
      * Add extension readme
      
      * Fix extra space inserted on Windows
      
      * Fixup some escaping issues
      
      * Add highlighting of result matches
      695bc303
  27. 07 11月, 2019 1 次提交
    • J
      Make Search All Files search as you type (#84004) · 43fc44ef
      Jackson Kearl 提交于
      * Make Search All Files search as you type
      Closes #46326.
      
      * Fix tests
      
      * Cancel search before queueing a new one.
      Reduces background load while user is typing rest of query
      
      * Reduce progress indicator flicker in fast searches
      
      * Don't trigger search on control chars
      
      * Remove ".only" form test
      
      * Remove unused emitter parameter
      
      * Clean up diff
      
      * Delay adding possibly partial search string to histroy
      
      * Clean up diff
      43fc44ef
  28. 18 10月, 2019 1 次提交
  29. 16 9月, 2019 1 次提交
  30. 04 9月, 2019 2 次提交
  31. 30 8月, 2019 1 次提交
  32. 08 8月, 2019 1 次提交