Skip to content

Commit

Permalink
Merge branch 'release' into seanmcm/0_27_0_release_merge2
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-mcmanus authored Mar 28, 2020
2 parents a8ade55 + c5be0b5 commit bd1f66b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cpptools",
"displayName": "C/C++",
"description": "C/C++ IntelliSense, debugging, and code browsing.",
"version": "0.27.0-master",
"version": "0.27.0",
"publisher": "ms-vscode",
"preview": true,
"icon": "LanguageCCPP_color_128x.png",
Expand Down
3 changes: 3 additions & 0 deletions Extension/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ async function offlineInstallation(info: PlatformInformation): Promise<void> {
setInstallationStage('cleanUpUnusedBinaries');
await cleanUpUnusedBinaries(info);

setInstallationStage('cleanUpUnusedBinaries');
await cleanUpUnusedBinaries(info);

setInstallationStage('makeBinariesExecutable');
await makeBinariesExecutable();

Expand Down

0 comments on commit bd1f66b

Please sign in to comment.