You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was checking the extension folder on my machine, I could see some test files were getting shipped as part of the extension package. Please take a look at the below screenshot.
As we can see below screenshot folders like __mocks__, omnisharptest are part of the test and also I can see this folder as part of this repo. Even more some files like jest.config, baseJestConfig, .prettierignore should not be there as they should be part of development dependencies and not deployment dependencies.
It looks like there is something wrong with the deployment steps, as its packing unnecessary files to user's machine, increasing the download size.
Environment information
VSCode version: 1.82.0 C# Extension: 2.1.2 Using OmniSharp: false
Dotnet Information
Error running dotnet --info: Error: Command failed: C:\Program Files\dotnet\dotnet.exe --info
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
There is one more issue, looks like the command CSharp: Report an issue is not able to grab dotnet info if there are spaces in the path. Check the section of Dotnet Information in the above original message!
Issue Description
When I was checking the extension folder on my machine, I could see some test files were getting shipped as part of the extension package. Please take a look at the below screenshot.
As we can see below screenshot folders like
__mocks__
,omnisharptest
are part of the test and also I can see this folder as part of this repo. Even more some files likejest.config
,baseJestConfig
,.prettierignore
should not be there as they should be part of development dependencies and not deployment dependencies.It looks like there is something wrong with the deployment steps, as its packing unnecessary files to user's machine, increasing the download size.
Environment information
VSCode version: 1.82.0
C# Extension: 2.1.2
Using OmniSharp: false
Dotnet Information
Error running dotnet --info: Error: Command failed: C:\Program Files\dotnet\dotnet.exe --info 'C:\Program' is not recognized as an internal or external command, operable program or batch file.'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Visual Studio Code Extensions
The text was updated successfully, but these errors were encountered: