Skip to content

Commit eef37c0

Browse files
committed
Clarified that you still need to disable CompileOnSave
1 parent 8acd933 commit eef37c0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/DisableVisualStudioBuild.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,4 @@ Modify one of the previous examples to point to the `custom.TypeScript.targets`
2828
* Reload Visual Studio and confirm that the TypeScript Build pane still appears in the project properties.
2929
* Then, introduce an error in a TypeScript file such as a mismatched parenthesis.
3030
* 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

Comments
 (0)