David Vo
David Vo
From what I'm aware there aren't, historically the web client also used xoxs tokens. I presume the same caveats with some of the APIs looking different still apply though; I'm...
@vlcinsky Looks like someone else has already written a plugin: https://github.com/rupert/pyls-black
> Should python examples include import wpilib statements or omit those? (my vote: omit) The Java and C++ example snippets don't include the import/includes, so let's elide them for consistency.
I definitely didn't expect `item` to select everything between ``
:wave: Hey @Will-Sommers, how's this PR going? I'd personally love to see this land; let us know if someone else will need to pick this up.
> Personally I don't really have the need to support units in any other language anyhow. Not one that I can think of on top of my head. Talon script...
I don't think this is trivial to fix. All we get (unsurprisingly) out of tree-sitter is a token tree: ``` > source_file >> function_item >>> body: block >>>> expression_statement >>>>>...
As a workaround, does the `item` scope do the trick?
Is there a reason to prefer Cursorless runs where the workspace is? Can we move it to the UI side only as a solution?
Hmm. I ran this on macOS, haven't tried on other platforms. If it's a problem I guess we can keep piping and reprint the stream?