Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlowski committed Aug 20, 2024
1 parent 036d2e6 commit 957af38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ RUN \
# Terminal tools
command-not-found \
fzf \
neovim \
# screen \
thefuck \
# tmux \
# Move first run notice to right spot
&& mkdir -p "/usr/local/etc/vscode-dev-containers/" \
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/src/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ghcr.io/jpawlowski/devcontainer-features/powershell-extended:2": {
"version": "7.4",
"repositories": "PSGallery",
"resources": "Az@[12.2,12.3); EntraExporter@[2.0,2.1); ExchangeOnlineManagement@[3.5,3.6); Microsoft.Graph@[2.22,2.23); Microsoft.Graph.Entra@[0.12-preview,1.1); MicrosoftTeams@[6.5,6.6); Microsoft.PowerShell.Crescendo@[1.1,1.2); PSScriptTools@[2.50,2.51); Microsoft.PowerShell.SecretManagement@[1.1,1.2); Microsoft.PowerShell.SecretStore@[1.0,1.1); Microsoft.PowerShell.TextUtility@[0.1,1.1)",
"resources": "Az@[12.2,12.3); EntraExporter@[2.0,2.1); ExchangeOnlineManagement@[3.5,3.6); Microsoft.Graph@[2.22,2.23); Microsoft.Graph.Entra@[0.12-preview,1.1); MicrosoftTeams@[6.5,6.6); Microsoft.PowerShell.Crescendo@[1.1,1.2); PSScriptTools@[2.50,2.51); PSFunctionTools@[1.2,1.3); Microsoft.PowerShell.SecretManagement@[1.1,1.2); Microsoft.PowerShell.SecretStore@[1.0,1.1); Microsoft.PowerShell.TextUtility@[0.1,1.1)",
"installOhMyPosh": "true",
"installOhMyPoshConfig": "true",
"psConfigExperimentalFeatures": "PSCommandNotFoundSuggestion; PSFeedbackProvider; PSSubsystemPluginModel"
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/src/first-run-notice.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
👋 Welcome to your Admin Container for Microsoft 365!

🔍 To explore VS Code to its fullest, search using the Command Palette (Cmd/Ctrl + Shift + P or F1).
🦄 For enhanced experience, follow the \e]8;;https://github.com/microsoft/cascadia-code/releases\aEnhancement Guide\e]8;;\a.

2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"files.defaultLanguage": "powershell",
"powershell.integratedConsole.focusConsoleOnExecute": false,
"powershell.integratedConsole.showOnStartup": false,
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.defaultProfile.osx": "bash"
}

0 comments on commit 957af38

Please sign in to comment.