Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>WSL Path ToolsNew to Visual Studio Code? Get it now.
WSL Path Tools

WSL Path Tools

Rob Clouth

|
9,068 installs
| (0) | Free
Tools to convert paths between Windows and WSL format
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

WSL Path Tools

Features

Provides commands to convert paths between Windows and WSL. For now there is only one, but I'll add more as I need them.

  1. WSL Path Tools: Get the workspace folder in WSL format

Designed to replace the ${workspaceFolder} variable in tasks

{
    "type": "shell",
    "command": "echo ${command:wsl-path-tools.workspaceFolder}",
    "problemMatcher": [],
    "label": "Test"
}

Disclaimer

I made this because I couldn't get the other similar extensions to work. If this one doesn't work for you, try the other ones.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft