Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions icons/folder-r-open.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 icons/folder-r.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 src/core/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,10 @@ export const folderIcons: FolderTheme[] = [
name: 'folder-python',
folderNames: ['python', 'pycache', 'pytest_cache'],
},
{
name: 'folder-r',
folderNames: ['r'],
},
{
name: 'folder-sandbox',
folderNames: ['sandbox', 'sandboxes', 'playground', 'playgrounds'],
Expand Down