File tree Expand file tree Collapse file tree
css-language-features/client
html-language-features/client
json-language-features/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2+ "extends" : " ../../shared.tsconfig.json" ,
23 "compilerOptions" : {
3- "target" : " es6" ,
4- "module" : " commonjs" ,
5- "outDir" : " ./out" ,
6- "noUnusedLocals" : true ,
7- "sourceMap" : true ,
8- "lib" : [
9- " es2016"
10- ],
11- "strict" : true
4+ "outDir" : " ./out"
125 },
136 "include" : [
147 " src/**/*"
Original file line number Diff line number Diff line change 11{
2+ "extends" : " ../../shared.tsconfig.json" ,
23 "compilerOptions" : {
3- "target" : " es6" ,
4- "module" : " commonjs" ,
5- "outDir" : " ./out" ,
6- "noUnusedLocals" : true ,
7- "sourceMap" : true ,
8- "lib" : [
9- " es2016"
10- ],
11- "strict" : true
12- }
4+ "outDir" : " ./out"
5+ },
6+ "include" : [
7+ " src/**/*"
8+ ]
139}
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ export function deactivate(): Promise<any> {
143143 return telemetryReporter ? telemetryReporter . dispose ( ) : Promise . resolve ( null ) ;
144144}
145145
146- function getSchemaAssociation ( context : ExtensionContext ) : ISchemaAssociations {
146+ function getSchemaAssociation ( _context : ExtensionContext ) : ISchemaAssociations {
147147 let associations : ISchemaAssociations = { } ;
148148 extensions . all . forEach ( extension => {
149149 let packageJSON = extension . packageJSON ;
Original file line number Diff line number Diff line change 11{
2+ "extends" : " ../../shared.tsconfig.json" ,
23 "compilerOptions" : {
3- "target" : " es6" ,
4- "module" : " commonjs" ,
5- "outDir" : " ./out" ,
6- "noUnusedLocals" : true ,
7- "lib" : [ " es2016" ],
8- "strict" : true
9- }
4+ "outDir" : " ./out"
5+ },
6+ "include" : [
7+ " src/**/*"
8+ ]
109}
You can’t perform that action at this time.
0 commit comments