Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project explorer does not show compiled js files on Linux. #13

Open
chrisber opened this issue Apr 18, 2015 · 1 comment
Open

Project explorer does not show compiled js files on Linux. #13

chrisber opened this issue Apr 18, 2015 · 1 comment

Comments

@chrisber
Copy link
Contributor

Project explorer does not show compiled js files on Linux, where do I have to look into to solve this issue?

@mrward
Copy link
Owner

mrward commented Apr 19, 2015

This is currently by design. The addin originally used to add the .js and .map files to the project so they would be displayed in the Solution window but this feature was removed to be consistent with Visual Studio. Visual Studio, in more recent releases of TypeScript, stopped adding the .js and .map files to the project file so I stopped doing this in MonoDevelop too.

I believe Visual Studio removed this feature after they added support in the project options for compiling all TypeScript files into a single JavaScript file or have all the TypeScript files compiled into a separate directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants