1. 25 4月, 2018 2 次提交
  2. 24 4月, 2018 1 次提交
  3. 23 4月, 2018 4 次提交
  4. 21 4月, 2018 1 次提交
  5. 20 4月, 2018 8 次提交
  6. 19 4月, 2018 4 次提交
  7. 18 4月, 2018 6 次提交
  8. 17 4月, 2018 1 次提交
  9. 13 4月, 2018 3 次提交
  10. 12 4月, 2018 3 次提交
    • J
      print an info message when the extension your are developing is using a... · 3ed73f33
      Johannes Rieken 提交于
      print an info message when the extension your are developing is using a 'generic' document selector, #21886
      3ed73f33
    • D
      Wrap task API into proposedApiFunction · 2e9910fe
      Dirk Baeumer 提交于
      2e9910fe
    • M
      Split out `Webview` from `WebviewEditor` in proposed API (#47370) · 8cb7e805
      Matt Bierner 提交于
      * Split out `Webview` from `WebviewEditor` in API
      
      **Problem**
      The current proposed `Webview` interface has a few methods and properties that are very editor specific, such as `.reveal` and `.onDidChangeViewState`. These properies will not make sense if we ever allow webview to be displayed in other locations, such as in widgets
      
      **Proposal**
      Split the concepts of a `Webview` and of a `WebveiwEditor`. A webview is the html content itself. A `WebviewEditor` is an editor that displays a `Webview`
      
      This would allow us to easily add other types of `Webview` owning objects in the future without having to document that some methods only apply when a webview is used as an editor vs as a widget
      8cb7e805
  11. 10 4月, 2018 2 次提交
  12. 09 4月, 2018 2 次提交
  13. 06 4月, 2018 3 次提交