aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vscode/files/patch-build_lib_layersChecker.ts
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2025-05-12 21:27:03 +0900
committerHiroki Tagato <tagattie@FreeBSD.org>2025-05-12 21:28:26 +0900
commit51a6c70dba1b7483cad9fde351673b6d4eaa1f66 (patch)
treeba11e7a726b31edf3543911862ae6a901d5cc732 /editors/vscode/files/patch-build_lib_layersChecker.ts
parent7eb86aa2f72530a057ae157ee0ca3552ac073c5e (diff)
editors/vscode: update to 1.100.0
Changelog: https://code.visualstudio.com/updates/v1_100 Reported by: GitHub (watch releases)
Diffstat (limited to 'editors/vscode/files/patch-build_lib_layersChecker.ts')
-rw-r--r--editors/vscode/files/patch-build_lib_layersChecker.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vscode/files/patch-build_lib_layersChecker.ts b/editors/vscode/files/patch-build_lib_layersChecker.ts
index a0e10357f73a..55aa891b281f 100644
--- a/editors/vscode/files/patch-build_lib_layersChecker.ts
+++ b/editors/vscode/files/patch-build_lib_layersChecker.ts
@@ -1,6 +1,6 @@
---- build/lib/layersChecker.ts.orig 2025-04-09 23:39:47 UTC
+--- build/lib/layersChecker.ts.orig 2025-05-07 12:32:30 UTC
+++ build/lib/layersChecker.ts
-@@ -410,7 +410,7 @@ function createProgram(tsconfigPath: string): ts.Progr
+@@ -419,7 +419,7 @@ function createProgram(tsconfigPath: string): ts.Progr
function createProgram(tsconfigPath: string): ts.Program {
const tsConfig = ts.readConfigFile(tsconfigPath, ts.sys.readFile);