Skip to content

Commit

Permalink
chore: Version pin vsce to 1.83.0 (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathur07 authored Nov 29, 2021
1 parent d039f5f commit e46bb2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ There are only a few guidelines that we need contributors to follow.

1. Install `vsce` - A command line tool you'll use to publish extensions to the Extension Marketplace.
```bash
$ npm install -g vsce
$ npm install -g vsce@1.83.0
```
2. From root folder, run the below command.
```bash
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def installBuildRequirements(){
def nodeHome = tool 'nodejs-12.20.0'
env.PATH="${env.PATH}:${nodeHome}/bin"
sh "npm install -g typescript"
sh "npm install -g vsce"
sh "npm install -g vsce@1.83.0"
}

def buildVscodeExtension(){
Expand Down
2 changes: 1 addition & 1 deletion cico_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ prep() {
install_dependencies() {
# Build fabric8-analytics-vscode-extension
npm install -g typescript
npm install -g vsce
npm install -g vsce@1.83.0
npm ci

# fetch lsp latest release
Expand Down

0 comments on commit e46bb2b

Please sign in to comment.