From 16f1388fdc917593efc1ef699ee5f2b272b55cd3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 3 Apr 2025 01:05:23 +0300 Subject: removal of the log --- helix-gpt.log | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 helix-gpt.log (limited to 'helix-gpt.log') diff --git a/helix-gpt.log b/helix-gpt.log deleted file mode 100644 index 65232cf..0000000 --- a/helix-gpt.log +++ /dev/null @@ -1,20 +0,0 @@ -APP 2025-04-02T22:04:40.979Z --> triggerCharacters: | ["{","("," "] - -APP 2025-04-02T22:04:40.987Z --> received request: | {"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{"general":{"positionEncodings":["utf-8","utf-32","utf-16"]},"textDocument":{"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}},"dataSupport":true,"disabledSupport":true,"isPreferredSupport":true,"resolveSupport":{"properties":["edit","command"]}},"completion":{"completionItem":{"deprecatedSupport":true,"insertReplaceSupport":true,"resolveSupport":{"properties":["documentation","detail","additionalTextEdits"]},"snippetSupport":true,"tagSupport":{"valueSet":[1]}},"completionItemKind":{}},"formatting":{"dynamicRegistration":false},"hover":{"contentFormat":["markdown"]},"inlayHint":{"dynamicRegistration":false},"publishDiagnostics":{"tagSupport":{"valueSet":[1,2]},"versionSupport":true},"rename":{"dynamicRegistration":false,"honorsChangeAnnotations":false,"prepareSupport":true},"signatureHelp":{"signatureInformation":{"activeParameterSupport":true,"documentationFormat":["markdown"],"parameterInformation":{"labelOffsetSupport":true}}}},"window":{"workDoneProgress":true},"workspace":{"applyEdit":true,"configuration":true,"didChangeConfiguration":{"dynamicRegistration":false},"didChangeWatchedFiles":{"dynamicRegistration":true,"relativePatternSupport":false},"executeCommand":{"dynamicRegistration":false},"fileOperations":{"didRename":true,"willRename":true},"inlayHint":{"refreshSupport":false},"symbol":{"dynamicRegistration":false},"workspaceEdit":{"documentChanges":true,"failureHandling":"abort","normalizesLineEndings":false,"resourceOperations":["create","rename","delete"]},"workspaceFolders":true}},"clientInfo":{"name":"helix","version":"25.01.1 (db187c48)"},"processId":1589547,"rootPath":"/home/paul/git/sillybench","rootUri":"file:///home/paul/git/sillybench","workspaceFolders":[{"name":"sillybench","uri":"file:///home/paul/git/sillybench"}]},"id":0} - -APP 2025-04-02T22:04:40.988Z --> sent request | {"jsonrpc":"2.0","id":0,"result":{"capabilities":{"codeActionProvider":true,"executeCommandProvider":{"commands":["resolveDiagnostics","generateDocs","improveCode","refactorFromComment","writeTest"]},"completionProvider":{"resolveProvider":false,"triggerCharacters":["{","("," "]},"textDocumentSync":{"change":1,"openClose":true}}}} - -APP 2025-04-02T22:04:40.989Z --> received didOpen | language: bash - -APP 2025-04-02T22:04:45.083Z --> received didChange | language: bash | contentVersion: 1 | uri: file:///home/paul/git/sillybench/run.sh - -APP 2025-04-02T22:04:46.060Z --> received didChange | language: bash | contentVersion: 2 | uri: file:///home/paul/git/sillybench/run.sh - -APP 2025-04-02T22:04:46.973Z --> received didChange | language: bash | contentVersion: 3 | uri: file:///home/paul/git/sillybench/run.sh - -APP 2025-04-02T22:04:47.724Z --> received didChange | language: bash | contentVersion: 4 | uri: file:///home/paul/git/sillybench/run.sh - -APP 2025-04-02T22:04:48.844Z --> received didChange | language: bash | contentVersion: 5 | uri: file:///home/paul/git/sillybench/run.sh - -APP 2025-04-02T22:04:48.854Z --> received request: | {"jsonrpc":"2.0","method":"shutdown","id":1} - -- cgit v1.2.3