Skip to content

Commit 5c1a58b

Browse files
committed
Fix: correct line numbers in open-notebook-extension patch
**Description** Correct line numbers in open-notebook-extension patch. **Motivation** Previously incorrect line numbers were making the patch changes get cut off when applied. We had been manually fixing it each time. **Testing** Applied patches and made sure the diff was correctly applied.
1 parent 751bc22 commit 5c1a58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/sagemaker-open-notebook-extension.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Index: sagemaker-code-editor/vscode/extensions/sagemaker-open-notebook-extension
162162
===================================================================
163163
--- /dev/null
164164
+++ sagemaker-code-editor/vscode/extensions/sagemaker-open-notebook-extension/src/extension.ts
165-
@@ -0,0 +1,91 @@
165+
@@ -0,0 +1,100 @@
166166
+
167167
+import * as vscode from 'vscode';
168168
+import * as https from 'https';

0 commit comments

Comments
 (0)