justin
justin
Just encountered this as well
@jcope2013's fix worked for me as well ``` DEBUG: Ember : 2.2.0 DEBUG: Ember Data : 2.3.1 ```
@zanieb @Gankra id be interested in working on this one - don't have any experience with windows dev though - thoughts on enabling for Unix only to start? Also -...
sounds good - and thanks for the mdbook pointers. will get into it
@Gankra got an MVP implementation here: https://github.com/astral-sh/uv/pull/12847 pausing here for some early feedback. i left notes on a couple specific things that came up in the description (around exit codes/clearscreen...
@zanieb @Gankra let me know if i can help/make any more progress on this one
looks like sorting isn't implemented server-side for the json language server: https://github.com/microsoft/vscode/blob/main/extensions/json-language-features/client/src/jsonClient.ts#L215-L232 new to the project and not sure what the preferred path here would be but @notpeter if you...
@notpeter following up on this one, lmk if i can help here
@notpeter makes sense to me/seems similar to how these commands are implemented in vscode would it make sense to add a function to the `LspAdapter` trait for the registry -...