Skip to content

Commit b0ff615

Browse files
authored
Merge pull request #205 from ShMcK/releases
prepare for releases, increment version
2 parents c7290f8 + 09c99c6 commit b0ff615

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
node_modules
22
.vscode-test/
3-
*.vsix
43
.DS_Store
54

65
# local
@@ -17,3 +16,6 @@ web-app/node_modules
1716
TODO.md
1817
vsc-extension-quickstart.md
1918

19+
# releases
20+
*.vsix
21+
/releases

.vscode/settings.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
88
"files.exclude": {
99
"build": false, // set this to true to hide the "out" folder with the compiled JS files
10-
".vscode-test/**": true,
11-
"*.vsix": true
10+
".vscode-test/**": true
1211
},
1312
// styles
1413
"workbench.colorCustomizations": {

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Interactive tutorials in your editor",
55
"homepage": "https://github.com/shmck/coderoad-vscode/README.md",
66
"bugs": {

0 commit comments

Comments
 (0)