1. 17 4月, 2020 1 次提交
  2. 15 4月, 2020 2 次提交
  3. 11 4月, 2020 2 次提交
    • A
      Improve Jupyter support · 97884aea
      Asher 提交于
      - Use command-line flags instead of a config file, ensuring we always
        have the required options set.
      - Allow for a BASE_PATH environment variable for when you are proxying
        code-server with a base path which code-server can then pass along to
        Jupyter.
      97884aea
    • A
      Upgrade to x11wasm 0.5.8 · 2c50583e
      Asher 提交于
      2c50583e
  4. 09 4月, 2020 17 次提交
  5. 08 4月, 2020 2 次提交
    • A
      Document workspace and folder behavior · 3b394824
      Asher 提交于
      Also fixed a type issue.
      3b394824
    • A
      Fix encoding issues with folder and workspace params · a5c35af8
      Asher 提交于
      The raw value is now passed back to VS Code so it can do the parsing
      with its own URI class rather than trying to parse using Node's url
      module first since that has no guarantee of working the same way. It
      also lets us keep the vscode-remote bit internal to VS Code.
      
      Removed the logic that keeps trying paths until it finds a valid one
      because it seems confusing to open a path and silently get some other
      path instead of an error for the one you tried to open. Now it'll just
      use exactly what you specified or fail trying.
      
      Fixes #1488. The problem here was that url.parse was encoding the spaces
      then the validation failed looking for a literal %20.
      a5c35af8
  6. 07 4月, 2020 2 次提交
  7. 04 4月, 2020 1 次提交
  8. 03 4月, 2020 13 次提交