Skip to content

Commit

Permalink
chore: overriding the version for fsevents package, VSCode engine to …
Browse files Browse the repository at this point in the history
…1.50.1 *September 2020 Recovery) (#306)

* overriding the version for fsevents package

* increment the extension version

* upgrading the engine to 1.50.1 (September 2020 Recovery)

* flaky MacOS npm install

* try the script first

* always run the script and continue on error

---------

Co-authored-by: Galin Iliev <[email protected]>
  • Loading branch information
galiniliev and Galin Iliev authored May 5, 2023
1 parent e5fade9 commit 02c34df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .azure-pipelines/common/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ steps:
inputs:
versionSpec: 16.x

- script: npm install
displayName: 'npm install (script)'
condition: always()
continueOnError: true

- task: Npm@1
displayName: 'npm install'

Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "vscode-apimanagement",
"displayName": "Azure API Management",
"description": "An Azure API Management extension for Visual Studio Code.",
"version": "1.0.5",
"version": "1.0.6",
"publisher": "ms-azuretools",
"icon": "resources/apim-icon-newone.png",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"engines": {
"vscode": "^1.31.0"
"vscode": "^1.50.1"
},
"categories": [
"Azure"
Expand Down Expand Up @@ -873,5 +873,8 @@
"extensionDependencies": [
"ms-vscode.azure-account",
"humao.rest-client"
]
],
"overrides": {
"fsevents": "~2.3.2"
}
}

0 comments on commit 02c34df

Please sign in to comment.