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
Copy file name to clipboardExpand all lines: docs/DisableVisualStudioBuild.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,4 @@ Modify one of the previous examples to point to the `custom.TypeScript.targets`
28
28
* Reload Visual Studio and confirm that the TypeScript Build pane still appears in the project properties.
29
29
* Then, introduce an error in a TypeScript file such as a mismatched parenthesis.
30
30
* Finally, press Ctrl+Shift+B to initiate a build. If the build succeeds, you've successfully disabled the TypeScript compilation in Visual Studio. Run Grunt to build your project and it should fail. Fix the error and Grunt should then succeed (assuming it was prior to you making these changes).
31
-
32
-
33
-
34
-
31
+
* Note that "Compile on Save" *will still work* with the Visual Studio TypeScript Build disabled. If you don't want Visual Studio to *ever* write TypeScript-emitted JavaScript files to disk, you will also need to disable "Compile on Save" in each project and configuration via the TypeScript Build pane.
0 commit comments