Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Riegle committed Sep 14, 2019
1 parent 719580e commit eef48de
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/deriegle/vscode-test-file-finder"
},
"license": "MIT",
"version": "0.1.1",
"version": "0.2.0",
"publisher": "riegledevin",
"engines": {
"vscode": "^1.38.0"
Expand All @@ -18,9 +18,9 @@
"activationEvents": [
"onCommand:extension.splitTestFile",
"onLanguage:javascript",
"onLanguage:ruby",
"onLanguage:typescript",
"onLanguage:typescriptreact"
"onLanguage:ruby",
"onLanguage:typescript",
"onLanguage:typescriptreact"
],
"main": "./out/extension",
"contributes": {
Expand All @@ -41,17 +41,17 @@
"type": "string",
"default": "_spec.rb",
"description": "Find ruby files using this glob appended to current file name"
},
"testFinder.typescriptGlob": {
"type": "string",
"default": "-test.ts",
"description": "Find typescript files using this glob appended to the current file name"
},
"testFinder.typescriptreactGlob": {
"type": "string",
"default": "-test.ts",
"description": "Find TSX (Typescript React) files using this glob appended to the current file name"
},
},
"testFinder.typescriptGlob": {
"type": "string",
"default": "-test.ts",
"description": "Find typescript files using this glob appended to the current file name"
},
"testFinder.typescriptreactGlob": {
"type": "string",
"default": "-test.ts",
"description": "Find TSX (Typescript React) files using this glob appended to the current file name"
},
"testFinder.showInStatusBar": {
"type": "boolean",
"default": false,
Expand Down

0 comments on commit eef48de

Please sign in to comment.