Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RSpec file icon #2106

Merged
merged 32 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7dd1d48
Add RSpec file icon
blchelle Oct 7, 2023
36f3966
Update workflow files
PKief Nov 16, 2023
88d0392
Merge branch 'main' into main
PKief Nov 16, 2023
5dd92b9
Update workflow file
PKief Nov 16, 2023
ab541bb
Update workflow file
PKief Nov 16, 2023
b60b9db
Update workflow
PKief Nov 16, 2023
0480e6f
Update workflow
PKief Nov 16, 2023
8086d5d
Update workflow
PKief Nov 16, 2023
e0a5dbb
Update workflow
PKief Nov 16, 2023
501ff56
Merge branch 'main' into main
PKief Nov 16, 2023
6dace96
Update workflow
PKief Nov 16, 2023
0a5bbc7
Merge branch 'main' into main
PKief Nov 16, 2023
9f21732
Update workflow
PKief Nov 18, 2023
2a8044d
Update workflow
PKief Nov 18, 2023
3759fe5
Update workflow
PKief Nov 18, 2023
bc15ea1
Merge branch 'main' into main
PKief Nov 18, 2023
8dfa509
Update workflow
PKief Nov 18, 2023
4aadc4b
Merge branch 'main' into main
PKief Nov 18, 2023
020fdf5
Update workflow
PKief Nov 18, 2023
4e42089
Update workflow
PKief Nov 18, 2023
0b411c2
Merge branch 'main' into main
PKief Nov 18, 2023
798f434
Update workflow
PKief Nov 18, 2023
21fb98e
Merge branch 'main' into main
PKief Nov 18, 2023
a825028
Update workflow
PKief Nov 18, 2023
6041b86
Merge branch 'main' into main
PKief Nov 18, 2023
c2537e3
Update workflow
PKief Nov 18, 2023
5278dfd
Merge branch 'main' into main
PKief Nov 18, 2023
df47698
Update workflow
PKief Nov 18, 2023
434ca62
Merge branch 'main' into main
PKief Nov 18, 2023
640fb8a
Update workflow
PKief Nov 18, 2023
ecde7fc
Merge branch 'main' into main
PKief Nov 18, 2023
82d0bda
Merge branch 'main' into main
PKief Nov 18, 2023
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
6 changes: 6 additions & 0 deletions icons/rspec.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 src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ export const fileIcons: FileIcons = {
fileNames: ['.rubocop.yml', '.rubocop-todo.yml', '.rubocop_todo.yml'],
light: true,
},
{ name: 'rspec', fileNames: ['.rspec'] },
{ name: 'fsharp', fileExtensions: ['fs', 'fsx', 'fsi', 'fsproj'] },
{ name: 'swift', fileExtensions: ['swift'] },
{ name: 'arduino', fileExtensions: ['ino'] },
Expand Down