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-remove-first-line.diff
13406 views
1
diff --git a/01-basic b/01-basic-remove-first-line
2
index 30c5fc9cb..4f0b01321 100644
3
--- a/01-basic
4
+++ b/01-basic-remove-first-line
5
@@ -1,5 +1,4 @@
6
-/*---------------------------------------------------------------------------------------------
7
- * Copyright (c) Microsoft Corporation and GitHub. All rights reserved.
8
+* Copyright (c) Microsoft Corporation and GitHub. All rights reserved.
9
*--------------------------------------------------------------------------------------------*/
10
import { spawn } from 'child_process';
11
12
13