Skip to content

Commit 48013c9

Browse files
committed
Update .cache
1 parent dbbf51f commit 48013c9

File tree

108 files changed

+3915
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+3915
-11
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3+
<Metadata>
4+
<Identity Language="en-US" Id="run-automation-execute-tab" Publisher="4labs" Version="1.0.495"/>
5+
<DisplayName>Run Automation</DisplayName>
6+
<Description xml:space="preserve">Adds an Automation tab to Test Plans.</Description>
7+
<GalleryFlags>Public</GalleryFlags>
8+
<Categories>Azure Test Plans</Categories>
9+
<Icon>images/icon.png</Icon>
10+
</Metadata>
11+
<Dependencies/>
12+
<Installation>
13+
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
14+
</Installation>
15+
<Assets>
16+
<Asset Type="assets/index.css" d:Source="File" Path="assets/index.css" Addressable="true"/>
17+
<Asset Type="assets/index.js" d:Source="File" Path="assets/index.js" Addressable="true"/>
18+
<Asset Type="images/icon.png" d:Source="File" Path="images/icon.png" Addressable="true"/>
19+
<Asset Type="index.html" d:Source="File" Path="index.html" Addressable="true"/>
20+
<Asset Type="overview.md" d:Source="File" Path="overview.md" Addressable="true"/>
21+
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/icon.png" Addressable="true"/>
22+
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/>
23+
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
24+
</Assets>
25+
</PackageManifest>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"manifestVersion": 1,
3+
"scopes": [
4+
"vso.test",
5+
"vso.test_write",
6+
"vso.build_execute",
7+
"vso.work",
8+
"vso.extension.data_write"
9+
],
10+
"contributions": [
11+
{
12+
"id": "automation-pivot-tab",
13+
"type": "ms.vss-web.tab",
14+
"description": "Automation Tab",
15+
"targets": [
16+
"ms.vss-test-web.test-plan-pivot-tabs"
17+
],
18+
"properties": {
19+
"name": "Automation",
20+
"uri": "index.html?view=tab",
21+
"order": 99,
22+
"dynamicSize": true
23+
}
24+
}
25+
],
26+
"contributionTypes": []
27+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3+
<Metadata>
4+
<Identity Language="en-US" Id="run-automation-execute-tab" Publisher="4labs" Version="1.0.496"/>
5+
<DisplayName>Run Automation</DisplayName>
6+
<Description xml:space="preserve">Adds an Automation tab to Test Plans.</Description>
7+
<GalleryFlags>Public</GalleryFlags>
8+
<Categories>Azure Test Plans</Categories>
9+
<Icon>images/icon.png</Icon>
10+
</Metadata>
11+
<Dependencies/>
12+
<Installation>
13+
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
14+
</Installation>
15+
<Assets>
16+
<Asset Type="assets/index.css" d:Source="File" Path="assets/index.css" Addressable="true"/>
17+
<Asset Type="assets/index.js" d:Source="File" Path="assets/index.js" Addressable="true"/>
18+
<Asset Type="images/icon.png" d:Source="File" Path="images/icon.png" Addressable="true"/>
19+
<Asset Type="index.html" d:Source="File" Path="index.html" Addressable="true"/>
20+
<Asset Type="overview.md" d:Source="File" Path="overview.md" Addressable="true"/>
21+
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/icon.png" Addressable="true"/>
22+
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/>
23+
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
24+
</Assets>
25+
</PackageManifest>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"manifestVersion": 1,
3+
"scopes": [
4+
"vso.test",
5+
"vso.test_write",
6+
"vso.build_execute",
7+
"vso.work",
8+
"vso.extension.data_write"
9+
],
10+
"contributions": [
11+
{
12+
"id": "automation-pivot-tab",
13+
"type": "ms.vss-web.tab",
14+
"description": "Automation Tab",
15+
"targets": [
16+
"ms.vss-test-web.test-plan-pivot-tabs"
17+
],
18+
"properties": {
19+
"name": "Automation",
20+
"uri": "index.html?view=tab",
21+
"order": 99
22+
}
23+
}
24+
],
25+
"contributionTypes": []
26+
}

