mirror of
https://github.com/johndoe6345789/WizardMerge.git
synced 2026-04-24 21:54:57 +00:00
10 lines
229 B
JSON
10 lines
229 B
JSON
{
|
|
"terminal.integrated.defaultProfile.windows": "WSL",
|
|
"terminal.integrated.profiles.windows": {
|
|
"WSL": {
|
|
"path": "C:\\Windows\\System32\\wsl.exe",
|
|
"args": ["~"],
|
|
"icon": "terminal-linux"
|
|
}
|
|
}
|
|
} |