Devon Mack

Results 5 comments of Devon Mack

Add this to your settings.json and it should do it. ``` "[csharp]": { "editor.defaultFormatter": "ms-dotnettools.csharp", "editor.codeActionsOnSave": ["source.organizeImports", "source.fixAll"] }, ```

I also can reproduce with the libraries `compression` and `forcedomain`. But it works as expected if you just cast to any.

Ah maybe it's because `compression` and `forcedomain` don't try to call `req.get`. My code was just complaining about a type error in the IDE, but it runs properly. ```ts middlewares:...

Still happening in 2023, boolean state flip works as a workaround 👍

Same issue `package.json` ```json "dependencies": { "@sketch/shared-types": "link:./src/shared_types", ```