Skip to content

Commit 68cdd89

Browse files
authored
add logo (#2)
1 parent 3382629 commit 68cdd89

3 files changed

Lines changed: 2 additions & 0 deletions

File tree

assets/logo.png

25.5 KB
Loading

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"displayName": "MAUI Xaml Tools",
1212
"description": "Set of MAUI Tools for XAML coloring and quick refactorings",
1313
"version": "0.0.1",
14+
"icon": "assets/logo.png",
1415
"publisher": "Pastajello",
1516
"engines": {
1617
"vscode": "^1.110.0"

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"strict": true,
1010
"esModuleInterop": true,
1111
"skipLibCheck": true,
12+
"sourceMap": true,
1213
"ignoreDeprecations": "6.0"
1314

1415
},

0 commit comments

Comments
 (0)