Skip to content

Commit 33eb2f6

Browse files
authored
Add some files missed when merging to Insiders branch (#7271)
1 parent 1126243 commit 33eb2f6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16-
- name: Use Node.js 10.16.x
16+
- name: Use Node.js 14.16.x
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 10.16.x
19+
node-version: 14.16.x
2020

2121
- name: Install Dependencies
2222
run: yarn install

.github/workflows/ci_mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16-
- name: Use Node.js 10.16.x
16+
- name: Use Node.js 14.16.x
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 10.16.x
19+
node-version: 14.16.x
2020

2121
- name: Install Dependencies
2222
run: yarn install

.github/workflows/ci_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16-
- name: Use Node.js 10.16.x
16+
- name: Use Node.js 14.16.x
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 10.16.x
19+
node-version: 14.16.x
2020

2121
- name: Install Dependencies
2222
run: yarn install

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Let us know what you think of the extension by taking the quick survey.
4747

4848
## Offline installation
4949

50-
The extension has platform-specific binary dependencies, therefore installation via the Marketplace requires an Internet connection in order to download additional dependencies. If you are working on a computer that does not have access to the Internet or is behind a strict firewall, you may need to use our platform-specific packages and install them by running VS Code's `"Install from VSIX..."` command. These "offline' packages are available at: https://github.com/Microsoft/vscode-cpptools/releases.
50+
The extension has platform-specific binary dependencies, therefore installation via the Marketplace requires an Internet connection in order to download additional dependencies. If you are working on a computer that does not have access to the Internet or is behind a strict firewall, you may need to use our platform-specific packages and install them by running VS Code's `"Install from VSIX..."` command. These "offline' packages are available at: https://github.com/Microsoft/vscode-cpptools/releases. Expand the "Assets" section to see the releases for a given version.
5151

5252
Package | Platform
5353
:--- | :---

0 commit comments

Comments
 (0)