Skip to content

Commit

Permalink
fix: Allow to build che-code using cachito system
Browse files Browse the repository at this point in the history
Signed-off-by: RomanNikitenko <rnikiten@redhat.com>
  • Loading branch information
RomanNikitenko committed Dec 30, 2024
1 parent bdcceb5 commit 3449f7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions code/extensions/microsoft-authentication/package-lock.json

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

7 changes: 5 additions & 2 deletions code/extensions/microsoft-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,14 @@
"@azure/msal-node": "^2.16.2",
"@azure/msal-node-extensions": "^1.5.0",
"@vscode/extension-telemetry": "^0.9.0",
"keytar": "file:./packageMocks/keytar",
"keytar": "workspace:*",
"vscode-tas-client": "^0.1.84"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
},
"workspaces": [
"packageMocks/keytar"
]
}

0 comments on commit 3449f7b

Please sign in to comment.