Posts tagged with "visual studio code"
-
Debugging Deno Projects in VSCode
Debugging Deno applications inside VS Code is actually pretty straightforward with the right launch config. Use the below .vscode/launch.json config to debug your entire deno application, debug all of your deno tests, run a single test file, or just the specific test case that you have currently selected.
-
Monodraw type VSCode Extension
AsciiFlow2 is a really awesome tool that embed an ascii monodraw style editor inside VSCode. https://github.com/zenghongtu/vscode-asciiflow2