1. 03 3月, 2017 5 次提交
  2. 02 3月, 2017 1 次提交
    • S
      #19685 Use lower case id · b30abf53
      Sandeep Somavarapu 提交于
      - In Extension description in Extension host
      - In Extension enablement service
      - Rename identifier to id in IExtension
      b30abf53
  3. 21 2月, 2017 1 次提交
  4. 20 2月, 2017 2 次提交
  5. 17 2月, 2017 1 次提交
  6. 16 2月, 2017 2 次提交
  7. 09 2月, 2017 2 次提交
  8. 04 2月, 2017 1 次提交
  9. 03 2月, 2017 4 次提交
  10. 02 2月, 2017 4 次提交
  11. 01 2月, 2017 1 次提交
  12. 31 1月, 2017 2 次提交
  13. 30 1月, 2017 1 次提交
  14. 26 1月, 2017 1 次提交
  15. 25 1月, 2017 3 次提交
  16. 24 1月, 2017 2 次提交
    • 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
    • D
      Remove waitOnExit option from Terminal API · 90a52e87
      Daniel Imms 提交于
      This may turn into an enum or change behavior soon pending on the result of
      task-terminal integration. Removing from the API until more thought has been
      put into it.
      
      Part of #15583
      Part of #18661
      90a52e87
  17. 23 1月, 2017 1 次提交
  18. 22 1月, 2017 1 次提交
    • M
      Add Markdown Preview to Editor Scroll Syncronization · 5bf8cc76
      Matt Bierner 提交于
      Adds an initial implementation of scroll synrconization from the markdown preview to the editor. When the preview is scrolled, automatically scrolls the editor to reveal the same location.
      
      This required adding a new supported reveal type `AtTop` in our API. This is already supported and used internally, but not really exposed in the public apis (except for the `revealLine` command).
      5bf8cc76
  19. 20 1月, 2017 1 次提交
  20. 19 1月, 2017 4 次提交