Suvanjan Mukherjee
Suvanjan Mukherjee
Add debug logs throughout major functions in this extension reporting the elapsed time in the function to help debug issues like #60 and #58
We currently have no tests for the extension. VS Code extension testing framework described here https://code.visualstudio.com/docs/extensions/testing-extensions We will need to add a starter test and include it in the PR...
I built my go binary using rules_go and gazelle. I'm using VS Code as my editor and using a launch configuration with mode "exec". I built my code using bazel...