File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ CONTRIBUTING - LANGUAGE SERVER.md
1717coverconfig.json 
1818functionalTestRequirements.txt 
1919gulpfile.js 
20+ package.datascience-ui.dependencies.json 
2021package-lock.json 
2122packageExtension.cmd 
2223pvsc-dev-ext.py 
2324PYTHON_INTERACTIVE_TROUBLESHOOTING.md 
24- tsconfig.json 
25+ tsconfig * .json 
2526tsfmt.json 
2627tslint.json 
2728typings.json 
@@ -47,6 +48,7 @@ images/**/*.gif
4748images /** /* .png 
4849news /** 
4950obj /** 
51+ out /client /** /* analyzer.html 
5052out /coverconfig.json 
5153out /pythonFiles /** 
5254out /src /** 
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function getDefaultPlugins(name) {
3333 if  ( ! constants_1 . isCI )  { 
3434 plugins . push ( new  webpack_bundle_analyzer_1 . BundleAnalyzerPlugin ( { 
3535 analyzerMode : 'static' , 
36-  reportFilename : `${ name }  
36+  reportFilename : `${ name } analyzer. html` 
3737 } ) ) ; 
3838 } 
3939 return  plugins ; 
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export function getDefaultPlugins(name: 'extension' | 'debugger' | 'dependencies
3737 plugins . push ( 
3838 new  BundleAnalyzerPlugin ( { 
3939 analyzerMode : 'static' , 
40-  reportFilename : `${ name }  
40+  reportFilename : `${ name } analyzer. html` 
4141 } ) 
4242 ) ; 
4343 } 
                         You can’t perform that action at this time. 
           
                  
0 commit comments