VS Code无法解析wsl路径

时间:2019-01-21 09:19:35

标签: visual-studio-code windows-subsystem-for-linux

  1. 通过wsl创建文件。
    enter image description here
  2. 尝试使用VS Code打开它。
    enter image description here
  3. VS Code不会打开刚刚创建的文件,而是在E:\ mnt \ e中打开一个新文件。
    enter image description here

我该如何解决?

1 个答案:

答案 0 :(得分:1)

Visual Studio Code似乎是Windows应用程序(并且本身不理解 Ubuntu 路径)。

使用常规Windows路径,如下所示:

code "e:\test.txt"

甚至几乎常规Windows路径:

code "e:/test.txt"