Skip to content

Commit fad7b54

Browse files
committed
release 0.11.4
1 parent 7e54751 commit fad7b54

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-js-import",
33
"displayName": "vscode-js-import",
4-
"description": "Intelligent and fast import extension for js in vscode, support both TypeScript and JavaScript !!!.",
4+
"description": "Intelligent and fast import extension for js in vscode, support import position option and adding import to existing import statement.",
55
"version": "0.11.4",
66
"publisher": "wangtao0101",
77
"repository": {

test/testRoot/src/app.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import a, { /* *//*c*/
1313
c as d, // asdfasdf
1414
} from './component';
1515
import './via';
16+
import io from '';
1617
import $ from 'jquery';
1718

1819

Binary file not shown.

0 commit comments

Comments
 (0)