Skip to content

Commit cbf9c9d

Browse files
Updated Dev Mode in Visual Studio (markdown)
1 parent 9a84308 commit cbf9c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dev-Mode-in-Visual-Studio.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Dev Mode is a new feature for [TypeScript 1.4](https://github.com/Microsoft/Type
3535

3636
# Hot swapping
3737

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.
3939

4040
# Debugging the language service in Visual Studio using Visual Studio
4141

0 commit comments

Comments
 (0)