Skip to content

Commit 380afee

Browse files
committed
Added skip_for_problems_list property.
1 parent 9459afe commit 380afee

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ The format is based on [Keep a Changelog][Keep a Changelog], and this project ad
66

77
## [Unreleased]
88

9+
## [0.0.3] - 2021-01-05
10+
911
### Added
1012

1113
- Added linter GitHub workflow.
14+
- `skip_for_problems_list` property to json snippet for metadata.
1215

1316
### Changed
1417

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-cse-framework",
33
"displayName": "vscode-cse-framework",
44
"description": "VSCode extension for cse repositories - provides templates, snippets, etc.",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"publisher": "manas-talukdar",
77
"license": "MIT",
88
"repository": {

src/snippets/json.code-snippets

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"{",
2424
"\t\"type\": \"Coding\\Systems Design\\Puzzle\\Behavioral\\Reading\\Course\",",
2525
"\t\"name\": \"\",",
26+
"\t\"skip_for_problems_list\": \"True\",",
2627
"\t\"origin\": {",
2728
"\t\t\"name\": \"Notes - Blog Post\\Notes - Book\\Notes - Article\\Notes - Book Chapter\",",
2829
"\t\t\"link\": \"\"",

0 commit comments

Comments
 (0)