Skip to content

Commit 966701e

Browse files
authored
revert adding new line in post-startup-notifications.patch
Signed-off-by: athkulk <athkulk@amazon.com>
1 parent 34018f5 commit 966701e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

patches/post-startup-notifications.patch

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/.vscod
3434
+ }
3535
+ ]
3636
+}
37-
\n
37+
\ No newline at end of file
3838
Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/.vscode/settings.json
3939
===================================================================
4040
--- /dev/null
@@ -53,7 +53,7 @@ Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/.vscod
5353
+ // Turn off tsc task auto detection since we have the necessary tasks as npm scripts
5454
+ "typescript.tsc.autoDetect": "off"
5555
+}
56-
\n
56+
\ No newline at end of file
5757
Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/.vscode/tasks.json
5858
===================================================================
5959
--- /dev/null
@@ -99,7 +99,7 @@ Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/.vscod
9999
+ }
100100
+ ]
101101
+}
102-
\n
102+
\ No newline at end of file
103103
Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/.vscodeignore
104104
===================================================================
105105
--- /dev/null
@@ -176,7 +176,7 @@ Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/eslint
176176
+ semi: "warn",
177177
+ },
178178
+}];
179-
\n
179+
\ No newline at end of file
180180
Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/package.json
181181
===================================================================
182182
--- /dev/null
@@ -239,7 +239,7 @@ Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/packag
239239
+ "chokidar": "^4.0.3"
240240
+ }
241241
+}
242-
\n
242+
\ No newline at end of file
243243
Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/src/constant.ts
244244
===================================================================
245245
--- /dev/null
@@ -248,7 +248,7 @@ Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/src/co
248248
+export const POST_START_UP_STATUS_FILE = '/tmp/.post-startup-status.json';
249249
+export const SERVICE_NAME_ENV_VALUE = 'SageMakerUnifiedStudio';
250250
+export const SERVICE_NAME_ENV_KEY = 'SERVICE_NAME';
251-
\n
251+
\ No newline at end of file
252252
Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/src/extension.ts
253253
===================================================================
254254
--- /dev/null
@@ -371,7 +371,7 @@ Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/src/ex
371371
+ outputChannel.dispose();
372372
+ }
373373
+}
374-
\n
374+
\ No newline at end of file
375375
Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/src/test/extension.test.ts
376376
===================================================================
377377
--- /dev/null
@@ -644,7 +644,7 @@ Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/src/te
644644
+ });
645645
+ });
646646
+});
647-
\n
647+
\ No newline at end of file
648648
Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/src/types.ts
649649
===================================================================
650650
--- /dev/null
@@ -656,7 +656,7 @@ Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/src/ty
656656
+ link: string;
657657
+ label: string;
658658
+}
659-
\n
659+
\ No newline at end of file
660660
Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/tsconfig.json
661661
===================================================================
662662
--- /dev/null
@@ -679,7 +679,7 @@ Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/tsconf
679679
+ // "noUnusedParameters": true, /* Report errors on unused parameters. */
680680
+ }
681681
+}
682-
\n
682+
\ No newline at end of file
683683
Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/webpack.config.js
684684
===================================================================
685685
--- /dev/null
@@ -733,7 +733,7 @@ Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/webpac
733733
+ },
734734
+};
735735
+module.exports = [extensionConfig];
736-
\n
736+
\ No newline at end of file
737737
Index: sagemaker-code-editor/vscode/build/npm/dirs.js
738738
===================================================================
739739
--- sagemaker-code-editor.orig/vscode/build/npm/dirs.js
@@ -4689,4 +4689,4 @@ Index: sagemaker-code-editor/vscode/extensions/post-startup-notifications/extens
46894689
+ extension: './src/extension.ts',
46904690
+ }
46914691
+});
4692-
\n
4692+
\ No newline at end of file

0 commit comments

Comments
 (0)