Skip to content

Commit

Permalink
renderer-testing-2 -> renderer-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
beyang committed Nov 12, 2024
1 parent 70b837f commit e1615b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion vscode/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import type { CommandResult } from './CommandResult'
import { showAccountMenu } from './auth/account-menu'
import { showSignInMenu, showSignOutMenu, tokenCallbackHandler } from './auth/auth'
import { AutoeditsProvider } from './autoedits/autoedits-provider'
import { registerTestRenderCommand } from './autoedits/renderer-testing-2'
import { registerTestRenderCommand } from './autoedits/renderer-testing'
import type { MessageProviderOptions } from './chat/MessageProvider'
import { ChatsController, CodyChatEditorViewType } from './chat/chat-view/ChatsController'
import { ContextRetriever } from './chat/chat-view/ContextRetriever'
Expand Down

0 comments on commit e1615b4

Please sign in to comment.