Sam McCall

Results 207 comments of Sam McCall

Apologies for the late response, I think this should be fixed now. (Mostly in https://github.com/sam-mccall/mod_dart/commit/d1fe3fc9dd1be17f9ccac448dfa8529197316497). The Dart APIs and development environments are a moving target (just upgraded to Mac OS...

Hi Thomas, `extraFlags` is removed in https://reviews.llvm.org/rL345969, and the fallbackFlags initialization extension is added in https://reviews.llvm.org/rL345973 (almost simultaneously). This allows the flags to be set at initialize time, which seems...

> the spaces that clangd is putting in the completion items. Those should be in `label` only, and I think the intent of LSP is `label` is only for display:...

FWIW `clangd` sends its logs to stderr, and most clients we deal with redirect this to a file or capture it to an internal buffer. (I thought this was fairly...

Unfortunately, needed to revert this and push 0.1.19 as it broke completion (e.g. #357). Apparently the way we use commit characters + snippets is broken and we never noticed because...

You can set `clangd.path` in vscode settings to point to a custom binary, do i misunderstand what you need?

Sorry, i think sometimes it is hidden in the UI. Foolproof way is to set it in the raw json view (though i think there's some way to see it...

I'm sorry this has taken a long time. I bounced off this many times because IMO neither "yes" nor "no" are good answers... The behavior looks great (especially preserving the...

Wow, I'd forgotten. That's excruciating to read, I'm sorry. Still, `s/a mistake/my mistake/`, how do you think we should proceed? (If you prefer to go ahead with this version, that...

Folding range isn't yet implemented, so what you're seeing is VSCode's default indentation-based folding. We are planning to work on this, but we're using it as a testbed for a...