We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520b33e commit 5695ea4Copy full SHA for 5695ea4
CHANGELOG.md
@@ -7,3 +7,7 @@
7
- [0.0.3] Select the created module in the Explorer window and unfold if
8
needed
9
- [0.0.4] Don't hardcode path separator
10
+
11
+## [1.0.0] - 2021-07-23
12
13
+- First public release to VSCode Marketplace.
README.md
@@ -18,8 +18,6 @@ missing :
18
- Error Checking
19
- Proper README
20
21
--
22
-
23
## Requirements
24
25
Just VSCode.
package.json
@@ -6,7 +6,7 @@
6
"author": {
"name": "Grant Ramsay"
},
- "version": "0.0.4",
+ "version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
0 commit comments