Skip to content

Commit

Permalink
remove old test renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
beyang committed Nov 12, 2024
1 parent 8e1deef commit 70b837f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 102 deletions.
100 changes: 0 additions & 100 deletions vscode/src/autoedits/renderer-testing.ts

This file was deleted.

3 changes: 1 addition & 2 deletions vscode/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ 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 { AutoeditTestingProvider } from './autoedits/renderer-testing'
import { registerTestRenderCommand } from './autoedits/renderer-testing-2'
import type { MessageProviderOptions } from './chat/MessageProvider'
import { ChatsController, CodyChatEditorViewType } from './chat/chat-view/ChatsController'
Expand Down Expand Up @@ -460,7 +459,7 @@ async function registerCodyCommands(
disposables.push(
enableFeature(
({ configuration }) => configuration.experimentalAutoeditsRendererTesting !== false,
() => vscode.Disposable.from(new AutoeditTestingProvider(), registerTestRenderCommand())
() => registerTestRenderCommand()
)
)
disposables.push(
Expand Down

0 comments on commit 70b837f

Please sign in to comment.