提交 4f599ae7 编写于 作者: O Oliver Joseph Ash 提交者: Matt Bierner

Update .tsx import statement snippet to be consistent with .ts (#34653)

Fixes https://github.com/Microsoft/vscode/issues/34646
上级 933e0a81
......@@ -50,7 +50,7 @@
"Import external module.": {
"prefix": "import statement",
"body": [
"import ${1:name} = require('$0');"
"import { $0 } from \"${1:module}\";"
],
"description": "Import external module."
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册