You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
-**Webviews**: Place webview code in the `webviews/` directory. Use the shared `common/` code where possible.
14
14
-**Commands**: Register new commands in `package.json` and implement them in `src/commands.ts` or a relevant module.
15
15
-**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.
16
17
17
18
## Specific Feature Practices
18
19
-**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