Skip to content

Commit 957af38

Browse files
committed
update
1 parent 036d2e6 commit 957af38

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

β€Ž.devcontainer/src/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ RUN \
3030
# Terminal tools
3131
command-not-found \
3232
fzf \
33+
neovim \
3334
# screen \
35+
thefuck \
3436
# tmux \
3537
# Move first run notice to right spot
3638
&& mkdir -p "/usr/local/etc/vscode-dev-containers/" \

β€Ž.devcontainer/src/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ghcr.io/jpawlowski/devcontainer-features/powershell-extended:2": {
1515
"version": "7.4",
1616
"repositories": "PSGallery",
17-
"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)",
17+
"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)",
1818
"installOhMyPosh": "true",
1919
"installOhMyPoshConfig": "true",
2020
"psConfigExperimentalFeatures": "PSCommandNotFoundSuggestion; PSFeedbackProvider; PSSubsystemPluginModel"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
πŸ‘‹ Welcome to your Admin Container for Microsoft 365!
22

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

β€Ž.vscode/settings.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"files.defaultLanguage": "powershell",
3-
"powershell.integratedConsole.focusConsoleOnExecute": false,
4-
"powershell.integratedConsole.showOnStartup": false,
53
"terminal.integrated.defaultProfile.linux": "bash",
64
"terminal.integrated.defaultProfile.osx": "bash"
75
}

0 commit comments

Comments
Β (0)