From fa261bca7948ce3933a36af1c120490e22ac3f02 Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Thu, 11 Apr 2024 11:29:16 -0700 Subject: [PATCH] fix editor references --- editor/deploy.ts | 2 +- editor/extension.ts | 2 +- fieldeditors/extension.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editor/deploy.ts b/editor/deploy.ts index 8695e340..5c73857d 100644 --- a/editor/deploy.ts +++ b/editor/deploy.ts @@ -1,4 +1,4 @@ -/// +/// /// import HF2 = pxt.HF2; diff --git a/editor/extension.ts b/editor/extension.ts index 866a173e..2a455ccc 100644 --- a/editor/extension.ts +++ b/editor/extension.ts @@ -2,7 +2,7 @@ /// /// /// -/// +/// /// import { deployCoreAsync, initAsync } from "./deploy"; diff --git a/fieldeditors/extension.ts b/fieldeditors/extension.ts index 10944a73..05f9c786 100644 --- a/fieldeditors/extension.ts +++ b/fieldeditors/extension.ts @@ -1,4 +1,4 @@ -/// +/// /// import { FieldPorts } from "./field_ports";