We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f137863 commit c47d073Copy full SHA for c47d073
test/artifactTests/vsix.test.ts
@@ -18,7 +18,7 @@ describe('Vscode VSIX', () => {
18
vsixFiles.forEach((element) => {
19
// We're packaging the platform specific Roslyn server with ready to run in the vsix, so the size should be roughly ~50MB
20
// We also publish the Razor server, which is roughly ~75MB
21
- const sizeInMB = 230;
+ const sizeInMB = 240;
22
const maximumVsixSizeInBytes = sizeInMB * 1024 * 1024;
23
24
describe(`Given ${element}`, () => {
0 commit comments