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/02-basicWithEol-add-line.diff
13406 views
1
diff --git a/02-basicWithEol b/02-basicWithEol-add-line
2
index 807b9ea8f..a686137e6 100644
3
--- a/02-basicWithEol
4
+++ b/02-basicWithEol-add-line
5
@@ -13,3 +13,4 @@ export function f(args_: string[], flags: any, child: any) {
6
child.unref();
7
return Promise.resolve();
8
}
9
+
10
11