Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Convert PathNew to Visual Studio Code? Get it now.
Convert Path

Convert Path

constneo

|
270 installs
| (0) | Free
Convert Windows file path to the Unix Style.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Convert Windows file path to the Unix Style

转换 Windows 路径 为 Unix Style

E:\code\vscode-plugin\convert-windows-path\README.md

"E:\code\vscode-plugin\convert-windows-path\README.md"

E:\\code\\vscode-plugin\\convert-windows-path\\README.md

"E:\\code\\vscode-plugin\\convert-windows-path\\README.md"

转换为

E:/code/vscode-plugin/convert-windows-path/README.md

Options

// .vscode/settings.json
{
  "vscode-convert-windows-path.showGenerateSnippet": false,
  "vscode-convert-windows-path.showWelcome": false,
  "vscode-convert-windows-path.showConvertPath": false
}

Build

npm install

npm install -g @vscode/vsce

vsce package --no-dependencies

vsce package --dependencies
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft