We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8bfa5 commit bce01a7Copy full SHA for bce01a7
1 file changed
packages/core/src/ast.ts
@@ -1,7 +1,6 @@
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT License.
3
4
-/// <reference path="./types/prompt_template.d.ts" />
5
// Import necessary regular expressions for file type detection and host utilities
6
import { GENAI_ANYJS_REGEX, GENAI_ANYTS_REGEX } from "./constants.js";
7
import { Project } from "./server/messages.js";
0 commit comments