.cache/4labs/run-automation-execute-tab/extension.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,45 @@
1111
"extensionName": "run-automation-execute-tab",
1212
"displayName": "Run Automation",
1313
"flags": 260,
14-
"lastUpdated": "2026-04-10T10:35:40.767Z",
14+
"lastUpdated": "2026-04-13T05:04:06.49Z",
1515
"publishedDate": "2025-11-17T05:56:23.7Z",
1616
"releaseDate": "2025-11-17T05:56:23.7Z",
1717
"shortDescription": "Adds an Automation tab to Test Plans.",
1818
"versions": [
19+
{
20+
"version": "1.0.496",
21+
"flags": 1,
22+
"lastUpdated": "2026-04-13T05:04:06.49Z",
23+
"files": [
24+
{
25+
"assetType": "Microsoft.VisualStudio.Services.VsixManifest",
26+
"source": "https://4labs.gallerycdn.vsassets.io/extensions/4labs/run-automation-execute-tab/1.0.496/1776056504485/Microsoft.VisualStudio.Services.VsixManifest"
27+
},
28+
{
29+
"assetType": "Microsoft.VisualStudio.Services.VSIXPackage",
30+
"source": "https://4labs.gallerycdn.vsassets.io/extensions/4labs/run-automation-execute-tab/1.0.496/1776056504485/Microsoft.VisualStudio.Services.VSIXPackage"
31+
}
32+
],
33+
"assetUri": "https://4labs.gallerycdn.vsassets.io/extensions/4labs/run-automation-execute-tab/1.0.496/1776056504485",
34+
"fallbackAssetUri": "https://4labs.gallery.vsassets.io/_apis/public/gallery/publisher/4labs/extension/run-automation-execute-tab/1.0.496/assetbyname"
35+
},
36+
{
37+
"version": "1.0.495",
38+
"flags": 1,
39+
"lastUpdated": "2026-04-13T04:13:28.513Z",
40+
"files": [
41+
{
42+
"assetType": "Microsoft.VisualStudio.Services.VsixManifest",
43+
"source": "https://4labs.gallerycdn.vsassets.io/extensions/4labs/run-automation-execute-tab/1.0.495/1776053343064/Microsoft.VisualStudio.Services.VsixManifest"
44+
},
45+
{
46+
"assetType": "Microsoft.VisualStudio.Services.VSIXPackage",
47+
"source": "https://4labs.gallerycdn.vsassets.io/extensions/4labs/run-automation-execute-tab/1.0.495/1776053343064/Microsoft.VisualStudio.Services.VSIXPackage"
48+
}
49+
],
50+
"assetUri": "https://4labs.gallerycdn.vsassets.io/extensions/4labs/run-automation-execute-tab/1.0.495/1776053343064",
51+
"fallbackAssetUri": "https://4labs.gallery.vsassets.io/_apis/public/gallery/publisher/4labs/extension/run-automation-execute-tab/1.0.495/assetbyname"
52+
},
1953
{
2054
"version": "1.0.494",
2155
"flags": 1,
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3+
<Metadata>
4+
<Identity Language="en-US" Id="alcops-ado" Publisher="Arthurvdv" Version="1.0.0"/>
5+
<DisplayName>ALCops</DisplayName>
6+
<Description xml:space="preserve">Download and install ALCops code analyzers for AL (Business Central) pipelines</Description>
7+
<Categories>Azure Pipelines</Categories>
8+
<Properties>
9+
<Property Id="Microsoft.VisualStudio.Services.Links.Home" Value="https://alcops.dev"/>
10+
<Property Id="Microsoft.VisualStudio.Services.Links.Repository" Value="https://github.com/ALCops/azure-devops-extension"/>
11+
<Property Id="Microsoft.VisualStudio.Services.Links.Issues" Value="https://github.com/ALCops/azure-devops-extension/issues"/>
12+
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/ALCops/azure-devops-extension"/>
13+
</Properties>
14+
<Tags>AL,Business Central,Dynamics 365,Code Analysis,ALCops</Tags>
15+
<Icon>images/icon.png</Icon>
16+
</Metadata>
17+
<Dependencies/>
18+
<Installation>
19+
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
20+
</Installation>
21+
<Assets>
22+
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/icon.png" Addressable="true"/>
23+
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/>
24+
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
25+
</Assets>
26+
</PackageManifest>
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"manifestVersion": 1,
3+
"repository": {
4+
"type": "git",
5+
"uri": "https://github.com/ALCops/azure-devops-extension"
6+
},
7+
"contributions": [
8+
{
9+
"id": "install-analyzers",
10+
"type": "ms.vss-distributed-task.task",
11+
"targets": [
12+
"ms.vss-distributed-task.tasks"
13+
],
14+
"properties": {
15+
"name": "tasks/install-analyzers"
16+
}
17+
},
18+
{
19+
"id": "detect-tfm-bc-artifact",
20+
"type": "ms.vss-distributed-task.task",
21+
"targets": [
22+
"ms.vss-distributed-task.tasks"
23+
],
24+
"properties": {
25+
"name": "tasks/detect-tfm-bc-artifact"
26+
}
27+
},
28+
{
29+
"id": "detect-tfm-nuget-devtools",
30+
"type": "ms.vss-distributed-task.task",
31+
"targets": [
32+
"ms.vss-distributed-task.tasks"
33+
],
34+
"properties": {
35+
"name": "tasks/detect-tfm-nuget-devtools"
36+
}
37+
},
38+
{
39+
"id": "detect-tfm-marketplace",
40+
"type": "ms.vss-distributed-task.task",
41+
"targets": [
42+
"ms.vss-distributed-task.tasks"
43+
],
44+
"properties": {
45+
"name": "tasks/detect-tfm-marketplace"
46+
}
47+
}
48+
],
49+
"scopes": [],
50+
"contributionTypes": []
51+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"id": "6d877951-7f8c-4952-b646-8b1de43438a3",
3+
"name": "ALCopsDetectTfmFromBCArtifact",
4+
"version": {
5+
"Major": 1,
6+
"Minor": 0,
7+
"Patch": 0
8+
},
9+
"friendlyName": "ALCops Detect TFM from BC Artifact",
10+
"description": "Detect the target framework moniker from a Business Central artifact URL by reading its manifest",
11+
"preview": false,
12+
"deprecated": false,
13+
"author": "ALCops"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"id": "fdd8b141-8aa3-40fd-a235-341eafc63b2f",
3+
"name": "ALCopsDetectTfmFromMarketplace",
4+
"version": {
5+
"Major": 1,
6+
"Minor": 0,
7+
"Patch": 0
8+
},
9+
"friendlyName": "ALCops Detect TFM from VS Marketplace",
10+
"description": "Detect the target framework moniker from the AL Language VS Code extension on the Visual Studio Marketplace",
11+
"preview": false,
12+
"deprecated": false,
13+
"author": "ALCops"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"id": "4d71228c-8416-44fd-9029-811b6ae7bf11",
3+
"name": "ALCopsDetectTfmFromNuGetDevTools",
4+
"version": {
5+
"Major": 1,
6+
"Minor": 0,
7+
"Patch": 0
8+
},
9+
"friendlyName": "ALCops Detect TFM from NuGet DevTools",
10+
"description": "Detect the target framework moniker from the Microsoft.Dynamics.BusinessCentral.Development.Tools NuGet package version",
11+
"preview": false,
12+
"deprecated": false,
13+
"author": "ALCops"
14+
}

0 commit comments

Comments
 (0)