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
17
17
coverconfig.json
18
18
functionalTestRequirements.txt
19
19
gulpfile.js
20
+ package.datascience-ui.dependencies.json
20
21
package-lock.json
21
22
packageExtension.cmd
22
23
pvsc-dev-ext.py
23
24
PYTHON_INTERACTIVE_TROUBLESHOOTING.md
24
- tsconfig.json
25
+ tsconfig * .json
25
26
tsfmt.json
26
27
tslint.json
27
28
typings.json
@@ -47,6 +48,7 @@ images/**/*.gif
47
48
images /** /* .png
48
49
news /**
49
50
obj /**
51
+ out /client /** /* analyzer.html
50
52
out /coverconfig.json
51
53
out /pythonFiles /**
52
54
out /src /**
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function getDefaultPlugins(name) {
33
33
if ( ! constants_1 . isCI ) {
34
34
plugins . push ( new webpack_bundle_analyzer_1 . BundleAnalyzerPlugin ( {
35
35
analyzerMode : 'static' ,
36
- reportFilename : `${ name } .html`
36
+ reportFilename : `${ name } .analyzer. html`
37
37
} ) ) ;
38
38
}
39
39
return plugins ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export function getDefaultPlugins(name: 'extension' | 'debugger' | 'dependencies
37
37
plugins . push (
38
38
new BundleAnalyzerPlugin ( {
39
39
analyzerMode : 'static' ,
40
- reportFilename : `${ name } .html`
40
+ reportFilename : `${ name } .analyzer. html`
41
41
} )
42
42
) ;
43
43
}
You can’t perform that action at this time.
0 commit comments