Pode.Web icon indicating copy to clipboard operation
Pode.Web copied to clipboard

[style guidance] Please add workspace settings for VSCode

Open thekamilpro opened this issue 3 years ago • 0 comments

I take it you write your code in VS Code...

There's great feature in VS Code called Workspace settings: https://code.visualstudio.com/docs/getstarted/settings#_workspace-settings

In this you can overwrite user's settings just for the given workspace (or in this case, GitHub repo), without making any changes to my actual settings of VS Code.

E.g. my PowerShell extension is configured to open scriptblock brackets in the new line, while all code I can see here opens scriptblock brackets in the same line - so when I right click and press format, it rearranges whole file.

It's nothing major really, but nice to have, and effort to implement it is minimal.

thekamilpro avatar Aug 25 '22 19:08 thekamilpro