Skip to content

Commit 1568d52

Browse files
authored
Merge branch 'main' into feature/add-aab-file-icon
2 parents da69051 + 68959cd commit 1568d52

File tree

4 files changed

+63
-1
lines changed

4 files changed

+63
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: bunx @vscode/vsce package
6767

6868
- name: 🔒 Attest artifacts
69-
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
69+
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
7070
# Read: https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds
7171
with:
7272
subject-path: ${{ env.EXTENSION_FILE }}

icons/folder-form-open.svg

Lines changed: 29 additions & 0 deletions
Loading

icons/folder-form.svg

Lines changed: 29 additions & 0 deletions
Loading

src/core/icons/folderIcons.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1366,6 +1366,10 @@ export const folderIcons: FolderTheme[] = [
13661366
name: 'folder-license',
13671367
folderNames: ['license', 'licenses'],
13681368
},
1369+
{
1370+
name: 'folder-form',
1371+
folderNames: ['form', 'forms'],
1372+
},
13691373
],
13701374
},
13711375
{

0 commit comments

Comments
 (0)