From 9b4b6c0ee468a49a1ba611747147bf3710cd160b Mon Sep 17 00:00:00 2001 From: Bill Schnurr Date: Tue, 7 Oct 2025 15:32:16 -0700 Subject: [PATCH 1/2] Update areaPath and serviceTreeID in pipeline config --- build/azure-pipeline.stable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipeline.stable.yml b/build/azure-pipeline.stable.yml index 2490616..1a7a779 100644 --- a/build/azure-pipeline.stable.yml +++ b/build/azure-pipeline.stable.yml @@ -60,6 +60,6 @@ extends: displayName: Build extension tsa: config: - areaPath: 'Visual Studio Code Python Extensions' - serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46' + areaPath: 'Pylance' + serviceTreeID: 'e3c408e8-09e7-404f-a9af-22b4ac3807a3' enabled: true From fab3cc02e79c4ab062b62c560612fd89270c54ee Mon Sep 17 00:00:00 2001 From: Bill Schnurr Date: Tue, 7 Oct 2025 15:33:44 -0700 Subject: [PATCH 2/2] Update areaPath and serviceTreeID for tsa --- build/azure-pipeline.pre-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipeline.pre-release.yml b/build/azure-pipeline.pre-release.yml index 961467c..471b228 100644 --- a/build/azure-pipeline.pre-release.yml +++ b/build/azure-pipeline.pre-release.yml @@ -65,8 +65,8 @@ extends: tsa: config: - areaPath: 'Visual Studio Code Python Extensions' - serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46' + areaPath: 'Pylance' + serviceTreeID: 'e3c408e8-09e7-404f-a9af-22b4ac3807a3' enabled: true publishExtension: ${{ parameters.publishExtension }}