Skip to content

Commit 6ff23b4

Browse files
committed
Merge branch 'main' into seanmcm/1_2_0_release_2
2 parents 978d9ae + f17ce87 commit 6ff23b4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Extension/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C/C++ for Visual Studio Code Change Log
22

3-
## Version 1.2.0: February 1, 2021
3+
## Version 1.2.0: February 2, 2021
44
### New Features
55
* Add support for cross-compilation configurations for IntelliSense. For example, `intelliSenseMode` value "linux-gcc-x64" could be used on a Mac host machine. [#1083](https://github.com/microsoft/vscode-cpptools/issues/1083)
66

Extension/i18n/chs/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"c_cpp.configuration.configurationWarnings.description": "确定在配置提供程序扩展无法提供源文件配置时是否显示弹出通知。",
140140
"c_cpp.configuration.intelliSenseCachePath.description": "为 IntelliSense 使用的缓存预编译标头定义文件夹路径。Windows 上的默认缓存路径为 \"%LocalAppData%/Microsoft/vscode-cpptools\",Linux 上为 \"$XDG_CACHE_HOME/vscode-cpptools/\" (若未定义 XDG_CACHE_HOME,则为 \"$HOME/.cache/vscode-cpptools/\"),Mac 上为 \"$HOME/Library/Caches/vscode-cpptools/\"。如果未指定路径或指定的路径无效,则使用默认路径。",
141141
"c_cpp.configuration.intelliSenseCacheSize.description": "缓存的预编译标头的每个工作区硬盘驱动器空间的最大大小(MB);实际使用量可能在此值上下波动。默认大小为 5120 MB。当大小为 0 时,预编译的标头缓存将被禁用。",
142-
"c_cpp.configuration.intelliSenseMemoryLimit.description": "IntelliSense 进程的内存使用限制(MB)。默认限制为 4096 MB,最大限制为 16 GB。当 IntelliSense 进程超出限制时,扩展将关闭并重新启动改进程",
142+
"c_cpp.configuration.intelliSenseMemoryLimit.description": "IntelliSense 进程的内存使用限制(MB)。默认限制为 4096 MB,最大限制为 16 GB。当 IntelliSense 进程超出限制时,扩展将关闭并重新启动该进程",
143143
"c_cpp.configuration.intelliSenseUpdateDelay.description": "控制修改之后到 IntelliSense 开始更新之间的延迟(以毫秒为单位)。",
144144
"c_cpp.configuration.default.includePath.description": "在 cpp_properties.json 中未指定 \"includePath\" 时要在配置中使用的值。如果指定了 \"includePath\",则向数组添加 \"${default}\" 以从此设置插入值。",
145145
"c_cpp.configuration.default.defines.description": "未指定 \"defines\" 时要在配置中使用的值,或 \"defines\" 中存在 \"${default}\" 时要插入的值。",

Extension/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2483,7 +2483,7 @@
24832483
"./bin/cpptools",
24842484
"./bin/cpptools-srv"
24852485
],
2486-
"integrity": "916D4F27CBA79A790485CD542A4A7E31B4AB311E04FB91F9D96DE7B5BD4FBFD0"
2486+
"integrity": "1C809F5713F3B6F6FF6A1AA0E75D5070D89E0205E6B659D615A0757407D50748"
24872487
},
24882488
{
24892489
"description": "C/C++ language components (Linux / armhf)",
@@ -2498,7 +2498,7 @@
24982498
"./bin/cpptools",
24992499
"./bin/cpptools-srv"
25002500
],
2501-
"integrity": "7241F23E844789E756CE7F17D73E6076A172994546F2125E24355FAB95AD652D"
2501+
"integrity": "8B8525039346122A5B7F3B7D6B6925E619A2F911BB53ACC0D7D06AFB4A80E2AB"
25022502
},
25032503
{
25042504
"description": "C/C++ language components (Linux / aarch64)",
@@ -2513,7 +2513,7 @@
25132513
"./bin/cpptools",
25142514
"./bin/cpptools-srv"
25152515
],
2516-
"integrity": "AB34A470E2C3E4835A0AA68AE9BFB575AE3999E81522CCB5425B11C3EA774BDD"
2516+
"integrity": "0A1CE4B8DD444FD7DCE1094D53F361D0B8AB20D892DDE790F770936F87405BAC"
25172517
},
25182518
{
25192519
"description": "C/C++ language components (OS X)",
@@ -2525,7 +2525,7 @@
25252525
"./bin/cpptools",
25262526
"./bin/cpptools-srv"
25272527
],
2528-
"integrity": "80B5C3396F92F88A0D2F7A187CCE64D9E661904169743EE97D1155C1C397E5BC"
2528+
"integrity": "7253C3B91D3B7087D230CCD21EF16610474542BC884CD4DC0F707F48DE2AAADD"
25292529
},
25302530
{
25312531
"description": "C/C++ language components (Windows)",
@@ -2541,7 +2541,7 @@
25412541
"./bin/cpptools.exe",
25422542
"./bin/cpptools-srv.exe"
25432543
],
2544-
"integrity": "015EF8C9DFFD96EDD0E993770592C48BDF2A40CB87CB95E8FC98187FB121F10B"
2544+
"integrity": "3614AB57187079BE8E10A9488E2EC4DC5260B14789AA9491FA10F3E75A6AAAE7"
25452545
},
25462546
{
25472547
"description": "C/C++ language components (Windows ARM64)",
@@ -2556,7 +2556,7 @@
25562556
"./bin/cpptools.exe",
25572557
"./bin/cpptools-srv.exe"
25582558
],
2559-
"integrity": "7FA77651FF011735102D637749A23F6F71E1F43901B51F73478DBC453C1A4B8C"
2559+
"integrity": "5565BD73EB7E08D209EE765F74164DF84DE2603A57D3A4786442AC68D806768E"
25602560
},
25612561
{
25622562
"description": "ClangFormat (Linux / x86_64)",

0 commit comments

Comments
 (0)