Skip to content

Commit

Permalink
Add .qs file icons (#1976)
Browse files Browse the repository at this point in the history
  • Loading branch information
billti authored Oct 25, 2024
1 parent f2bf6db commit 468d811
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,10 @@
"extensions": [
".qs"
],
"icon": {
"light": "./resources/file-icon-light.svg",
"dark": "./resources/file-icon-dark.svg"
},
"configuration": "./language-configuration.json"
}
],
Expand Down
27 changes: 27 additions & 0 deletions vscode/resources/file-icon-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions vscode/resources/file-icon-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 468d811

Please sign in to comment.