Skip to content

Commit

Permalink
Add some files missed when merging to Insiders branch (#7271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colengms authored Apr 1, 2021
1 parent 1126243 commit 33eb2f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node.js 10.16.x
- name: Use Node.js 14.16.x
uses: actions/setup-node@v1
with:
node-version: 10.16.x
node-version: 14.16.x

- name: Install Dependencies
run: yarn install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node.js 10.16.x
- name: Use Node.js 14.16.x
uses: actions/setup-node@v1
with:
node-version: 10.16.x
node-version: 14.16.x

- name: Install Dependencies
run: yarn install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node.js 10.16.x
- name: Use Node.js 14.16.x
uses: actions/setup-node@v1
with:
node-version: 10.16.x
node-version: 14.16.x

- name: Install Dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Let us know what you think of the extension by taking the quick survey.

## Offline installation

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.
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.

Package | Platform
:--- | :---
Expand Down

0 comments on commit 33eb2f6

Please sign in to comment.