From 9b018b7916141a6f7db31202c66f3d2fc28587dd Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 9 Dec 2025 20:57:21 +0000 Subject: [PATCH] Add manual test page for json-interpolation language - Add json-interpolation to dev-setup.js module loading - Create standalone test page that works with CDN Monaco - Test page demonstrates syntax highlighting, completions, hover info, comments, and trailing comma support --- test/manual/dev-setup.js | 1 + test/manual/json-interpolation/index.html | 105 ++++++ .../manual/json-interpolation/standalone.html | 352 ++++++++++++++++++ 3 files changed, 458 insertions(+) create mode 100644 test/manual/json-interpolation/index.html create mode 100644 test/manual/json-interpolation/standalone.html diff --git a/test/manual/dev-setup.js b/test/manual/dev-setup.js index 3dae2fa1..531ef482 100644 --- a/test/manual/dev-setup.js +++ b/test/manual/dev-setup.js @@ -105,6 +105,7 @@ 'vs/language/css/monaco.contribution', 'vs/language/html/monaco.contribution', 'vs/language/json/monaco.contribution', + 'vs/language/json-interpolation/monaco.contribution', 'vs/language/typescript/monaco.contribution' ], callback diff --git a/test/manual/json-interpolation/index.html b/test/manual/json-interpolation/index.html new file mode 100644 index 00000000..feb7e0c9 --- /dev/null +++ b/test/manual/json-interpolation/index.html @@ -0,0 +1,105 @@ + + + + + + + + + [Back to main] +

JSON with Interpolation Test

+ +
+

Features to test:

+ +
+ +
+ + + + + diff --git a/test/manual/json-interpolation/standalone.html b/test/manual/json-interpolation/standalone.html new file mode 100644 index 00000000..d7487421 --- /dev/null +++ b/test/manual/json-interpolation/standalone.html @@ -0,0 +1,352 @@ + + + + + JSON Interpolation - Standalone Test + + + +

JSON with Interpolation - Standalone Test

+ +
+

Features to test:

+ +
+ +
+ + + + + +