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:
+
+ - Syntax highlighting: Notice ${...} interpolations have JavaScript highlighting
+ - Completions: Type inside ${} to see JavaScript completions
+ - Hover: Hover over variables inside ${} for type info
+ - Comments: // and /* */ comments are supported
+ - Trailing commas: Trailing commas are allowed
+
+
+
+
+
+
+
+
+
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:
+
+ - Syntax highlighting: Notice ${...} interpolations have JavaScript highlighting
+ - Completions: Type inside ${} to see JavaScript completions for name, env, config, etc.
+ - Hover: Hover over variables inside ${} for type info
+ - Comments: // and /* */ comments are supported
+ - Trailing commas: Trailing commas are allowed
+
+
+
+
+
+
+
+
+
+