mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
extract comment to localizable string, fixes #4731
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user