Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

268 changes: 0 additions & 268 deletions .eslintrc.base.json

This file was deleted.

9 changes: 0 additions & 9 deletions .eslintrc.browser.json

This file was deleted.

36 changes: 0 additions & 36 deletions .eslintrc.js

This file was deleted.

9 changes: 0 additions & 9 deletions .eslintrc.node.json

This file was deleted.

9 changes: 0 additions & 9 deletions .eslintrc.webviews.json

This file was deleted.

1 change: 1 addition & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- **Strictness**: Some strictness is disabled in `tsconfig.base.json` (e.g., `strictNullChecks: false`), but new code should avoid unsafe patterns.
- **Testing**: Place tests under `src/test`. Do not include test code in production files.
- **Localization**: Use `%key%` syntax for strings that require localization. See `package.nls.json`.
- **Regular Expressions**: Use named capture groups for clarity when working with complex regex patterns.

## Extension-Specific Practices
- **VS Code API**: Use the official VS Code API for all extension points. Register commands, views, and menus via `package.json`.
Expand Down
3 changes: 1 addition & 2 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ azure-pipeline.*
yarn.lock
**/*.map
**/*.svg
!**/output.svg
!**/pr_webview.svg
!**/git-pull-request_webview.svg
**/*.ts
*.vsix
**/*.bak
Expand Down
Loading