Agustina Chaer

Results 14 comments of Agustina Chaer

I am using the high contrast dark mode that comes with VSCode, one would expect that one to have a visible difference between the sticky scroll and the rest of...

Hello, @ee92 awesome extension! I stumbled upon this same problem. I Decided to try and implement it to give vscode extensions and typescript a try. I have a working prototype...

For people interested in more customization options since this issue is kinda dead I found this neat extension that lets you do exactly what we want and more https://github.com/Huuums/vscode-folder-templates

Optional files could have a bit of a different structure: ``` optionalFiles: [ { fileName: "hooks.tsx", "defaultValue": "false"}, { fileName: "[FTName].stories.tsx", "defaultValue": "true"} ] ``` If optional files are included,...

Hmm good question, I was not expecting them to relate to more than one level. I think if we are only showing one level I would show the lowest applicable...

Hey @resource11 did you get a chance to work on this? if not maybe I could try implementing it?

**Quoting from the suggestions:** So, here's the issues that jumped out at me when reviewing: > Make sure that button, a, and label element content is unique and descriptive. this...

@mxmason thanks for offering. If you don't mind I'd like to try to implement the changes myself to keep contributing to the repo. Those changes do touch more technical subjects...

@ericwbailey @mxmason Tried implementing #1277 but going through the suggestions there are a lot that are more open ended and would require some more decision making from someone with more...