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: Dev-Mode-in-Visual-Studio.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Dev Mode is a new feature for [TypeScript 1.4](https://github.com/Microsoft/Type
35
35
36
36
# Hot swapping
37
37
38
-
When the language service's script side is modified in any way (whether or not you are using a custom location for your language service file), it will be reloaded on the fly. This means you should see changes instantaneously. However, this means that when debugging, your language service threads will be purged.
38
+
When the language service's script side is modified in any way (whether or not you are using a custom location for your language service file), it will be reloaded on the fly for a given thread the next time any of that thread's services are requested. However, this means that if debugging, your language service threads will be purged.
39
39
40
40
# Debugging the language service in Visual Studio using Visual Studio
0 commit comments