Max Stoumen

Results 33 comments of Max Stoumen

I'd personally prefer maybe a warning message indicating that the parser automatically renamed a script. I agree though that the new idiosyncrasy in behavior is pretty unintuitive.

@sourishkrout Yeah, I'm imagining it as a flag between patch and "normal" outout. I personally also think it makes more sense as a default output format, since it is more...

Would be cool, though there are some ambiguities: - How do I determine if the user wants to run a single script vs. many scripts? In other words, when should...

> If the user runs runme --project . run task:* they expect all commands to run. I am not sure if there is a usecase where they would expect only...

Note that the WASM stuff is still needed for Windows, and available as a fallback through feature flags.

@sourishkrout Yeah, that could work. To be honest I'd personally rather just eat the warning or keep it as `localhost` than do that. Because it has to work nicely with...

@sourishkrout I tried that, but I was unable to get the unsaved file contents the way you can for a text document. In particular, I couldn't get the associated `NotebookData`...

@sourishkrout It unblocks the issue, but the `--index` approach is still not ideal since the generated command is not very legible or re-usable as the document changes. I think ideally,...

Pending microsoft/vscode#165663

Ah, yeah, I thought I fixed this earlier but I still need to address it!