-
Couldn't load subscription status.
- Fork 13.1k
Closed
Labels
QuestionAn issue which isn't directly actionable in codeAn issue which isn't directly actionable in code
Description
Repro steps:
Edit a typescript file.
Expected behavior:
If Tools -> Text Editor -> Typescript -> Project -> General
If Compile on Save option unchecked
equivalent js file should not be generated at the current location.
Current behavior:
Generating a js file.
Earlier versions of ntvs had this in the project file for the behavior
<EnableTypeScript>true</EnableTypeScript>
<TypeScriptSourceMap>true</TypeScriptSourceMap>
<TypeScriptModuleKind>CommonJS</TypeScriptModuleKind>
<ToolsVersionPromptShown>1.7</ToolsVersionPromptShown>
Which was automatically generating the js file.
When I open a nodejs solution, I currently see it's automatically edited. But I don't see above setting changes getting added in the edit.
I am currently not sure where it is getting controlled from.
Issue redirected from
microsoft/nodejstools#832
Legends, ShaharHD and hmahdavi921
Metadata
Metadata
Assignees
Labels
QuestionAn issue which isn't directly actionable in codeAn issue which isn't directly actionable in code