vs-code-clippy icon indicating copy to clipboard operation
vs-code-clippy copied to clipboard

It's clippy! on VS Code!

Results 8 vs-code-clippy issues
Sort by recently updated
recently updated
newest added

In [extension.ts](https://github.com/walaura/vs-code-clippy/blob/b0219465e743c11d11735106a277a3ab39c7852c/src/extension.ts), it says "you should really fix that?" whereas "you should really fix that!" makes more sense.

![image](https://user-images.githubusercontent.com/6598916/171253003-df66c0c2-7bf1-4b39-9207-e9395ac68a6b.png) B)

![](https://i.imgur.com/QLx2MIm.png) The error message is `Unexpected public`, but Clippy removes the `c`. :cry:

In my own testing and in your own screenshot:

should fix https://github.com/walaura/vs-code-clippy/issues/3 If i understand your code there correctly, you want to get rid of the sentence terminator. This should behave similar to what was already existing, just with...

This project can probably leverage https://github.com/smore-inc/clippy.js