“ffcaade3109c3a4c0a2c601cf2a44d55b4c3af37”上不存在“drivers/firewire/sbp2.c”
  1. 20 11月, 2018 1 次提交
  2. 08 9月, 2018 1 次提交
  3. 26 7月, 2018 1 次提交
  4. 14 6月, 2018 2 次提交
  5. 06 6月, 2018 1 次提交
    • M
      Split toPath and normalizedPath · fe114f8f
      Matt Bierner 提交于
      Break up the concept of normalizing a path and trying to get the on disk path of a resource. Needed for handling case insensitivity
      fe114f8f
  6. 05 6月, 2018 5 次提交
  7. 24 3月, 2018 1 次提交
  8. 20 3月, 2018 3 次提交
  9. 19 12月, 2017 1 次提交
  10. 17 11月, 2017 1 次提交
  11. 07 11月, 2017 1 次提交
  12. 20 9月, 2017 3 次提交
  13. 19 9月, 2017 1 次提交
  14. 26 5月, 2017 1 次提交
  15. 25 5月, 2017 1 次提交
  16. 13 5月, 2017 1 次提交
    • M
      Split js and ts setting for references code lens · f856147a
      Matt Bierner 提交于
      Fixes #26418
      
      Allows enabling or disabling the references code lenses in either javascript or typescript. Previously, the setting enabled it in both language automatically. Enable the code lenses in ts files by default
      f856147a
  17. 10 5月, 2017 1 次提交
  18. 13 4月, 2017 1 次提交
    • M
      Allow Code Lenses to Provide only a Title · a0cb4324
      Matt Bierner 提交于
      Fixes #24209
      
      **Bug**
      Currently, for the js/ts references code lens, even if there are zero references you can click on the lens. This display an empty peek view
      
      **Fix**
      Allow code lenses to only register a title for the lens with no actual backing command
      a0cb4324
  19. 11 4月, 2017 1 次提交
  20. 24 3月, 2017 1 次提交
  21. 04 3月, 2017 1 次提交
  22. 01 3月, 2017 1 次提交
    • M
      Prototype of Implementations Code Lens Provider for TypeScript (#20784) · 223ea4bb
      Matt Bierner 提交于
      * Prototype of Implementations Code Lens Provider for TypeScript
      
      Adds a prototype code lens that shows the number of implementations for interfaces and abstract classes. This shares a lot of code with the references code lens provider, so I extracted most of the common stuff into a base class.
      
      * Support children of interfaces
      
      * Add setting to control implementations code lens
      223ea4bb