Skip to content

Commit 69710d4

Browse files
author
Harsh
committed
Updating version of the publish
1 parent a891b91 commit 69710d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "hars",
44
"displayName": "C/C++ Snippets",
55
"description": "Code snippets for C/C++",
6-
"version": "0.0.5",
6+
"version": "0.0.6",
77
"engines": {
88
"vscode": "^0.10.1"
99
},

snippets/cpp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,6 @@
241241
"body": [
242242
"std::cout << \"${1:/* message */}\" << \"\\n\";"
243243
],
244-
"description": "Code snippet for printing to std::cout"
244+
"description": "Code snippet for printing to std::cout, provided the header is set"
245245
}
246246
}

0 commit comments

Comments
 (0)