Mainly used to record Java, DBMS, HDFS... related learning notes
在微软应用商店搜索 terminal ,下载安装
配置 点击下拉按钮点配置 / 按 ctrl + ,
添加字体和主题相关配置
字体相关配置位置在 profiles.defaults 路径下
{
"profiles": {
"defaults": {
// Put settings here that you want to apply to all profiles.
"fontFace": "JetBrains Mono",
"fontSize": 10
}
}
}