Skip to content

Commit

Permalink
Added cairo icon to ensure all .cairo extensions are recognisable (#5665
Browse files Browse the repository at this point in the history
)

Co-authored-by: Marek Kaput <marek.kaput@swmansion.com>
  • Loading branch information
Utilitycoder and mkaput authored May 29, 2024
1 parent fab0b48 commit c8ef96a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions vscode-cairo/icons/cairo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions vscode-cairo/icons/cairo-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions vscode-cairo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"extensions": [
".cairo"
],
"icon": {
"light": "./icons/cairo-light.svg",
"dark": "./icons/cairo-dark.svg"
},
"configuration": "./language-configuration.json"
}
],
Expand Down

0 comments on commit c8ef96a

Please sign in to comment.