1. 07 11月, 2017 1 次提交
  2. 08 9月, 2017 1 次提交
  3. 23 8月, 2017 1 次提交
  4. 21 8月, 2017 1 次提交
  5. 16 8月, 2017 3 次提交
  6. 27 7月, 2017 1 次提交
  7. 20 7月, 2017 1 次提交
  8. 19 7月, 2017 1 次提交
  9. 11 7月, 2017 1 次提交
  10. 16 6月, 2017 1 次提交
  11. 24 5月, 2017 1 次提交
  12. 12 5月, 2017 1 次提交
  13. 05 4月, 2017 5 次提交
  14. 27 3月, 2017 1 次提交
  15. 07 3月, 2017 1 次提交
  16. 06 3月, 2017 1 次提交
  17. 03 3月, 2017 1 次提交
  18. 03 2月, 2017 1 次提交
    • M
      Add Type Definition Provider API (#19699) · a87586c7
      Matt Bierner 提交于
      * Add Type Definition Provider API
      
      Adds a new API to support type definition providers and adds an initial type definition provider for TypeScript
      
      * Fix comment
      
      * Addressing comments
      
      * Fixer menu option ordering
      
      * Added simple test
      a87586c7
  19. 25 1月, 2017 1 次提交
  20. 24 1月, 2017 1 次提交
    • M
      Rename TypeDefinitionProvider to TypeImplementationProvider (#19101) · 20f3a9f1
      Matt Bierner 提交于
      * Rename TypeDefinitionProvider to TypeImeplementationProvider
      
      **bug**
      In #18346, I originally called the new go to implementation provider api `ImplementationProvider` which we then decided to rename to `TypeDefinitionProvider`. At the time, I didn't realize that a type definition was actually its own, unrelated concept.
      
      **Fix**
      Rename `TypeDefinitionProvider` to `TypeImplementationProvider` to make it clear what the purpose and use of this api is.
      
      * Fix a few names in comments
      20f3a9f1
  21. 17 1月, 2017 1 次提交
  22. 13 1月, 2017 1 次提交
    • M
      Add Go To Implementation Api (#18346) · 9d611d4d
      Matt Bierner 提交于
      * Add Go To Implementation Api
      
      For #10806
      
      Adds a new API for supporting  `go to implementation` command for languages. Implements an example for TS
      
      * Rename
      
      * Cleanup
      9d611d4d
  23. 05 1月, 2017 1 次提交
  24. 13 12月, 2016 1 次提交
  25. 25 10月, 2016 1 次提交
  26. 24 10月, 2016 1 次提交
  27. 22 10月, 2016 1 次提交
  28. 19 10月, 2016 1 次提交
    • J
      make vscode.d.ts use a declare module, #13990 · dc7402b9
      Johannes Rieken 提交于
      * a declared module allows to have a sibling module containing experimental API
      * this change also cleans up some bogous type pollution that happened because vscode used to be both, a declare module and a global namespace
      dc7402b9
  29. 17 10月, 2016 1 次提交
  30. 08 10月, 2016 1 次提交
  31. 07 9月, 2016 1 次提交
  32. 06 9月, 2016 1 次提交
  33. 17 8月, 2016 1 次提交
  34. 16 8月, 2016 1 次提交