vscode 配置终端

打开 user settings.json

在里面加上下面两个值

"terminal.integrated.defaultProfile.windows": "ps7",
"terminal.integrated.profiles.windows": {
	"ps7": {
		"icon": "terminal-powershell",
		"path": "D:\\Program Files\\PowerShell\\7\\pwsh.exe"
	}
},
posted @ 2025-03-13 23:43  灵火  阅读(118)  评论(0)    收藏  举报