소스 검색

添加.vscode

master
liwei 5 년 전
부모
커밋
bd681d5808
1개의 변경된 파일27개의 추가작업 그리고 0개의 파일을 삭제
  1. +27
    -0
      .vscode/settings.json

+ 27
- 0
.vscode/settings.json 파일 보기

@@ -0,0 +1,27 @@
{
"go.installDependenciesWhenBuilding": false,
"sqltools.connections": [],
"todo-tree.highlights.defaultHighlight": {
"icon": "alert",
"type": "text",
"foreground": "red",
"background": "yellow",
"opacity": 100,
"iconColour": "blue"
},
"todo-tree.highlights.customHighlight": {
"TODO": {
"icon": "check",
"type": "line"
},
"FIXME": {
"foreground": "black",
"iconColour": "yellow",
"gutterIcon": true
}
},
"todo-tree.filtering.excludeGlobs": [
"*.pb.go"
],
"editor.formatOnSave": false,
}

불러오는 중...
취소
저장