feat(client): Add SQLite file extension registration#22
Merged
AntoinePrv merged 5 commits intomainfrom Dec 16, 2025
Merged
Conversation
Co-authored-by: AntoinePrv <11088808+AntoinePrv@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add new file extension for sqlite on client side
Add SQLite file extension registration on client side
Dec 16, 2025
Member
|
@copilot I have pushed a commit with the file icons sqlite.svg for light and sqlite_dark.svg for dark |
Co-authored-by: AntoinePrv <11088808+AntoinePrv@users.noreply.github.com>
Contributor
Author
Member
|
@copilot For the other files (say avro), when selected in the browser it turn all white without having a dedicated icon. How does it do that? |
Contributor
Author
The |
d938c11 to
05f26c6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
addSqliteFileTypefunction insrc/filetypes.tswith extensions:.sqlite,.sqlite3,.db,.db3,.s3db,.sl3addSqliteFileTypeinsrc/index.tsactivateArrowGridfunctionsqlite.svg) and dark (sqlite_dark.svg) theme variantsgetSqliteIconfunction in icon registrationjp-icon-selectableclass to SQLite icon paths for proper selection highlightingImplementation Summary
Successfully added complete SQLite file extension support on the client side with full icon support for both light and dark themes. The implementation follows the same pattern as other file formats (Parquet, Avro, IPC, ORC).
Changes in Latest Commit
class="jp-icon-selectable"to all path elements insqlite.svgandsqlite_dark.svgSecurity Summary
CodeQL analysis found no security vulnerabilities in the changes.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.