Skip to content

Commit 3ebd337

Browse files
committed
handlebars import
1 parent f747fe2 commit 3ebd337

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

core/autocomplete/completionProvider.ts

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ import { AutocompleteSnippet } from "./ranking.js";
4949
import { RecentlyEditedRange } from "./recentlyEdited.js";
5050
import { getTemplateForModel } from "./templates.js";
5151
import { GeneratorReuseManager } from "./util.js";
52+
// @prettier-ignore
53+
import Handlebars from "handlebars";
5254

5355
export interface AutocompleteInput {
5456
completionId: string;

extensions/vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "continue",
33
"icon": "media/icon.png",
4-
"version": "0.9.180",
4+
"version": "0.9.181",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/continuedev/continue"

0 commit comments

Comments
 (0)