We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c2760 commit 0227d53Copy full SHA for 0227d53
lib/utils/templates.js
@@ -20,7 +20,7 @@ export function getTemplatePathInScope() {
20
return templatePath;
21
}
22
23
-export async function templateMenuPathForSchemaURI(schemaURI) {
+export async function templatePathForSchemaURI(schemaURI) {
24
// resolve the schema URI
25
// for now, this is just the manifest
26
for (let i = 0; i < template_manifest.children.length; i++) {
0 commit comments