Daniel Perez

Results 71 comments of Daniel Perez

@metcoder95 rebased to the current branch. Can you approve the workflows run again?

> Test seems to fail :( Pushed another commit, this should fix it now.

> Seems like it still doesn't like it ~I messed up the steps order~, I fixed it, it should be good now.

> Can't open your reproduction repo. Is it private? yes, sorry. Made it public now

@Char2sGu, thanks for reporting the issue. > I will be happy to provide a reproduction repository if you find the above information not descriptive enough. Can you please provide a...

fwiw this is my lsp configuration ``` (use-package lsp-mode :after (yasnippet) ;; https://github.com/emacs-lsp/lsp-mode/discussions/4033 :commands (lsp lsp-deferred) :functions lsp-inlay-hints-mode :defines lsp-command-map :custom (lsp-completion-provider :none) (lsp-inlay-hint-enable nil) (lsp-javascript-display-enum-member-value-hints t) (lsp-javascript-display-parameter-name-hints-when-argument-matches-name t) (lsp-javascript-display-parameter-type-hints...

Hey @JamieMason, hope you are doing well. Any chance this can be merged? Cheers. Daniel