chore: updated icons

This commit is contained in:
Yannick Mauray 2022-11-07 22:30:48 +01:00
parent 757961bf62
commit 31e1d2de8e
No known key found for this signature in database
GPG Key ID: E68B15534224D46C
1 changed files with 7 additions and 0 deletions

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true,
},
"cmake.sourceDirectory": "${workspaceFolder}/linux"
}