Sanjeev Shrestha
Sanjeev Shrestha
As other menu shows the hightlight of it's parent or anccesstor when we go to submenu this feature will be great. and it would be easy to know on what...
Have you tried using this on react project with react-refresh enabled? it stops building once I import this.
This PR adds for the glob pattern support on files Like this ` files: 'assets/svg/*.svg'`
Do we have to specify single name for the svgs? It seems like it doesn't support glob pattern ``` files: './assets/svgs/*.svg', dest: './assets/fonts' ``` Something like this would be amazing...
### Summary Setting vim default_mode to insert prevents esc key to switch to normal mode, instead it works as left arrow. ### Description Starting zed in vim insert mode then...
Closes #31728 When `"default_mode: "insert"`, hitting escape was not switching to normal mode. Recently, changes to `SwitchToNormalMode` action was modified to change mode into `default_mode` instead or actually switching to...