mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-03 07:19:22 +00:00
add comment to default config, fixes #4291
This commit is contained in:
@@ -181,6 +181,8 @@ function computeLargeRoots(configFileName:string, fileNames: string[]): string[]
|
||||
}
|
||||
|
||||
const defaultConfig = `{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=733559
|
||||
// for the documentation about the jsconfig.json format
|
||||
"compilerOptions": {
|
||||
"module": "commonjs"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user