iacore

Results 421 comments of iacore

I am not sure where to print the other escape sequences. Anyone can take over this PR now. I have marked what needs to be added with `// todo`.

no. it does nothing when i press "Format"

After patching goimports-reviser, the following config works (for me)! ``` "go.formatTool": "custom", "go.formatFlags": [ "-rm-unused", "-", ], "go.alternateTools": { "customFormatter": "goimports-reviser", }, ``` I think the main confusion is in...

:) I found a workaround. rm /home/user/.vscode-oss/extensions/danielx.civet-0.3.16-universal/dist/server.js

this also doesn't work as bunfig.toml ``` jsx = "react-jsx" jsxImportSource = "solid-js" preload = ["@danielx/civet/bun-civet"] ```

I found civetman + Deno working better :+1:

i still think it should print in the console. i'm used to working with UNIX files. Still don't see a point of debug bar. Definitely should be able to route...

> Can I ask why you don't like it? More clicks. When it's in terminal, I see the output immediately. For interactivity design, the user can send USR1 (or SIGINT...