Skip to content

Commit 7ba4bf9

Browse files
authored
Convice llm to use runTests tool (#7824)
1 parent 794adc3 commit 7ba4bf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- **Webviews**: Place webview code in the `webviews/` directory. Use the shared `common/` code where possible.
1414
- **Commands**: Register new commands in `package.json` and implement them in `src/commands.ts` or a relevant module.
1515
- **Logging**: Use the `Logger` utility for all logging purposes. Don't use console.log or similar methods directly.
16+
- **Test Running**: Use tools over tasks over scripts to run tests.
1617

1718
## Specific Feature Practices
1819
- **Commands**: When adding a new command, consider whether it should be available in the command palette, context menus, or both. Add the appropriate menu entries in `package.json` to ensure the command is properly included, or excluded (command palette), from menus.

0 commit comments

Comments
 (0)