Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

建议增加默认文件编码 #46

Open
sky5454 opened this issue Mar 31, 2021 · 3 comments
Open

建议增加默认文件编码 #46

sky5454 opened this issue Mar 31, 2021 · 3 comments

Comments

@sky5454
Copy link

sky5454 commented Mar 31, 2021

在国内,很少有人把KEIL文件编码设置为UTF8,一般都是GB系列的中文编码

推荐增加一个配置项,让用户选择默认打开KEIL工程时的编码

@sky5454
Copy link
Author

sky5454 commented Mar 31, 2021

另外终端也是支持链接的
image

所以增加点击建议跳转到指定行

@sky5454
Copy link
Author

sky5454 commented Mar 31, 2021

建议增加一键编译烧写并打开串口,方便使用

@github0null
Copy link
Owner

在国内,很少有人把KEIL文件编码设置为UTF8,一般都是GB系列的中文编码
推荐增加一个配置项,让用户选择默认打开KEIL工程时的编码

在 .vscode 目录下新建 settings.json 文件,填写如下配置

{
    "files.encoding": "gbk"
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants