Tim Havlicek

Results 9 issues of Tim Havlicek

Release Notes: - Fixed documentation for vim.use_system_clipboard

cla-signed

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it It seems all files in zed are interpreted to be jsonc (?)...

defect
json
language
tooling

Closes https://github.com/zed-industries/zed/issues/11288 Inspired by VSCode, which also lets you choose a specific formatter like this. I successfully tried this out so may as well make a PR, totally open for...

cla-signed

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When trying to run formatting via lsp, it does not use the...

defect
language
setting
language server

So zed has no specific language for .jsonc files, all json files are interpreted as jsonc under "JSON". Now that the biome extensions uses "json" to interpret json files, we...

### Description Fixes https://github.com/vitejs/vite-plugin-vue/issues/376 "The Bun implementation of Function.toString differs from node, as described in https://github.com/oven-sh/bun/issues/9543. This causes the serialization of ssrRegisterHelper to output a incorrect string." This change exports...

feat: ssr
p1-chore :broom:
ready to merge

### Related plugins - [ ] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [X] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug The Bun implementation of Function.toString differs from node, as described in https://github.com/oven-sh/bun/issues/9543. This causes the serialization...

feat: ssr
p2-nice-to-have :cake:

### Have you read a contributing guide? - [X] I have read CONTRIBUTING.md - [X] I have searched the existing issues and didn't find any that were similar - [X]...

enhancement

### Check for existing issues - [X] Completed ### Describe the feature Currently `client/registerCapability` Language Server requests for formatting methods are ignored, which causes certain language-servers to not format files...

enhancement
setting
language server