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 7641ccc commit b8a44fdCopy full SHA for b8a44fd
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## 1.3.2
4
+- Merge pull request #21 from erlangp/patch-1(don't show underscore under single quote)
5
+
6
## 1.3.1
7
- Fixed #20
8
package.json
@@ -2,7 +2,7 @@
"name": "laravel-goto-view",
"displayName": "Laravel goto view",
"description": "Quick jump to view",
- "version": "1.3.1",
+ "version": "1.3.2",
"publisher": "codingyu",
"engines": {
"vscode": "^1.19.0"
@@ -87,4 +87,4 @@
87
"typescript": "^2.0.3",
88
"vscode": "^1.0.0"
89
}
90
-}
+}
0 commit comments