-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vscode1.93.0 #70
base: main
Are you sure you want to change the base?
Vscode1.93.0 #70
Conversation
@@ -65,41 +52,11 @@ Index: sagemaker-code-editor/vscode/src/vs/code/browser/workbench/workbench.ts | |||
} | |||
|
|||
private startListening(): void { | |||
@@ -550,17 +551,6 @@ class WorkspaceProvider implements IWork |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you double check that reemoving this entire patch is correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes the function is not get deleted in vscode , ref: https://github.com/microsoft/vscode/blob/release/1.93/src/vs/code/browser/workbench/workbench.ts
@@ -146,20 +103,7 @@ Index: sagemaker-code-editor/vscode/src/vs/server/node/webClientServer.ts | |||
embedderIdentifier: 'server-distro', | |||
extensionsGallery: this._webExtensionResourceUrlTemplate && this._productService.extensionsGallery ? { | |||
...this._productService.extensionsGallery, | |||
@@ -340,8 +345,10 @@ export class WebClientServer { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here, it's removing a lot and not adding anything back
const workbenchWebConfiguration = { | ||
remoteAuthority, | ||
webviewEndpoint: vscodeBase + this._staticRoute + '/out/vs/workbench/contrib/webview/browser/pre', | ||
serverBasePath: this._basePath, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this might belong in the base-path.diff
@@ -164,37 +165,13 @@ Index: sagemaker-code-editor/vscode/product.json | |||
+ }, | |||
+ "linkProtectionTrustedDomains": [ | |||
+ "https://open-vsx.org" | |||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is all this being removed?
@@ -250,27 +250,3 @@ Index: sagemaker-code-editor/vscode/extensions/sagemaker-terminal-crash-mitigati | |||
+# yarn lockfile v1 | |||
+ | |||
+ | |||
Index: sagemaker-code-editor/vscode/build/npm/dirs.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here, why is all this being removed. we need this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need this file
Issue #, if available:
Description of changes:
Update Patched VS Code version to 1.93.0 with patches applied
Update README with detailed release instructions
Testing:
sh ./scripts/install.sh
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.