Tony Allevato

Results 36 comments of Tony Allevato

They aren't distributed by default in Xcode; you'll need to install `icu4c` from a package manager like Homebrew so that you can reference the headers.

@yuriismith Sorry for the extremely late reply. Unfortunately the ICU story on Linux is pretty rough. Each version of Ubuntu tends to be distributed with a different release of ICU,...

This is because we don't use the `vscode.Task` API to launch buildifier, but instead spawn it directly with Node's `child_process`. Unfortunately, I don't think there's a clean way to resolve...

It looks like there's an open feature request on VS Code to expose an API for manual variable resolution: https://github.com/microsoft/vscode/issues/70769

The main issue you describe is a duplicate of #23. It was addressed by #28, but we haven't pushed it out in a release yet (I'll do one after the...

I would definitely be interested in seeing a cleaned up version of how that would look! At the very least, it would be an improvement in the way we generate...

Yes, we definitely need some good coverage for our lower-level APIs here, at least. (I'm not sure what VS Code offers in the area of extension-based testing.) We'll need to...

Do you have any logs that show what might have gone wrong? Is there anything in the console if you run the "Toggle Developer Tools" command after startup?

One possible enhancement that comes to mind would be to detect that there are greater than _N_ targets emitted by the same macro (for some reasonable value _N_) and presenting...