VsCode

PPG007 ... 2022-2-26 Less than 1 minute

# VsCode

Download (opens new window)

config:

editor.renderWhitespace:渲染空格,让空格更明显
editor.wordWrapColumn:一行最多多少字
files.autoSave:自动保存
files.eol:换行符
files.insertFinalNewline:保存时在每个文件最下面新建一行空行
files.trimFinalNewlines:只保留最后一个空行
files.trimTrailingWhitespace:保存文件时删除行尾多余的空格
1
2
3
4
5
6
7

plugins:

chinese
gitlens
markdownlint
one dark
remote ssh
docker
proto
github theme
TODO Hightlight
Material Icon Theme
Go
Go Interface Annotations
1
2
3
4
5
6
7
8
9
10
11
12
Last update: September 13, 2022 01:55
Contributors: Koston Zhuang , ppg007