-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from lejard-h/more_snippets
More Dart snippets
- Loading branch information
Showing
4 changed files
with
185 additions
and
40 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
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
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 |
---|---|---|
@@ -1,35 +1,40 @@ | ||
{ | ||
"name": "adsnippets", | ||
"displayName": "Angular Dart Snippets", | ||
"description": "A simple Angular Dart snippet extension. Generate boilerplate code for your next Angular Dart Project", | ||
"version": "0.0.5", | ||
"publisher": "aadarshadhakalg", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/aadarshadhakalg/ADSnippets" | ||
}, | ||
"icon": "images/icon.png", | ||
"engines": { | ||
"vscode": "^1.50.0" | ||
}, | ||
"keywords": [ | ||
"Angular Dart", | ||
"AngularDart", | ||
"Dart" | ||
], | ||
"categories": [ | ||
"Snippets" | ||
], | ||
"contributes": { | ||
"snippets": [ | ||
{ | ||
"language": "dart", | ||
"path": "./snippets/dart-snippets.code-snippets" | ||
}, | ||
{ | ||
"language": "html", | ||
"path": "./snippets/html-snippets.code-snippets" | ||
} | ||
] | ||
} | ||
} | ||
"name": "adsnippets", | ||
"displayName": "Angular Dart Snippets", | ||
"description": "A simple Angular Dart snippet extension. Generate boilerplate code for your next Angular Dart Project", | ||
"version": "0.0.6", | ||
"publisher": "aadarshadhakalg", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/aadarshadhakalg/ADSnippets" | ||
}, | ||
"icon": "images/icon.png", | ||
"engines": { | ||
"vscode": "^1.50.0" | ||
}, | ||
"keywords": [ | ||
"Angular Dart", | ||
"AngularDart", | ||
"Dart" | ||
], | ||
"categories": [ | ||
"Snippets" | ||
], | ||
"contributes": { | ||
"snippets": [ | ||
{ | ||
"language": "dart", | ||
"path": "./snippets/dart-snippets.code-snippets" | ||
}, | ||
{ | ||
"language": "html", | ||
"path": "./snippets/html-snippets.code-snippets" | ||
} | ||
] | ||
}, | ||
"__metadata": { | ||
"id": "b6cbe7ae-b78b-4ade-b781-36af16bfa67b", | ||
"publisherDisplayName": "Aadarsha Dhakal", | ||
"publisherId": "f5ca5441-948a-4265-b24e-65e3543ab878" | ||
} | ||
} |
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