Yuichiro Tachibana (Tsuchiya)

Results 334 comments of Yuichiro Tachibana (Tsuchiya)

Hello, I think this PR does not fix the error. This change is just intended to fix the type definitions around React.forwardRef, but it's not the problem around the error...

It seems overriding configuration by extension is not allowed now. Related issue: https://github.com/microsoft/vscode/issues/26707#issuecomment-461538461 For now, please set `editor.find.seedSearchStringFromSelection` config as @joeshaw wrote by yourself. Thanks!

memo: https://github.com/microsoft/vscode/issues/1396

Thank you. It seems to have been changed at v1.59: https://github.com/microsoft/vscode-docs/commit/a27b0efea3c05b4e06548dba1ad6b58979f1a79a#diff-d432cc9e616a920ea35cfeddb72b780f663270fd96f6871ec99dc8bda5b8cfb5R350 I will update the README of this extension.

Yet, [this page](seedSearchStringFromSelection) still says > This feature can be turned off by setting editor.find.seedSearchStringFromSelection to false. So it seems to accept both `false` and `"never"`.

https://github.com/whitphx/vscode-emacs-mcx/pull/1168

Updating the VSCode settings seems to be possible: * https://stackoverflow.com/questions/68526627/vscode-extension-how-do-i-edit-workspace-global-config * https://stackoverflow.com/questions/54356069/vs-code-extension-to-update-workspace-settings -> Try to set `editor.find.seedSearchStringFromSelection` programatically.

Please see https://stackoverflow.com/questions/43184034/remove-a-keyboard-shortcut-from-vs-code . You can disable arbitrary keybindings via user-level `keybindings.json`. And you can see the keybindings of this extension here: https://github.com/tuttieee/vscode-emacs-mcx/blob/master/package.json#L92 So, for example, you can disable all...

https://github.com/whitphx/vscode-emacs-mcx#emacs-mcxusemetaprefixmaccmd ?

Thank you! but we can only choose the predefined values for the `categories` field: `[Programming Languages, Snippets, Linters, Themes, Debuggers, Formatters, Keymaps, SCM Providers, Other, Extension Packs, Language Packs, Data...