Normalize all file paths to posix format when presenting to AI or user

This commit is contained in:
Saoud Rizwan
2024-09-22 19:20:10 -04:00
parent 1602ecfe67
commit 69e681ebce
9 changed files with 112 additions and 35 deletions

View File

@@ -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