Skip to content

Commit

Permalink
Refactor mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
saoudrizwan committed Sep 24, 2024
1 parent ae1c06b commit a82ff94
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/ClaudeDev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { ToolName } from "../shared/Tool"
import { ClaudeAskResponse } from "../shared/WebviewMessage"
import { findLast, findLastIndex } from "../utils/array"
import { arePathsEqual } from "../utils/path"
import { parseMentions } from "./mentions/context-mentions"
import { parseMentions } from "./mentions"
import { tools } from "./prompts/tools"
import { truncateHalfConversation } from "./sliding-window"
import { ClaudeDevProvider } from "./webview/ClaudeDevProvider"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/core/webview/ClaudeDevProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import axios from "axios"
import { getTheme } from "../../integrations/theme/getTheme"
import { openFile, openImage } from "../../integrations/misc/open-file"
import WorkspaceTracker from "../../integrations/workspace/WorkspaceTracker"
import { openMention } from "../mentions/context-mentions"
import { openMention } from "../mentions"

/*
https://github.com/microsoft/vscode-webview-ui-toolkit-samples/blob/main/default/weather-webview/src/providers/WeatherViewProvider.ts
Expand Down

0 comments on commit a82ff94

Please sign in to comment.