Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Vscode1.93.0 #70

wants to merge 2 commits into from

Conversation

aws-aijiacen
Copy link
Contributor

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.

@@ -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
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -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 {
Copy link
Contributor

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,
Copy link
Contributor

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"
]
Copy link
Contributor

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
Copy link
Contributor

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need this file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants