extract comment to localizable string, fixes #4731

This commit is contained in:
Johannes Rieken 2016-04-25 16:42:24 +02:00
parent c0e9db29a3
commit cf130b686f

View file

@ -187,11 +187,11 @@ function computeLargeRoots(configFileName:string, fileNames: string[]): string[]
}
const defaultConfig = `{
// See https://go.microsoft.com/fwlink/?LinkId=759670
// for the documentation about the jsconfig.json format
${localize('jsconfig.heading', '// See https://go.microsoft.com/fwlink/?LinkId=759670\n\t// for the documentation about the jsconfig.json format')}
"compilerOptions": {
"target": "es6",
"module": "commonjs"
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules",