Blame view

.vscode/settings.json 217 Bytes
83565138   hucm   提交vscode配置
1
2
  {
      "git.ignoreLimitWarning": true,
e41a52bb   Hu Chunming   1.优化数据读取线程;2. 添加A...
3
4
5
6
7
8
9
      "svn.ignoreMissingSvnWarning": true,
      "files.associations": {
          "array": "cpp",
          "string": "cpp",
          "string_view": "cpp",
          "iosfwd": "cpp"
      }
83565138   hucm   提交vscode配置
10
  }