source: azure_iot_hub_f767zi/trunk/asp_baseplatform/.vscode/settings.json@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/json;charset=UTF-8
File size: 621 bytes
Line 
1// Place your settings in this file to overwrite default and user settings.
2{
3 "terminal.integrated.setLocaleVariables": true,
4 "terminal.integrated.shell.windows": "C:\\msys64\\usr\\bin\\bash.exe",
5 "terminal.integrated.shellArgs.windows": [
6 "--login",
7 "-i"
8 ],
9 "terminal.integrated.env.windows": {
10 "PATH": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\9 2019-q4-major\\bin",
11 "CHERE_INVOKING": "1",
12 "MSYS2_PATH_TYPE": "inherit",
13 "MSYSTEM": "MINGW64"
14 },
15 "C_Cpp.intelliSenseEngine": "Tag Parser",
16 "C_Cpp.default.intelliSenseMode": "gcc-x64"
17}
Note: See TracBrowser for help on using the repository browser.