Skip to content

Commit 9d79f0f

Browse files
committed
Update changelog, fwlinks, and hashes.
1 parent c23d218 commit 9d79f0f

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

Extension/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
## Version 1.0.1: September 21, 2020
44
### Bug Fixes
5-
* Fix IntelliSense breaks on linux/macOS when `#error` directives are present in the source code. [#6009](https://github.com/microsoft/vscode-cpptools/issues/6009), [#6114](https://github.com/microsoft/vscode-cpptools/issues/6114)
5+
* Fix "No IL available" IntelliSense error on Linux/macOS when `#error` directives are present in the source code. [#6009](https://github.com/microsoft/vscode-cpptools/issues/6009), [#6114](https://github.com/microsoft/vscode-cpptools/issues/6114)
66
* Fix issue on Windows with the language server not shutting down properly which causes the IntelliSense database to become corrupted. [PR #6141](https://github.com/microsoft/vscode-cpptools/issues/6141)
7-
* Fix IntelliSense breaks when predefined macros are undefined. [#6147](https://github.com/microsoft/vscode-cpptools/issues/6147)
7+
* Fix "No IL available" IntelliSense error when predefined macros are undefined. [#6147](https://github.com/microsoft/vscode-cpptools/issues/6147)
8+
* Fix infinite loop IntelliSense regression. [#6166](https://github.com/microsoft/vscode-cpptools/issues/6166)
89

910
## Version 1.0.0: September 14, 2020
1011
### New Features

Extension/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2290,7 +2290,7 @@
22902290
"runtimeDependencies": [
22912291
{
22922292
"description": "C/C++ language components (Linux / x86_64)",
2293-
"url": "https://go.microsoft.com/fwlink/?linkid=2135548",
2293+
"url": "https://go.microsoft.com/fwlink/?linkid=2143240",
22942294
"platforms": [
22952295
"linux"
22962296
],
@@ -2301,11 +2301,11 @@
23012301
"./bin/cpptools",
23022302
"./bin/cpptools-srv"
23032303
],
2304-
"integrity": "1C38F099F1A0B7998AA3C96715D1E3122AF3B14E15F6F0DABFBC7EC189D6A9C3"
2304+
"integrity": "EE9F56D1F6499B606BAC390505C88C0B5CC749A00B410C67E20269A9F60FA9E4"
23052305
},
23062306
{
23072307
"description": "C/C++ language components (Linux / armhf)",
2308-
"url": "https://go.microsoft.com/fwlink/?linkid=2135628",
2308+
"url": "https://go.microsoft.com/fwlink/?linkid=2143241",
23092309
"platforms": [
23102310
"linux"
23112311
],
@@ -2316,11 +2316,11 @@
23162316
"./bin/cpptools",
23172317
"./bin/cpptools-srv"
23182318
],
2319-
"integrity": "3888B34E283BD466B1BD967A4AEE3FFA7AF7DF800598B99DEAB524134A8F8DD3"
2319+
"integrity": "3C37FD864ED5F7CECED0D9487DA3EEEC30A3BA973C9B943A5B93B11960B18761"
23202320
},
23212321
{
23222322
"description": "C/C++ language components (Linux / aarch64)",
2323-
"url": "https://go.microsoft.com/fwlink/?linkid=2143106",
2323+
"url": "https://go.microsoft.com/fwlink/?linkid=2143080",
23242324
"platforms": [
23252325
"linux"
23262326
],
@@ -2331,31 +2331,31 @@
23312331
"./bin/cpptools",
23322332
"./bin/cpptools-srv"
23332333
],
2334-
"integrity": "E42742E4E9963BF945C61AA60ED62D4A953174CDD1865E1496F8588A53A7C3DF"
2334+
"integrity": "E83B2522E2EC9EE14E0A0E8E95DE1DE1C816A1BED128189C6F4DD8B99D4E4AC9"
23352335
},
23362336
{
23372337
"description": "C/C++ language components (OS X)",
2338-
"url": "https://go.microsoft.com/fwlink/?linkid=2135549",
2338+
"url": "https://go.microsoft.com/fwlink/?linkid=2143079",
23392339
"platforms": [
23402340
"darwin"
23412341
],
23422342
"binaries": [
23432343
"./bin/cpptools",
23442344
"./bin/cpptools-srv"
23452345
],
2346-
"integrity": "2213A48C1C53763B4EA548D702171C8C0DDB33C684433F2707F23B9A4AEA6F72"
2346+
"integrity": "5FE3F5D8FB3B05246104BCC76659EA4B1E7F585D6147FB583BAFF561F4907193"
23472347
},
23482348
{
23492349
"description": "C/C++ language components (Windows)",
2350-
"url": "https://go.microsoft.com/fwlink/?linkid=2135298",
2350+
"url": "https://go.microsoft.com/fwlink/?linkid=2143078",
23512351
"platforms": [
23522352
"win32"
23532353
],
23542354
"binaries": [
23552355
"./bin/cpptools.exe",
23562356
"./bin/cpptools-srv.exe"
23572357
],
2358-
"integrity": "1C86575AD572B8EE1787F168BD7002B77091CA0079DEE054EB4E015B3CBBDC56"
2358+
"integrity": "BA67FC5F787552BE73F6613E08D1374FE3E3C3501417CF03E1D871A46DE4224A"
23592359
},
23602360
{
23612361
"description": "ClangFormat (Linux / x86_64)",

0 commit comments

Comments
 (0)