• 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
extHost.api.impl.ts 26.5 KB