-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1646ef1
commit 10d5ca9
Showing
5 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.DS_Store | ||
*.vsix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Change Log | ||
|
||
## v1.0.0 | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# **Sic Kode Web Design** Flutter Extension Pack | ||
|
||
- Dart | ||
- Flutter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"name": "sk-flutter", | ||
"displayName": "SK Flutter", | ||
"description": "Sic Kode Web Design Flutter Extension Pack", | ||
"icon": "icon.png", | ||
"galleryBanner": { | ||
"color": "#3B82F6", | ||
"theme": "dark" | ||
}, | ||
"author": { | ||
"name": "Sergiu Waxmann", | ||
"email": "[email protected]" | ||
}, | ||
"publisher": "sickodewebdesign", | ||
"repository": "https://github.com/sickodewebdesign/sk-flutter", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"engines": { | ||
"vscode": "^1.70.0" | ||
}, | ||
"categories": [ | ||
"Extension Packs" | ||
], | ||
"keywords": [ | ||
"SK", | ||
"Sic Kode", | ||
"Sic Kode Web Design", | ||
"SK Flutter", | ||
"Sic Kode Web Design Flutter Extension Pack" | ||
], | ||
"extensionPack": [ | ||
"dart-code.dart-code", | ||
"dart-code.flutter" | ||
], | ||
"scripts": { | ||
"build": "vsce package", | ||
"publish": "vsce publish" | ||
} | ||
} |