Danny Tuppeny

Results 1793 comments of Danny Tuppeny

> I do think changing the order that toolArgs inserts is a reasonable idea if it doesn't break existing flows. I looked into this, and unfortunately it does actually break...

Thanks for the ping - we noted above that this could be done with a wrapper script and you said it might be fine - did you try this out?...

@point-source did you try this? > we noted above that this could be done with a wrapper script and you said it might be fine - did you try this...

@pq @bwilkerson do you know if there any existing or requested lints along these lines? (don't import a library that's re-exporting symbols, instead import the library containing the declaration directly)....

> Is there any other option, like introducing a flag / config option in general and not depending on rules? There isn't any config to express these sorts of choices...

If this was to be supported, is there any compelling reason _not_ to do it as a lint? There's an existing mechanism for lints and fixes, and the server already...

@amer6622 is there an "Open Log" button on the notification? If so, can you open the log and check for errors at the end? Can you also complete the bug...

It appears that VS Code just sends completion requests to the language server for the start of the line where the breakpoint is: ```js { "jsonrpc": "2.0", "id": 16, "method":...

> Alternatively, if you are debugging at the time, VS Code could use the DAP completions request to ask the debugger for completions I started looking into DAP completions (see...

It seems like a reasonable idea to me. I often think the Flutter "Wrap" list is really large and would like to hide some. There are also requests for some...