Skip to content

Commit

Permalink
remove unsued imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewyuq committed Oct 25, 2024
1 parent 786c319 commit d8a3348
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { ReferenceInlineProvider } from './referenceInlineProvider'
import { ImportAdderProvider } from './importAdderProvider'
import { application } from '../util/codeWhispererApplication'
import path from 'path'
import { vsCodeState } from '../indexNode'

export class CWInlineCompletionItemProvider implements vscode.InlineCompletionItemProvider {
private activeItemIndex: number | undefined
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
import { GenerateRecommendationsRequest, ListRecommendationsRequest, Recommendation } from '../client/codewhisperer'
import { Position } from 'vscode'
import { CodeWhispererSupplementalContext, vsCodeState } from '../models/model'
import { resolveTransitionHooks } from 'vue'

class CodeWhispererSession {
static #instance: CodeWhispererSession
Expand Down

0 comments on commit d8a3348

Please sign in to comment.