1. 07 5月, 2020 1 次提交
  2. 06 5月, 2020 3 次提交
  3. 05 5月, 2020 2 次提交
  4. 02 5月, 2020 2 次提交
  5. 01 5月, 2020 1 次提交
  6. 30 4月, 2020 5 次提交
  7. 29 4月, 2020 12 次提交
  8. 28 4月, 2020 1 次提交
    • A
      Fill out some missing browser environment values · 6074ca27
      Asher 提交于
      Pass the user data dir to the browser environment service then derive
      all the paths we can based off that path like the global storage path
      which the vim extension uses to store history (otherwise it gets stored
      in the working directory from when code-server was spawned).
      
      Arguably the better solution is to use the userdata scheme but that
      won't work because the vim extension ignores the VS Code API.
      
      Fixes #1551.
      6074ca27
  9. 27 4月, 2020 1 次提交
  10. 23 4月, 2020 2 次提交
  11. 22 4月, 2020 1 次提交
  12. 21 4月, 2020 2 次提交
  13. 18 4月, 2020 1 次提交
    • A
      Improve request error handling · 27ba64c7
      Asher 提交于
      See #1532 for more context.
      
      - Errored JSON requests will get back the error in JSON instead of using
        the status text. This seems better to me because it seems more correct
        to utilize the response body over hijacking the status text. The
        caller is expecting JSON anyway. Worst of all I never actually set the
        status text like I thought I did so it wasn't working to begin with.
      - Allow the update error to propagate for JSON update requests. It was
        caught to show the error inline instead of an error page when using
        the update page but for JSON requests it meant there was no error and
        no error code so it looked like it succeeded.
      - Make errors for failed requests to GitHub less incomprehensible.
        Previously they would just be the code which is no context at all.
      27ba64c7
  14. 17 4月, 2020 2 次提交
  15. 15 4月, 2020 1 次提交
  16. 14 4月, 2020 1 次提交
  17. 09 4月, 2020 2 次提交