add run in section icon

milively/nb-run-section-icon
Michael Lively 2024-11-21 12:36:35 -08:00
parent ca9fc31cad
commit 72ea4caaeb
No known key found for this signature in database
GPG Key ID: 91F42FA34885BFCA
2 changed files with 1 additions and 0 deletions

View File

@ -582,4 +582,5 @@ export const codiconsLibrary = {
goToEditingSession: register('go-to-editing-session', 0xec35),
editSession: register('edit-session', 0xec36),
codeReview: register('code-review', 0xec37),
runInSection: register('run-in-section', 0xec38),
} as const;