This commit is contained in:
2026-03-12 07:55:51 +01:00
parent a3f951cbe4
commit 8f90135ebd
2 changed files with 22 additions and 9 deletions

View File

@@ -15,10 +15,6 @@
"command": "paste", "command": "paste",
"id": "User.paste" "id": "User.paste"
}, },
{
"command": "find",
"id": "User.find"
},
{ {
"command": "command":
{ {
@@ -28,6 +24,10 @@
}, },
"id": "User.splitPane.A6751878" "id": "User.splitPane.A6751878"
}, },
{
"command": "find",
"id": "User.find"
},
{ {
"command": "command":
{ {
@@ -50,14 +50,14 @@
"id": "User.copy.644BA8F2", "id": "User.copy.644BA8F2",
"keys": "ctrl+c" "keys": "ctrl+c"
}, },
{
"id": "User.paste",
"keys": "ctrl+v"
},
{ {
"id": "User.find", "id": "User.find",
"keys": "ctrl+shift+f" "keys": "ctrl+shift+f"
}, },
{
"id": "User.paste",
"keys": "ctrl+v"
},
{ {
"id": "User.splitPane.A6751878", "id": "User.splitPane.A6751878",
"keys": "alt+shift+d" "keys": "alt+shift+d"
@@ -153,6 +153,18 @@
"hidden": false, "hidden": false,
"name": "Developer PowerShell for VS 2022", "name": "Developer PowerShell for VS 2022",
"source": "Windows.Terminal.VisualStudio" "source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{810d6ec0-f90b-54fe-8737-b11d7d34649d}",
"hidden": false,
"name": "Developer Command Prompt for VS 18",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{54d0e20b-491a-50a1-9dbc-98af7f030e8c}",
"hidden": false,
"name": "Developer PowerShell for VS 18",
"source": "Windows.Terminal.VisualStudio"
} }
] ]
}, },

View File

@@ -158,7 +158,8 @@ $packages = @(
"JernejSimoncic.Wget", # nvim "JernejSimoncic.Wget", # nvim
"7zip.7zip" # nvim "7zip.7zip" # nvim
"rustlang.rustup", "rustlang.rustup",
"Mozilla.Firefox" "Mozilla.Firefox",
"SlackTechnologies.Slack"
) )
$ExtraPackages = @( $ExtraPackages = @(
"mRemoteNG.mRemoteNG", "mRemoteNG.mRemoteNG",