gene . .

Results 20 comments of gene . .

(this will be documented on the upcoming website as well 👀)

!!! Do not merge this, I've messed up with the main branch :( We need this workflow, because GitHub has no built-in functionality to exclude files and folders from template...

Hey @haydenbleasel, if you don't mind, I'll add `extensions.json` in here as well (from here - https://code.visualstudio.com/docs/editor/extension-marketplace#_workspace-recommended-extensions). We can tweak the list when it's ready UPD: Added a base list...

This should work now, can you try it on your machine, @haydenbleasel ? Also what's your thoughts on the provided extensions.json file is it enough for now?

`pkg-conf` has been renamed to `package-config`. Could you please update the dep as well? Should be a 1 line change https://github.com/sindresorhus/package-config/commit/ee366eb96eaf607cb7d18111ea98dec282f757a7

I'll get to the components and layout today and then come back here when things are done. Thank you for giving a green light on this!

@mrazauskas Thanks for your detailed review. Just want to clarify that the final decision on tooling and codebase direction is up to the Netlify team - they can reject this...

@mrazauskas You might be mixing up Vitest’s type tests with tsd. In Vitest, type tests are statically checked (not executed) and only run when you enable typechecking—use `vitest --typecheck` and...

It's the tsconfig. build's package tsconfig uses files/include that didn’t cover test-d, so vitest --typecheck ran but tsc never saw the failing assertions. This could be fixed by adding a...

off topic: based on the logs, the nudge action expects `comment-tag` but the current workflow uses `comment_tag`. perhaps this param can be updated in the future? and regarding the failing...