Skip to content

Commit

Permalink
Merge branch 'elinor/add-kiota-workspace' into andrueastman/renamePlu…
Browse files Browse the repository at this point in the history
…ginCode
  • Loading branch information
andrueastman authored Jun 6, 2024
2 parents 45acf73 + 6a32fd0 commit 6b92cb3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions it/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion it/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"minimist": "^1.2.8",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions scripts/execute-vscode-sideload.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ $PackageJson = Get-Content "package.json" -Raw | ConvertFrom-Json
# Install the extension
code --install-extension "./kiota-$($PackageJson.version).vsix"

$VsCodeRootPath = "~/.vscode"
$VsCodeRootPath = (Resolve-Path "~/.vscode").Path

if ($WSL) {
$Platform = "linux-x64"
$VsCodeRootPath = "~/.vscode-server"
$VsCodeRootPath = (Resolve-Path "~/.vscode-server").Path
}

$KiotaBin = "$VsCodeRootPath/extensions/ms-graph.kiota-$($PackageJson.version)/.kiotabin/$($PackageJson.kiotaVersion)/$Platform"
Expand Down
2 changes: 1 addition & 1 deletion vscode/microsoft-kiota/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Context: you're most likely a program manager eager to demo the latest bits from
- GitHub CLI `winget install GitHub.CLI`
- dotnet 8 `winget install Microsoft.DotNet.SDK.8`
- node 20 `winget install CoreyButler.NVMforWindows && nvm install lts && nvm use lts`
- vsce & TypeScript `npm i -g TypeScript @vscode/vsce`
- vsce & TypeScript `npm i -g typescript @vscode/vsce`

### Steps

Expand Down

0 comments on commit 6b92cb3

Please sign in to comment.