Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.vscode/launch.json #1552

Open
verytactical opened this issue Jan 23, 2025 · 0 comments
Open

.vscode/launch.json #1552

verytactical opened this issue Jan 23, 2025 · 0 comments
Labels
scope: project Project configuration (package.json, tsconfig.json, knip.json, .gitignore)

Comments

@verytactical
Copy link
Contributor

Make it so that F5 in editor runs current file.

  • if .spec.ts, run jest $file
  • if .ts, run with ts-node $file`
  • if .tact, run ts-node src/cli/tact/index.ts $file

Add launch.json and tasks.json

Add script that, given current file path, runs that executable

@verytactical verytactical added the scope: project Project configuration (package.json, tsconfig.json, knip.json, .gitignore) label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: project Project configuration (package.json, tsconfig.json, knip.json, .gitignore)
Projects
None yet
Development

No branches or pull requests

1 participant