This commit is contained in:
Andrew Pareles 2025-02-22 21:08:34 -08:00
parent bf4392a52f
commit 2a876d8efe

View file

@ -9,7 +9,6 @@ import { BlockCode } from './BlockCode.js'
import { ChatMessageLocation, } from '../../../aiRegexService.js'
import { nameToVscodeLanguage } from '../../../helpers/detectLanguage.js'
import { ApplyBlockHoverButtons } from './ApplyBlockHoverButtons.js'
import { URI } from '../../../../../../../base/common/uri.js'
type ApplyBoxLocation = ChatMessageLocation & { tokenIdx: string }