Skip to content

Commit

Permalink
updated default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek's Macbook Pro authored and Abhishek's Macbook Pro committed May 11, 2024
1 parent d0453d5 commit b8bbbcf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .sublime/pyrock.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@
"python_venv_path": "",
"python_interpreter_path": "",
"log_level": "info",
"import_scan_depth": 4
"import_scan_depth": 4,
"test_config": {
"enabled": false,
"test_framework": "",
"working_directory": "",
"test_runner_command": [],
}
}

0 comments on commit b8bbbcf

Please sign in to comment.