Results 2 issues of pppfff

**Describe the bug** When selecting code and right-click, I no longer see options to "refactor" or "extract" (to variable/function). I'm very sorry if this is not related to this extension....

code actions

My csrf protection middleware, using "csurf", is configured after multer, as it should (I guess). If I have an error, for example, in the fileFilter function : ```app.use(multer({ storage: fileStorage,...