1. 24 11月, 2017 1 次提交
  2. 09 11月, 2017 2 次提交
    • M
      Prototyping new CodeAction API (#36316) · be88547c
      Matt Bierner 提交于
      * Add CodeAction Type
      
      Adds skeleton on a new CodeActionType and allows codeActionProvider to return either `Command`s or `CodeAction`s
      
      Move proposed CodeAction API to proposed and try using it in TS
      
      Split CodeAction into quickfix and refactoring classes
      
      Update proposed interface
      
      Update for new API
      
      Adding basic docs
      
      * Support workspace edits and text edits in codeactions
      
      * Remove placeholders
      
      * Resolving conflicts and making PR suggested changes
      
      * Fix quick fix test
      
      * Revert change to only use `CodeAction` instead of `CodeAction | Command` in modes since this will break `vscode.executeCodeActionProvider`
      be88547c
    • C
      Remove credentials code (fixes #37822) · 9ad5aeb6
      Christof Marti 提交于
      9ad5aeb6
  3. 07 11月, 2017 1 次提交
  4. 02 11月, 2017 2 次提交
  5. 01 11月, 2017 2 次提交
  6. 30 10月, 2017 1 次提交
  7. 27 10月, 2017 1 次提交
  8. 26 10月, 2017 3 次提交
  9. 24 10月, 2017 1 次提交
  10. 18 10月, 2017 4 次提交
  11. 17 10月, 2017 4 次提交
  12. 13 10月, 2017 2 次提交
  13. 10 10月, 2017 2 次提交
  14. 06 10月, 2017 1 次提交
  15. 27 9月, 2017 2 次提交
  16. 22 9月, 2017 2 次提交
    • J
      remote - refine utimes · a7ad71be
      Johannes Rieken 提交于
      a7ad71be
    • B
      Introduce GlobPattern and adopt in DocumentFilter/FileWatcher/FileSearch (#34695) · 3e9fa596
      Benjamin Pasero 提交于
      * introduce IRelativePattern and use in extension API
      
      * 💄
      
      * docs
      
      * introduce RelativePattern
      
      * support RelativePattern also for file watcher
      
      * also make findFiles support RelativePattern
      
      * less type conversion
      
      * add GlobPattern type and remove readonly
      
      * make base a string
      
      * fix setter access to RelativePattern
      
      * fix npe when exclude is undefined
      
      * fix findFiles: pattern seems to be matched against workspace always
      
      * 💄
      
      * clarify glob pattern matching
      3e9fa596
  17. 21 9月, 2017 6 次提交
  18. 20 9月, 2017 2 次提交
  19. 19 9月, 2017 1 次提交