Blame view

.vscode/settings.json 320 Bytes
83565138   hucm   提交vscode配置
1
2
  {
      "git.ignoreLimitWarning": true,
e41a52bb   Hu Chunming   1.优化数据读取线程;2. 添加A...
3
4
5
6
7
      "svn.ignoreMissingSvnWarning": true,
      "files.associations": {
          "array": "cpp",
          "string": "cpp",
          "string_view": "cpp",
e65720d4   Hu Chunming   优化demo
8
9
10
11
12
          "iosfwd": "cpp",
          "typeinfo": "cpp",
          "iostream": "cpp",
          "thread": "cpp",
          "nvdec.h": "c"
e41a52bb   Hu Chunming   1.优化数据读取线程;2. 添加A...
13
      }
83565138   hucm   提交vscode配置
14
  }