Skip to content

Commit 3e5b561

Browse files
authored
Fix PowerShell metadata to fix update bug (#25846)
1 parent 19ed5fb commit 3e5b561

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

extensionsGallery-insider.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,9 +1346,9 @@
13461346
"displayName": "PowerShell",
13471347
"shortDescription": "Develop PowerShell scripts in Azure Data Studio",
13481348
"publisher": {
1349-
"displayName": "Microsoft",
1350-
"publisherId": "Microsoft",
1351-
"publisherName": "Microsoft"
1349+
"displayName": "ms-vscode",
1350+
"publisherId": "ms-vscode",
1351+
"publisherName": "ms-vscode"
13521352
},
13531353
"versions": [
13541354
{
@@ -1359,7 +1359,7 @@
13591359
"files": [
13601360
{
13611361
"assetType": "Microsoft.VisualStudio.Services.VSIXPackage",
1362-
"source": "https://sqlopsextensions.blob.core.windows.net/extensions/powershell/microsoft.PowerShell-2024.3.2.vsix"
1362+
"source": "https://sqlopsextensions.blob.core.windows.net/extensions/powershell/ms-vscode.PowerShell-2024.3.2.vsix"
13631363
},
13641364
{
13651365
"assetType": "Microsoft.VisualStudio.Services.Icons.Default",

extensionsGallery.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,9 +1346,9 @@
13461346
"displayName": "PowerShell",
13471347
"shortDescription": "Develop PowerShell scripts in Azure Data Studio",
13481348
"publisher": {
1349-
"displayName": "Microsoft",
1350-
"publisherId": "Microsoft",
1351-
"publisherName": "Microsoft"
1349+
"displayName": "ms-vscode",
1350+
"publisherId": "ms-vscode",
1351+
"publisherName": "ms-vscode"
13521352
},
13531353
"versions": [
13541354
{
@@ -1359,7 +1359,7 @@
13591359
"files": [
13601360
{
13611361
"assetType": "Microsoft.VisualStudio.Services.VSIXPackage",
1362-
"source": "https://sqlopsextensions.blob.core.windows.net/extensions/powershell/microsoft.PowerShell-2024.3.2.vsix"
1362+
"source": "https://sqlopsextensions.blob.core.windows.net/extensions/powershell/ms-vscode.PowerShell-2024.3.2.vsix"
13631363
},
13641364
{
13651365
"assetType": "Microsoft.VisualStudio.Services.Icons.Default",

0 commit comments

Comments
 (0)