Pokey Rule
Pokey Rule
@auscompgeek good call on "item". We are actually considering switching "arg" to use "item" under the hood, just restricting allowable parent nodes. We'd probably do that as follow-up work to...
Have you symlinked / copied cursorless-talon subdir of this branch into your talon user directory, replacing the deployed version of cursorless? If so, maybe try restarting talon and saying "cursorless...
Strange. What does it say in dev tools in VSCode?
Ohh right. Hmm. Will have to think about this one. Worth keeping open
# The problem The problem here is that Cursorless prefers to run on the remote machine, so any filesystem references will be there. # Possible solutions A couple possible approaches:...
We could also combine the above approaches and have a separate extension that always runs locally, and uses a local http server
Good call @auscompgeek that seems like the easiest solution. Updated the description with solution based on that suggestion
@AndreasArvidsson when you get a minute it would be awesome if you could try this out on Windows; I believe that's what's blocking this PR
@AndreasArvidsson do you remember what the problem was originally? Unfortunately we didn't leave any comment. [Here's](https://github.com/cursorless-dev/cursorless/pull/691/commits/a044fd0f3009c00e0c24ffa48c7f43ddf3587c32) the commit where you fixed Windows originally fwiw
Seems fine, but a couple questions: - [ ] Will VSCode automatically start using this style when it does an auto-import for us, both via - [ ] autocomplete, and...