1. 09 4月, 2020 2 次提交
  2. 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
  3. 07 4月, 2020 2 次提交
  4. 04 4月, 2020 1 次提交
  5. 03 4月, 2020 23 次提交
  6. 02 4月, 2020 2 次提交
  7. 31 3月, 2020 4 次提交
  8. 30 3月, 2020 1 次提交
  9. 29 3月, 2020 1 次提交
  10. 28 3月, 2020 2 次提交