This commit is contained in:
2025-11-27 17:05:02 +00:00
parent a2bd69d54a
commit e1af2d5549

10
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"terminal.integrated.defaultProfile.windows": "WSL",
"terminal.integrated.profiles.windows": {
"WSL": {
"path": "C:\\Windows\\System32\\wsl.exe",
"args": ["~"],
"icon": "terminal-linux"
}
}
}