提交 cf130b68 编写于 作者: J Johannes Rieken

extract comment to localizable string, fixes #4731

上级 c0e9db29
......@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册