diff --git a/extensions/typescript/snippets/typescript.json b/extensions/typescript/snippets/typescript.json index 40ff628a00b..b40cfb83632 100644 --- a/extensions/typescript/snippets/typescript.json +++ b/extensions/typescript/snippets/typescript.json @@ -50,7 +50,7 @@ "Import external module.": { "prefix": "import statement", "body": [ - "import { $0 } from '${1:module}';" + "import { $0 } from \"${1:module}\";" ], "description": "Import external module." },