Skip to content

Commit ff3588a

Browse files
committed
Docs: properly comment out code.
1 parent c8d1b94 commit ff3588a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/ide/vscode/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ async fn test_vscode_ide_websocket4() {
10531053
join_handle.join().unwrap();
10541054

10551055
// What makes sense here? If the IDE didn't load the file, either the Client shouldn't edit it or the Client should switch to using a filewatcher for edits.
1056-
/*
1056+
/**
10571057
// Send an update from the Client, which should produce a diff.
10581058
//
10591059
// Message ids: IDE - 0, Server - 4, Client - 0->1.

0 commit comments

Comments
 (0)