Skip to content

Commit

Permalink
Add vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalkeal committed Mar 14, 2024
1 parent 99882f9 commit e4b4c9a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ __tests__/runner/*

# IDE files
.idea
.vscode
*.code-workspace
node_modules

# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"jest.runMode": "on-demand"
}

0 comments on commit e4b4c9a

Please sign in to comment.