• M
    Add 'open with' to the explorer context menu (#95805) · 7d238f42
    Matt Bierner 提交于
    This change primarly adds a new `Open with...` entry to the explorer context menu. To do this however, I had to make a few other changes:
    
    - Add a new explorer context key for availible editors
    - Moved the editor select prompt into a new function called `openEditorWith`
    - Use `openEditorWith` for the new `open with` explorer command as well as for the `reopen with` command
    7d238f42
fileCommands.ts 25.5 KB