Last change
on this file since 466 was 466, checked in by coas-nagasima, 2 years ago |
GCCを最新版に更新
|
-
Property svn:eol-style
set to
native
-
Property svn:mime-type
set to
text/json;charset=UTF-8
|
File size:
626 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 Arm Embedded Toolchain\\10 2020-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.