Ari Perkkiö
Ari Perkkiö
- Adds `template.visibleFiles` option that can be used to toggle files from template visible in lessons - Example usage: https://github.com/AriPerkkio/tutorial-vite-plugin/pull/15 - Closes https://github.com/stackblitz/tutorialkit/issues/393
### Describe the bug The VSCode extension silenty fails when VS Code workspace has a directory defined that doesn't exist. When `Select tutorial` command is used, an error is shown:...
### Is your feature request related to a problem? In https://github.com/stackblitz/tutorialkit/pull/198 we hard-coded `node_modules` to be excluded from templates. However in some cases users might want to have pre-optimized `node_modules`...
### Is your feature request related to a problem? From @sulco: > > Install dependencies and start project. > > This should not be a single question. > These are...
### Describe the bug Originally reported at https://github.com/vitest-dev/vitest/issues/5569. I think I've seen 2-3 similar reports in the past too. When a file is SSR transformed in Vite, debuggers like Chrome...
### Environment Node version: v22.12.0 npm version: v10.9.0 Local ESLint version: v9.14.0 (Currently used) Global ESLint version: Not found Operating System: darwin 24.1.0 ### What parser are you using? Default...
### Description - Fixes https://github.com/vitest-dev/vitest/issues/5895 - Patches `tinyexec` for https://github.com/tinylibs/tinyexec/issues/40. Alternatively I could remove the patch and use `node:child_process` in test cases. - Removes `log-update` and `cli-truncate` -> -92 kB...
### Description - Fixes https://github.com/vitest-dev/vitest/issues/7042 - Requires https://github.com/tinylibs/tinyrainbow/pull/3 This should probably be ported to v2 as colors are not working in latest there. ### Please don't delete this checklist! Before...
### Clear and concise description of the problem Setting good defaults for `coverage.exclude` is difficult. The `coverage.include` is even more difficult. By default `coverage.include` is `['*']` as we don't know...