Gero Posmyk-Leinemann c5a55dd02a
[claude/cline] See if it works to integrate memory-bank into Claude Code (#20913)
* [cline] Fix memory-bank rules

* [claude] Integrate with memory-bank (attempt)
2025-06-19 11:41:02 -04:00
..
2022-08-05 07:52:49 -03:00
2022-08-05 07:52:49 -03:00
2025-05-28 13:32:00 -04:00
2025-05-20 16:01:05 -04:00
2025-06-16 03:42:59 -04:00
2022-12-08 13:05:19 -03:00
2023-03-07 10:48:04 +01:00

IDE Metrics

Handy, cheaper and easier way to help collect error report and metrics for ide components (i.e. supervisor vscode-desktop-extension vscode-web-workbench)

How to Debug

From source in Gitpod Browser Code

start simple server

go run main.go run --config config-example.json --verbose

with breakpoints

  • Start a dlv server
dlv debug --listen=127.0.0.1:32991 --headless --api-version=2 -- run main.go run --config config-example.json --verbose
  • Run Attack to Delve (gitpod) in Run and Debug panel

Hot deploy to preview env

./debug.sh