哥伦布

博客园 首页 新随笔 联系 订阅 管理


.vscode 下面的settings.json添加

配置
	"terminal.integrated.profiles.windows": {
		"PowerShell": {
			"source": "PowerShell",
			"args": ["-NoExit", "-Command", "[Console]::OutputEncoding = [System.Text.Encoding]::UTF8"]
		}
	}
posted on 2025-05-03 06:50  Caraxes  阅读(30)  评论(0)    收藏  举报