Skip to content

Commit 06f6c2f

Browse files
Update src/features/ExtensionCommands.ts
Co-authored-by: Patrick Meinecke <[email protected]>
1 parent 6276eae commit 06f6c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/ExtensionCommands.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const GetEditorContextRequestType =
6868
export interface IGetEditorContextRequestArguments {
6969
}
7070

71-
// NOTE: The server at least now expects this response, but it's used in any
71+
// NOTE: The server at least now expects this response, but it's not used in any
7272
// way. In the future we could actually communicate an error to the user.
7373
enum EditorOperationResponse {
7474
Completed,

0 commit comments

Comments
 (0)