File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " customtkinter-snippets" ,
3+ "displayName" : " CustomTkinter-Snippets" ,
4+ "description" : " A curated collection of Python customtkinter snippets for building interactive GUI applications effortlessly." ,
5+ "version" : " 3.0.0" ,
6+ "engines" : {
7+ "vscode" : " ^1.86.0"
8+ },
9+ "pricing" : " Free" ,
10+ "categories" : [
11+ " Snippets" ,
12+ " Other"
13+ ],
14+ "license" : " https://github.com/AshhadDevLab/CustomTkinter-Snippets/blob/main/LICENSE" ,
15+ "galleryBanner" : {
16+ "color" : " #029CFF" ,
17+ "theme" : " dark"
18+ },
19+ "publisher" : " AshhadDevLab" ,
20+ "icon" : " icons/logo.png" ,
21+ "author" : {
22+ "name" : " Ashhad Ahmed" ,
23+ 24+ "url" : " https://github.com/AshhadDevLab"
25+ },
26+ "bugs" : {
27+ "url" : " https://github.com/AshhadDevLab/CustomTkinter-Snippets/issues" ,
28+ 29+ },
30+ "repository" : {
31+ "type" : " git" ,
32+ "url" : " https://github.com/AshhadDevLab/CustomTkinter-Snippets"
33+ },
34+ "homepage" : " https://github.com/AshhadDevLab/CustomTkinter-Snippets/blob/main/README.md" ,
35+ "contributes" : {
36+ "snippets" : [
37+ {
38+ "language" : " python" ,
39+ "path" : " ./snippets/snippets.code-snippets"
40+ }
41+ ]
42+ }
43+ }
You can’t perform that action at this time.
0 commit comments