We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3382629 commit 68cdd89Copy full SHA for 68cdd89
3 files changed
assets/logo.png
25.5 KB
package.json
@@ -11,6 +11,7 @@
11
"displayName": "MAUI Xaml Tools",
12
"description": "Set of MAUI Tools for XAML coloring and quick refactorings",
13
"version": "0.0.1",
14
+ "icon": "assets/logo.png",
15
"publisher": "Pastajello",
16
"engines": {
17
"vscode": "^1.110.0"
tsconfig.json
@@ -9,6 +9,7 @@
9
"strict": true,
10
"esModuleInterop": true,
"skipLibCheck": true,
+ "sourceMap": true,
"ignoreDeprecations": "6.0"
},
0 commit comments