Skip to content

Commit

Permalink
Update to using vsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienlevert committed May 17, 2024
1 parent 6f1c049 commit 1fce6c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/execute-vscode-sideload.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Push-Location ./vscode/microsoft-kiota
npm i

# Package the VS Code extension
vsce package
npx @vscode/vsce package

# Getting package for its version
$PackageJson = Get-Content "package.json" -Raw | ConvertFrom-Json
Expand All @@ -30,8 +30,6 @@ if ($WSL) {

$KiotaBin = "$VsCodeRootPath/extensions/ms-graph.kiota-$($PackageJson.version)/.kiotabin/$($PackageJson.kiotaVersion)/$Platform"



Pop-Location

# Building Kiota
Expand Down

0 comments on commit 1fce6c8

Please sign in to comment.