source: azure_iot_hub_riscv/trunk/wolfssl-4.4.0/.vscode/settings.json@ 453

Last change on this file since 453 was 453, 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: 597 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:\\xpack-riscv-none-embed-gcc-8.3.0-1.2\\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.