-
Notifications
You must be signed in to change notification settings - Fork 6k
feat(vscode): update to version 1.57.0 #3544
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 4 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
bb14cfe
Squashed 'lib/vscode/' changes from cfa2e218100..2064d4c301c
92e6bb1
chore(vscode): update to 1.57.0
d7cc072
chore(deps): fixup lockfiles
8c72047
chore: restore .gitignore
ea4705b
fix(vscode): redo extra extension paths
943504b
fix(vscode): add setSocket to PersistentProtocol
8c05721
fix(vscode): restore server files
ddf2616
fix(vscode): restore typings
a02b0ad
fix(vscode): restore proxy_agent.ts symlink
9f524bd
fix(vscode): use ptyHost.getEnv
b88ce55
fix(vscode): uriTransformer refactoring
c9a28aa
fix(vscode): add new terminal listener
f993944
fix(vscode): fix + enable layering lint
8c3c30a
chore: format file
41a72f1
Squashed 'lib/vscode/' changes from 2064d4c301c..b4c1bd0a9b0
0c818a6
Merge commit '41a72f14e8a1f0f7a9d9c7fbf4c24d89f087c733' into vscode-1.57
a4f9ff0
fix(lib/vscode): restore product.json
a07260f
fix(vscode): backport resources hotfix
e41351e
Merge branch 'main' into vscode-1.57
1aaea7e
refactor(lib/vscode): reorganize code to fit vs rules
42794e3
fix(ci): remove stray symlinks
280d609
cleanup(lib/vscode): format .gitignore
b5af44e
chore(vscode): fix formatting
5429bc1
refactor(vscode): remove parsePathArg in envService
62801c8
fix(vscode): add missing terminal commands
180fbfc
fix(vscode): update .eslintignore paths
ef29d56
chore: document uriTransformer hacks
863cf60
fix(lib/vscode): restore patches
3558f5d
fix(lib/vscode): restore more patches
5fd98a5
Squashed 'lib/vscode/' changes from b4c1bd0a9b0..507ce72a446
6a62fe8
Merge commit '5fd98a52efbbbd7ca28922fdc9c7282d9bf1ec3d' into vscode-1.57
60673bd
fmt(docs): remove trailing whitespace
4271b60
fix(test): fix e2e tests
49e9fdd
chore(deps): update vulnerable vscode deps
55dc16b
fix(test): clean up terminal test
b5f408f
Merge branch 'main' into vscode-1.57
4b418f5
Retry menu navigation in e2e tests
code-asher 7c9b1f0
Update VS Code loader with trusted types policy
code-asher 6987dd3
Update build resources with renamed file
code-asher 47d8866
Restore proposed API patch
code-asher 9e46573
Restore async storage write patch
code-asher d8a1f7d
Remove duplicate telemetry service registration
code-asher a445588
Use service in terminal channel instead of interface
code-asher 23594b2
Rename uri transformer using camel case
code-asher 3c95888
Update yarn.lock
code-asher b0e9eff
Restore .yarnrc patch
code-asher 7e3bb46
Remove gulp-tar dependency
code-asher 5e8fe4e
Cancel current menu navigation on retry
code-asher 476fcf3
chore(docs): update docs with patches
ed9c59d
Merge branch 'main' into vscode-1.57
df85813
chore(ci): increase timeout to 15 minutes
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
"rchiodo", | ||
"greazer", | ||
"donjayamanne", | ||
"jilljac" | ||
"jilljac", | ||
"IanMatthewHuff" | ||
] | ||
} |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.