We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b36aa4 commit c48602fCopy full SHA for c48602f
README.md
@@ -38,6 +38,10 @@ PHP imports formatter for Visual Studio Code.
38
39
## Release Notes
40
41
+### 0.1.7
42
+
43
+* Fix issue with namespaces or imports containing digits
44
45
### 0.1.6
46
47
* Disable formatting in files without uses
package.json
@@ -3,7 +3,7 @@
3
"displayName": "php-imports",
4
"description": "PHP imports formatter for Visual Studio Code",
5
"publisher": "tarik02",
6
- "version": "0.1.6",
+ "version": "0.1.7",
7
"repository": {
8
"type": "git",
9
"url": "https://github.com/Tarik02/vscode-php-imports"
0 commit comments