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

feat(vscode): update to version 1.57.0 #3544

Merged
merged 51 commits into from
Jul 13, 2021
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
bb14cfe
Squashed 'lib/vscode/' changes from cfa2e218100..2064d4c301c
Jun 4, 2021
92e6bb1
chore(vscode): update to 1.57.0
Jun 4, 2021
d7cc072
chore(deps): fixup lockfiles
Jun 8, 2021
8c72047
chore: restore .gitignore
Jun 8, 2021
ea4705b
fix(vscode): redo extra extension paths
Jun 8, 2021
943504b
fix(vscode): add setSocket to PersistentProtocol
Jun 8, 2021
8c05721
fix(vscode): restore server files
Jun 8, 2021
ddf2616
fix(vscode): restore typings
Jun 10, 2021
a02b0ad
fix(vscode): restore proxy_agent.ts symlink
Jun 10, 2021
9f524bd
fix(vscode): use ptyHost.getEnv
Jun 10, 2021
b88ce55
fix(vscode): uriTransformer refactoring
Jun 10, 2021
c9a28aa
fix(vscode): add new terminal listener
Jun 10, 2021
f993944
fix(vscode): fix + enable layering lint
Jun 10, 2021
8c3c30a
chore: format file
Jun 10, 2021
41a72f1
Squashed 'lib/vscode/' changes from 2064d4c301c..b4c1bd0a9b0
Jun 10, 2021
0c818a6
Merge commit '41a72f14e8a1f0f7a9d9c7fbf4c24d89f087c733' into vscode-1.57
Jun 10, 2021
a4f9ff0
fix(lib/vscode): restore product.json
Jun 10, 2021
a07260f
fix(vscode): backport resources hotfix
Jun 10, 2021
e41351e
Merge branch 'main' into vscode-1.57
Jun 10, 2021
1aaea7e
refactor(lib/vscode): reorganize code to fit vs rules
Jun 14, 2021
42794e3
fix(ci): remove stray symlinks
Jun 14, 2021
280d609
cleanup(lib/vscode): format .gitignore
Jun 14, 2021
b5af44e
chore(vscode): fix formatting
Jun 14, 2021
5429bc1
refactor(vscode): remove parsePathArg in envService
Jun 14, 2021
62801c8
fix(vscode): add missing terminal commands
Jun 14, 2021
180fbfc
fix(vscode): update .eslintignore paths
Jun 14, 2021
ef29d56
chore: document uriTransformer hacks
Jun 14, 2021
863cf60
fix(lib/vscode): restore patches
Jun 15, 2021
3558f5d
fix(lib/vscode): restore more patches
Jun 21, 2021
5fd98a5
Squashed 'lib/vscode/' changes from b4c1bd0a9b0..507ce72a446
Jun 21, 2021
6a62fe8
Merge commit '5fd98a52efbbbd7ca28922fdc9c7282d9bf1ec3d' into vscode-1.57
Jun 21, 2021
60673bd
fmt(docs): remove trailing whitespace
Jun 21, 2021
4271b60
fix(test): fix e2e tests
Jun 22, 2021
49e9fdd
chore(deps): update vulnerable vscode deps
Jun 22, 2021
55dc16b
fix(test): clean up terminal test
Jun 22, 2021
b5f408f
Merge branch 'main' into vscode-1.57
Jun 29, 2021
4b418f5
Retry menu navigation in e2e tests
code-asher Jun 29, 2021
7c9b1f0
Update VS Code loader with trusted types policy
code-asher Jul 1, 2021
6987dd3
Update build resources with renamed file
code-asher Jul 1, 2021
47d8866
Restore proposed API patch
code-asher Jun 22, 2021
9e46573
Restore async storage write patch
code-asher Jun 22, 2021
d8a1f7d
Remove duplicate telemetry service registration
code-asher Jun 22, 2021
a445588
Use service in terminal channel instead of interface
code-asher Jun 22, 2021
23594b2
Rename uri transformer using camel case
code-asher Jun 22, 2021
3c95888
Update yarn.lock
code-asher Jun 21, 2021
b0e9eff
Restore .yarnrc patch
code-asher Jun 21, 2021
7e3bb46
Remove gulp-tar dependency
code-asher Jul 1, 2021
5e8fe4e
Cancel current menu navigation on retry
code-asher Jul 2, 2021
476fcf3
chore(docs): update docs with patches
Jul 10, 2021
ed9c59d
Merge branch 'main' into vscode-1.57
Jul 13, 2021
df85813
chore(ci): increase timeout to 15 minutes
Jul 13, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions lib/vscode/product.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"nameShort": "Code - OSS",
"nameLong": "Code - OSS",
"nameShort": "code-server",
"nameLong": "code-server",
"applicationName": "code-oss",
"dataFolderName": ".vscode-oss",
"win32MutexName": "vscodeoss",
Expand All @@ -20,9 +20,8 @@
"darwinBundleIdentifier": "com.visualstudio.code.oss",
"linuxIconName": "com.visualstudio.code.oss",
"licenseFileName": "LICENSE.txt",
"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
"reportIssueUrl": "https://github.com/cdr/code-server/issues/new",
code-asher marked this conversation as resolved.
Show resolved Hide resolved
"urlProtocol": "code-oss",
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-webview.net/{{quality}}/{{commit}}/out/vs/workbench/contrib/webview/browser/pre/",
"extensionAllowedProposedApi": [
"ms-vscode.vscode-js-profile-flame",
"ms-vscode.vscode-js-profile-table",
Expand Down Expand Up @@ -122,5 +121,13 @@
"publisherDisplayName": "Microsoft"
}
}
]
],
"//": "https://github.com/VSCodium/vscodium/pull/155/files",
"documentationUrl": "https://go.microsoft.com/fwlink/?LinkID=533484#vscode",
"keyboardShortcutsUrlMac": "https://go.microsoft.com/fwlink/?linkid=832143",
"keyboardShortcutsUrlLinux": "https://go.microsoft.com/fwlink/?linkid=832144",
"keyboardShortcutsUrlWin": "https://go.microsoft.com/fwlink/?linkid=832145",
"introductoryVideosUrl": "https://go.microsoft.com/fwlink/?linkid=832146",
"tipsAndTricksUrl": "https://go.microsoft.com/fwlink/?linkid=852118",
"newsletterSignupUrl": "https://www.research.net/r/vsc-newsletter"
}