1. 25 1月, 2017 1 次提交
  2. 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
  3. 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
  4. 19 1月, 2017 2 次提交
  5. 18 1月, 2017 2 次提交
  6. 13 1月, 2017 3 次提交
  7. 12 1月, 2017 1 次提交
  8. 11 1月, 2017 2 次提交
  9. 10 1月, 2017 1 次提交
  10. 08 1月, 2017 1 次提交
  11. 07 1月, 2017 3 次提交
  12. 29 12月, 2016 1 次提交
  13. 21 12月, 2016 1 次提交
    • J
      TextEditor.insertSnippet extension API. · 40522e28
      Joel Day 提交于
      More robust type validation on ext side of insertSnippet.
      Position/range check for snippet insertion was inverted.
      Adding insertSnippet to vscode.d.ts. (Should it be in vscode.proposed.d.ts?)
      Adding extension API tests for insertSnippet.
      40522e28
  14. 20 12月, 2016 1 次提交
    • M
      Add CompletionItemKind.Folder (#17438) · 5162e3b5
      Matt Bierner 提交于
      * Add CompletionItemKind.Folder
      
      Fixes #17435
      
      Adds a new completion item kind for folder/directories. This is useful for path intellisense
      
      For the icons, I copied the icons for folders into the suggestion icon set. Let me know if new ones are needed instead.
      
      * Fix monaco.d.ts
      5162e3b5
  15. 17 12月, 2016 1 次提交
  16. 16 12月, 2016 1 次提交
  17. 13 12月, 2016 1 次提交
  18. 07 12月, 2016 2 次提交
  19. 02 12月, 2016 1 次提交
  20. 23 11月, 2016 4 次提交
  21. 22 11月, 2016 1 次提交
  22. 18 11月, 2016 1 次提交
  23. 17 11月, 2016 1 次提交
  24. 16 11月, 2016 1 次提交
  25. 08 11月, 2016 1 次提交
  26. 07 11月, 2016 1 次提交
  27. 01 11月, 2016 1 次提交
  28. 25 10月, 2016 1 次提交