mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Normalize all file paths to posix format when presenting to AI or user
This commit is contained in:
@@ -4,6 +4,7 @@ import * as vscode from "vscode"
|
||||
import { ClaudeDevProvider } from "./providers/ClaudeDevProvider"
|
||||
import delay from "delay"
|
||||
import { createClaudeDevAPI } from "./extension-api"
|
||||
import "./utils/path-helpers" // necessary to have access to String.prototype.toPosix
|
||||
|
||||
/*
|
||||
Built using https://github.com/microsoft/vscode-webview-ui-toolkit
|
||||
|
||||
Reference in New Issue
Block a user