sduzair

Results 4 comments of sduzair

- Because `{` can be nested makes sense that it's backward seeking, for an operation like `va{` the outer curly brackets are selected ```typescript nestedFunc(firstName: string, lastName: string) { //...

@thomaspatrickwelborn I experienced the same issue. I am using the older `prettier 2.8.8` as a workaround

go to definition or Ctrl+mouseover work fine. i am talking about enabling a hover provider which is not implemented as you see here: ```javascript // server/src/server.ts return { capabilities: {...

@ematipico yes i did notice the styles.css file was the issue had to ignore it as a workaround. It's about ~13000 lines EDITED by @ematipico ```css @media (prefers-reduced-motion: no—preference) {...