-
Notifications
You must be signed in to change notification settings - Fork 5.9k
chore: upgrade Code to 1.74.1 #5909
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
Merged
Merged
Changes from 11 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
320f035
chore: upgrade Code to 1.74.1
jsjoeio ec4177c
chore: remove require in integration.diff
jsjoeio 8afa5c2
chore: update marketplace.diff
jsjoeio be1a560
chore: update sha hash in webview.diff
jsjoeio 6751c82
chore: update disable-builtin-ext-update.diff
jsjoeio 6acfb0b
chore: refresh proxy-uri patch
jsjoeio bb2a29b
chore: refresh local-storage.diff
jsjoeio 4c00ad4
chore: refresh sourcemaps.diff
jsjoeio 661e1de
chore: refresh disable-downloads.diff
jsjoeio da4f4c3
chore: refresh display-language.diff
jsjoeio 63fb534
chore: refresh getting-started.diff
jsjoeio 093bbc0
docs: update testing notes for cli-window-open
jsjoeio b1b8205
docs: update telemetry testing instructions
jsjoeio 0aecf9e
fix: add GITHUB_TOKEN to build code-server job
jsjoeio d00ab19
refactor: use own cache key build code-server job
jsjoeio 4deb156
temp: disable vscode test
jsjoeio 3999279
refactor: delete wrapper test
jsjoeio fc54c44
Revert "refactor: delete wrapper test"
jsjoeio b3f7a20
refactor: move vscode tests to e2e (#5911)
jsjoeio 10ebf1b
refactor: rm unused imports
jsjoeio 0fabb3a
refactor: rm unnecessary navigate call in test
jsjoeio cbf00ae
fixup: formatting
jsjoeio e8ef8bf
wip: update test
jsjoeio b6928fa
refactor: modify assertion for proxy
jsjoeio 19b7ba8
fixup: use REVERSE_PROXY_BASE_PATH
jsjoeio fe33adc
refactor: add helper fn getMaybeProxiedPathname
jsjoeio 02d0aec
fixup: formatting
jsjoeio 9681243
fixup: rm unused import
jsjoeio a059129
chore: increase playwright timeout
jsjoeio 3b02151
Revert "chore: increase playwright timeout"
jsjoeio c0d59c8
chore: rm timeout
jsjoeio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Submodule vscode
updated
1777 files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/environment/browser/envi | |
=================================================================== | ||
--- code-server.orig/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts | ||
+++ code-server/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts | ||
@@ -210,7 +210,7 @@ export class BrowserWorkbenchEnvironment | ||
@@ -207,7 +207,7 @@ export class BrowserWorkbenchEnvironment | ||
|
||
@memoize | ||
get webviewExternalEndpoint(): string { | ||
|
@@ -70,12 +70,12 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/webview/browser/pre/index | |
<meta charset="UTF-8"> | ||
|
||
<meta http-equiv="Content-Security-Policy" | ||
- content="default-src 'none'; script-src 'sha256-lC8sxUeeYqUtmkCpPt/OX/HQdE0JbHG1Z3dzrilsRU0=' 'self'; frame-src 'self'; style-src 'unsafe-inline';"> | ||
+ content="default-src 'none'; script-src 'sha256-/9/YQU12wvTeVXCsIGB4shLwdWrMceCpKojfkloNjPU=' 'self'; frame-src 'self'; style-src 'unsafe-inline';"> | ||
- content="default-src 'none'; script-src 'sha256-6s2fEapj0jmA7ZDjzz23Uv4xLlM7KX3p9DYidJX7Zmk=' 'self'; frame-src 'self'; style-src 'unsafe-inline';"> | ||
+ content="default-src 'none'; script-src 'sha256-6/HBKMr5Cr24xXtQ+U/BxvVfCvBLYE55u8Jq3j/nzcI=' 'self'; frame-src 'self'; style-src 'unsafe-inline';"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I checked webviews via Markdown Preview and Simple Browser. Unless the HTML files were cached, I didn't see any issues. I will double-check. |
||
|
||
<!-- Disable pinch zooming --> | ||
<meta name="viewport" | ||
@@ -331,6 +331,12 @@ | ||
@@ -325,6 +325,12 @@ | ||
|
||
const hostname = location.hostname; | ||
|
||
|
@@ -92,7 +92,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/webview/browser/pre/index | |
=================================================================== | ||
--- code-server.orig/lib/vscode/src/vs/workbench/contrib/webview/browser/pre/index-no-csp.html | ||
+++ code-server/lib/vscode/src/vs/workbench/contrib/webview/browser/pre/index-no-csp.html | ||
@@ -330,6 +330,12 @@ | ||
@@ -318,6 +318,12 @@ | ||
|
||
const hostname = location.hostname; | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Unsure if we still need this. See 6751c82
cc @code-asher
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.
I think you are right! One way to see is if on load Code downloads a bunch of builtin extensions into the extensions dir.