mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Rename the request as updateOpen
This commit is contained in:
@@ -105,10 +105,10 @@ ${file.content}`;
|
||||
);
|
||||
});
|
||||
|
||||
it("with applyChangesToOpenFiles request", () => {
|
||||
it("with updateOpen request", () => {
|
||||
verify(session =>
|
||||
session.executeCommandSeq<protocol.ApplyChangesToOpenFilesRequest>({
|
||||
command: protocol.CommandTypes.ApplyChangesToOpenFiles,
|
||||
session.executeCommandSeq<protocol.UpdateOpenRequest>({
|
||||
command: protocol.CommandTypes.UpdateOpen,
|
||||
arguments: {
|
||||
openFiles: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user