Skip to content

Commit 742d896

Browse files
authored
Merge pull request #2 from AshhadDevLab/master
Initial Commit: Added upgraded files
2 parents 63e9eae + 87d6345 commit 742d896

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

customtkinter-snippets-2.0.0.vsix

20.4 KB
Binary file not shown.

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "customtkinter-snippets",
33
"displayName": "CustomTkinter Snippets",
4-
"description": "A curated collection of Python CustomTkinter snippets for building interactive GUI applications effortlessly.",
5-
"version": "1.0.0",
4+
5+
"description": "A curated collection of Python customtkinter snippets for building interactive GUI applications effortlessly.",
6+
"version": "2.0.0",
7+
68
"engines": {
79
"vscode": "^1.81.0"
810
},
@@ -23,13 +25,13 @@
2325
"contributes": {
2426
"snippets": [
2527
{
26-
"language": "javascript",
27-
"path": "./snippets/customtkinter-snippets.code-snippets"
28-
},
29-
{
30-
"language": "typescript",
28+
"language": "python",
3129
"path": "./snippets/customtkinter-snippets.code-snippets"
3230
}
3331
]
34-
}
32+
},
33+
"files": [
34+
"README.md",
35+
"snippets/**/*.json"
36+
]
3537
}

0 commit comments

Comments
 (0)