Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"recommendations": [
"GitHub.copilot",
"GitHub.copilot-chat",
// PowerShell extension for VS Code
"ms-vscode.powershell",
Expand Down
8 changes: 8 additions & 0 deletions requirements.psd1
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
@{
# NOTE:
# PSDependOptions with Target = 'CurrentUser' installs all declared module
# dependencies into the current user's scope rather than system-wide.
# This can impact multi-user development or shared build environments,
# where each user/agent will get their own copy of the dependencies.
PSDependOptions = @{
Target = 'CurrentUser'
}
'InvokeBuild' = @{
'Version' = '5.14.22'
'Repository' = 'PSGallery'
Expand Down