Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/src/extension/test/node/fixtures/gitdiff/01-basic-add-last-line-with-eol.diff
13406 views
1
diff --git a/01-basic b/01-basic-add-last-line-with-eol
2
index 30c5fc9cb..5fdf601c2 100644
3
--- a/01-basic
4
+++ b/01-basic-add-last-line-with-eol
5
@@ -13,4 +13,5 @@ export function f(args_: string[], flags: any, child: any) {
6
}
7
child.unref();
8
return Promise.resolve();
9
-}
10
\ No newline at end of file
11
+}
12
+// hello
13
14