feat: added Automatic Code Template Detection And Import (#867)

* initial setup

* updated template list

* added optional switch to control this feature

* removed some logs
This commit is contained in:
Anirban Kar
2024-12-29 15:52:37 +05:30
committed by GitHub
parent 3a36a4469a
commit 4c81e154a0
8 changed files with 608 additions and 13 deletions

View File

@@ -109,7 +109,6 @@ export class StreamingMessageParser {
// Remove markdown code block syntax if present and file is not markdown
if (!currentAction.filePath.endsWith('.md')) {
content = cleanoutMarkdownSyntax(content);
console.log('content after cleanup', content);
}
content += '\n';