From 9e359b8e7a09a07a9bc98a943ae70ad53332ad05 Mon Sep 17 00:00:00 2001 From: EmmaYuan1015 Date: Wed, 19 Aug 2026 10:17:36 +0800 Subject: [PATCH 1/4] Add standalone lint and format scripts --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 1af188ce7..a95a27c25 100644 --- a/package.json +++ b/package.json @@ -1394,6 +1394,8 @@ }, "scripts": { "build": "gulp build", + "lint": "gulp lint", + "format": "gulp format", "vscode:prepublish": "gulp", "test": "node ./test/runTest.js", "test-localization": "node ./test/localization/runTest.js", From b0f3638e2833eb5be0cb3d0f85bd039900fb9fe6 Mon Sep 17 00:00:00 2001 From: EmmaYuan1015 Date: Fri, 4 Sep 2026 15:31:53 +0800 Subject: [PATCH 2/4] Increase Windows PR pipeline timeout --- .ci/pr-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/pr-pipeline.yml b/.ci/pr-pipeline.yml index 5cc574796..530268d76 100644 --- a/.ci/pr-pipeline.yml +++ b/.ci/pr-pipeline.yml @@ -19,7 +19,7 @@ jobs: - job: Windows pool: vmImage: windows-latest - timeoutInMinutes: 20 + timeoutInMinutes: 85 steps: - checkout: self clean: true From c040abf4ee0814259c379ca8fa5d3df5ceb02963 Mon Sep 17 00:00:00 2001 From: EmmaYuan1015 Date: Fri, 4 Sep 2026 16:30:43 +0800 Subject: [PATCH 3/4] Increase macOS PR pipeline timeout --- .ci/pr-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/pr-pipeline.yml b/.ci/pr-pipeline.yml index 530268d76..14c46d32c 100644 --- a/.ci/pr-pipeline.yml +++ b/.ci/pr-pipeline.yml @@ -29,7 +29,7 @@ jobs: - job: macOS pool: vmImage: macOS-latest - timeoutInMinutes: 20 + timeoutInMinutes: 110 steps: - checkout: self clean: true From f84b0033bfaf453e653e06c1cb5c5e6021818c33 Mon Sep 17 00:00:00 2001 From: EmmaYuan1015 Date: Fri, 4 Sep 2026 16:58:42 +0800 Subject: [PATCH 4/4] Increase Linux PR pipeline timeout --- .ci/pr-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/pr-pipeline.yml b/.ci/pr-pipeline.yml index 14c46d32c..644a8bc09 100644 --- a/.ci/pr-pipeline.yml +++ b/.ci/pr-pipeline.yml @@ -9,7 +9,7 @@ jobs: - job: Linux pool: vmImage: ubuntu-latest - timeoutInMinutes: 20 + timeoutInMinutes: 50 steps: - checkout: self clean: true