We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f747fe2 commit 3ebd337Copy full SHA for 3ebd337
core/autocomplete/completionProvider.ts
@@ -49,6 +49,8 @@ import { AutocompleteSnippet } from "./ranking.js";
49
import { RecentlyEditedRange } from "./recentlyEdited.js";
50
import { getTemplateForModel } from "./templates.js";
51
import { GeneratorReuseManager } from "./util.js";
52
+// @prettier-ignore
53
+import Handlebars from "handlebars";
54
55
export interface AutocompleteInput {
56
completionId: string;
extensions/vscode/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "continue",
3
"icon": "media/icon.png",
4
- "version": "0.9.180",
+ "version": "0.9.181",
5
"repository": {
6
"type": "git",
7
"url": "https://github.com/continuedev/continue"
0 commit comments