Hey there...<p>i wan to use your tool, but it doesn't work, GPT try to write and it say done and the document never changes, and many errors.<p>{
"liveShareUrl": "<a href="https://prod.liveshare.vsengsaas.visualstudio.com/join?9BC52B81155BBB89007CB3D022673CC195EF" rel="nofollow noreferrer">https://prod.liveshare.vsengsaas.visualstudio.com/join?9BC52...</a>",
"path": "_exe/Class/debug.php",
"analysisGoal": "List all functions in the file"
}
An error occurred while executing the plugin.<p>//////////
{
"liveShareUrl": "<a href="https://prod.liveshare.vsengsaas.visualstudio.com/join?9BC52B81155BBB89007CB3D022673CC195EF" rel="nofollow noreferrer">https://prod.liveshare.vsengsaas.visualstudio.com/join?9BC52...</a>",
"path": "_exe/Class/debug.php",
"operations": [
{
"order": 1,
"op": "insert",
"params": {
"anchorText": "}",
"newCode": "\n\n public function write() {\n // Function body goes here\n }",
"relativePosition": "after",
"indentSpaces": 0,
"indentTabs": 0
}
}
]
}<p>/////////
Draft ID: 1<p>--- _exe/Class/debug.php
+++ _exe/Class/debug.php
@@ -1,8 +1,12 @@
-<?php
-class debug {
- private $logDirectory;
-
- public function __construct($logDirectory) {
- $this->logDirectory = $logDirectory;
- }
-}
+<?php
+class debug {
+ private $logDirectory;
+
+ public function __construct($logDirectory) {
+ $this->logDirectory = $logDirectory;
+ }
+
+ public function write() {
+ // Function body goes here
+ }
+}<p>But if a open the file, it has any change.<p>I hope it can be helpful...<p>Thank you.<p>David