1. 19 7月, 2018 1 次提交
    • M
      Finalize definition link (#54424) · 44cd521c
      Matt Bierner 提交于
      Finalize the definition link api
      
      - Gives fields more explicit names (target and origin)
      - Moves api to vscode.d.ts
      - Makes other definition providers (such as type definition provider and implementation provider) also return definition links
      
      Fixes #54101
      44cd521c
  2. 21 6月, 2018 1 次提交
    • M
      Definition link API (#52230) · 0532c31e
      Matt Bierner 提交于
      * Definition link
      
      Add a new `DefinitionLink` type. This type allows definition providers to return additional metadata about a definition, such as the defining span.
      
      Hook up this new provider for typescript
      
      This PR replaces #48001
      
      * Correctly mark field optional
      
      * Small code fixes
      
      - Use lift
      - Remove unused param
      
      * Adding documentation
      0532c31e
  3. 05 6月, 2018 2 次提交
  4. 24 3月, 2018 1 次提交
  5. 27 10月, 2017 2 次提交
  6. 26 5月, 2017 1 次提交
  7. 25 5月, 2017 1 次提交
  8. 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
  9. 02 12月, 2016 1 次提交
    • M
      Use Strict Null Checks In TS Extension (#16244) · 22deff95
      Matt Bierner 提交于
      * Use Strict Null Checks In TS Extension
      
      Updates the Ts extension to use strict null checks.
      
      * Throw instead of returning undefined in some linkedmap cases
      
      * fix small null check in buffersync
      
      * Fix for request item null
      22deff95
  10. 23 8月, 2016 1 次提交
  11. 13 2月, 2016 1 次提交
  12. 24 11月, 2015 1 次提交
  13. 19 11月, 2015 1 次提交
  14. 13 11月, 2015 1 次提交