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

Fix an automatic rebase against the upstream #257

Merged
merged 151 commits into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
151 commits
Select commit Hold shift + click to select a range
16f501e
Fix single line if/else and loop indentation
ssigwart Nov 6, 2021
10fe082
Merge branch 'main' into singleLineDeindent
ssigwart Oct 27, 2022
a9dac55
Merge branch 'main' into singleLineDeindent
ssigwart Nov 22, 2022
3894c48
JS/TS fixes
ssigwart Nov 22, 2022
e3cab63
Merge branch 'main' into singleLineDeindent
hediet Feb 28, 2023
a99fb2c
Add to C/C++
ssigwart Mar 1, 2023
d772a63
remove redundant tag
amunger Jul 5, 2023
8e574b4
undo format
amunger Jul 5, 2023
bd91593
Dispose `TerminalWordLinkDetector` listeners
SvanT Jul 5, 2023
ce3f06b
Bring local terminal reconnect changes to remote
Tyriar Jul 5, 2023
9922b1c
Improve logging of pty host startup/reconnection
Tyriar Jul 5, 2023
5923027
Don't automatically start up pty host in remote
Tyriar Jul 5, 2023
86a4dad
Improve name of pty host connection request
Tyriar Jul 5, 2023
2210138
.
Tyriar Jul 5, 2023
1157e96
adopt atomic write for userdata (#187038)
sandy081 Jul 5, 2023
075cf4a
getWorkspaceTasks
meganrogge Jul 5, 2023
0c3fb42
Disable seamless relaunch on Windows/remote/ConPTY
Tyriar Jul 5, 2023
55d8d97
testing: fix default size of inline peek diff (#187072)
connor4312 Jul 5, 2023
406d3d5
fix #186651 -- notebook action tab border only on icon, not label (#1…
Yoyokrazy Jul 5, 2023
72fb364
Fix pty host lazy spawning
Tyriar Jul 5, 2023
b540ba7
Unexpected link highlighting in search editor (#187091)
andreamah Jul 5, 2023
f409c06
Clean up trace logs
Tyriar Jul 5, 2023
3d6d839
Don't spawn pty host on getDefaultSystemShell or refreshIgnoreProcess…
Tyriar Jul 5, 2023
26a45ba
fix: adjust widget overflow styling (#186951)
rzhao271 Jul 5, 2023
753fdf8
testing: fix inconsistent action name (#187098)
connor4312 Jul 5, 2023
856bc1e
testing: property make double click go to test (#187099)
connor4312 Jul 5, 2023
c7d219b
testing: make running tests open the results view instead of explorer…
connor4312 Jul 5, 2023
322bc2d
Have getCurrentAuthenticationSessionInfo take in a secretStorageServi…
TylerLeonhardt Jul 5, 2023
99494a7
Show busy indicator in remote menu when initializing. (#187018)
bhavyaus Jul 5, 2023
6fa852f
Bump semver from 7.3.5 to 7.5.3 in /remote (#185981)
dependabot[bot] Jul 5, 2023
9618e4f
Bump semver from 7.3.8 to 7.5.3 in /build/npm/gyp (#186809)
dependabot[bot] Jul 5, 2023
c9073ad
Bump semver from 7.3.7 to 7.5.3 in /extensions/css-language-features …
dependabot[bot] Jul 5, 2023
609e636
Also check for secret storage provider before using old API (#187105)
TylerLeonhardt Jul 6, 2023
6c8cdf3
Remove galleryExtension check when initializing remote menu (#187109)
bhavyaus Jul 6, 2023
4223cc9
fix [object Object] in invalid decorator warning
mroch May 30, 2023
6635391
Merge branch 'main' into main
SvanT Jul 6, 2023
94cfd18
Merge pull request #187083 from SvanT/main
Tyriar Jul 6, 2023
42e9acc
no need to explicitly get workspace tasks as they're always refreshed…
meganrogge Jul 6, 2023
e1021bf
Create codespaces_issue.yml
Tyriar Jul 6, 2023
535da93
Merge pull request #187144 from microsoft/Tyriar-patch-1
Tyriar Jul 6, 2023
56f97a4
Merge pull request #187096 from microsoft/tyriar/187076
alexr00 Jul 6, 2023
f5f7127
Merge branch 'main' into aamunger/notebookInfoRegistration2
amunger Jul 6, 2023
4f1df73
when supported executions change, make sure to unset the promise so t…
meganrogge Jul 6, 2023
0daeaf5
Merge pull request #187070 from microsoft/aamunger/notebookInfoRegist…
amunger Jul 6, 2023
001615e
No need for additional readonly and missing file check.
rebornix Jul 6, 2023
078d0fd
Fix capitalization in survey notification (#187168)
joyceerhl Jul 6, 2023
ccbcba5
debug: shut down debug sessions if an extension host goes away (#187169)
connor4312 Jul 6, 2023
c067a3b
chore: bump semver 7 dependencies (#187171)
rzhao271 Jul 6, 2023
440bade
Merge pull request #187159 from microsoft/merogge/build-task99
meganrogge Jul 6, 2023
ed59e75
Add IPtyHostService
Tyriar Jul 6, 2023
074121e
Remove now unneeded optional checks
Tyriar Jul 6, 2023
0d1bc08
Clean up pty services
Tyriar Jul 6, 2023
57ae321
Merge pull request #187177 from microsoft/tyriar/186935
Tyriar Jul 6, 2023
ab08a18
Use const enum for all remote terminal requests
Tyriar Jul 6, 2023
d630142
Add AcceptDetachInstanceReply impl and add ts assert for future
Tyriar Jul 6, 2023
1391e9a
Add workspace id to terminal logs
Tyriar Jul 6, 2023
a50fca3
Clarify it's talking about the type never
Tyriar Jul 6, 2023
3f96146
Register the notebook remote save setting
rebornix Jul 6, 2023
f632275
Merge pull request #187183 from microsoft/tyriar/187176
Tyriar Jul 6, 2023
eec239d
Fixes #187164 (#187192)
hediet Jul 6, 2023
30fde0d
fix: stall on "starting new singleton" on linux if keychain blocks (#…
connor4312 Jul 6, 2023
79ec05c
Merge pull request #187189 from microsoft/rebornix/excessive-cheetah
rebornix Jul 6, 2023
7061dbd
debug: bump companion to 1.1.2 (#187203)
connor4312 Jul 6, 2023
13b9015
Strengthen Emmet tests (#187204)
rzhao271 Jul 6, 2023
7ffb51f
Avoid kernel picker progress when kernel extensions are disabled (#18…
rebornix Jul 7, 2023
31f1832
Fixes #187194 (#187211)
hediet Jul 7, 2023
2f2bc05
Don't log when not actually persisting sessions (#187214)
roblourens Jul 7, 2023
fa37b61
search: fix resources with trailing slash (#187106)
andreamah Jul 7, 2023
c217907
Merge pull request #183841 from mroch/patch-1
jrieken Jul 7, 2023
91749da
use troubleshoot command for confirmation needed action (#187244)
sandy081 Jul 7, 2023
4c1e4bb
Allow additional socks schemes (#158669)
chrmarti Jul 7, 2023
e7776fd
Fixes #186402 (#187184)
hediet Jul 7, 2023
d1ae8a6
Inline Completions: Implements yieldsTo (#187156)
hediet Jul 7, 2023
f639cab
Log latency stats and remove old unused latency mechanism
Tyriar Jul 7, 2023
6ea4677
Make ptyhostservice label consistent
Tyriar Jul 7, 2023
968379f
Merge pull request #187281 from microsoft/tyriar/187274
Tyriar Jul 7, 2023
4b2f5dc
Merge pull request #187187 from microsoft/tyriar/187080
Tyriar Jul 7, 2023
dc189ed
Ensure layout info is fetched from the pty host on reconnects
Tyriar Jul 7, 2023
e1338bd
Update to @vscode/proxy-agent 0.15.0
chrmarti Jul 7, 2023
e954d50
Fixes #187140 (#187291)
hediet Jul 7, 2023
66b0f92
treat soon to be saved by auto-save as saving
amunger Jul 7, 2023
4373424
Force new window for remote -> local Continue On (#187301)
joyceerhl Jul 7, 2023
9e390f3
Fixes #186393 (#187295)
hediet Jul 7, 2023
b2ab524
Merge pull request #187285 from microsoft/tyriar/187282
Tyriar Jul 7, 2023
fd63cf6
Merge branch 'main' into singleLineDeindent
hediet Jul 7, 2023
54064e1
Merge branch 'main' into aamunger/dirtyNotebooks
amunger Jul 7, 2023
ad791ef
fix installing extension from CLI (#187305)
sandy081 Jul 7, 2023
0917209
Always publish build artifacts, if built (#187134)
joaomoreno Jul 7, 2023
8f58654
Fixes #184848 (#187306)
hediet Jul 7, 2023
32e968c
Merge pull request #136577 from ssigwart/singleLineDeindent
hediet Jul 7, 2023
020b2d5
Make sure shift on Windows/Linux only works when hovering (#187308)
joaomoreno Jul 7, 2023
e55c822
Merge pull request #187302 from microsoft/aamunger/dirtyNotebooks
amunger Jul 7, 2023
0e5c011
fix task reconnection
meganrogge Jul 7, 2023
dc37566
decrease time
meganrogge Jul 7, 2023
d039e4a
Merge branch 'main' into merogge/fix-task-reconnection
meganrogge Jul 7, 2023
9a66500
fix #187088
meganrogge Jul 7, 2023
7368c66
Merge pull request #187323 from microsoft/merogge/cycle
meganrogge Jul 7, 2023
19a9638
resolvers: fallback to one authority when resolving nesting remote au…
Viknet Jul 7, 2023
5150ef0
disable tests on win32-ia32 (#187313)
joaomoreno Jul 7, 2023
afacb63
Bump tough-cookie from 4.1.2 to 4.1.3 in /extensions/notebook-rendere…
dependabot[bot] Jul 10, 2023
dccc793
Bump tough-cookie from 4.0.0 to 4.1.3 (#187385)
dependabot[bot] Jul 10, 2023
8c8e860
Bump semver from 5.5.1 to 7.5.2 in /extensions/typescript-language-fe…
dependabot[bot] Jul 10, 2023
00db67e
Skip failing integration tests (#187424)
alexr00 Jul 10, 2023
71935ef
Fixes https://github.com/microsoft/monaco-editor/issues/4021 (#187318)
hediet Jul 10, 2023
293e46b
Fixes #187153 (#187289)
hediet Jul 10, 2023
b7b88e4
Opt the team into the new create PR view (#187434)
alexr00 Jul 10, 2023
68a99e2
Fixes inline completion/suggest widget issue. (#187458)
hediet Jul 10, 2023
2ff3c9a
Revert Python docstring color (#184938)
lkct Jul 10, 2023
060dfba
simplify screencast keyboard options (#187469)
joaomoreno Jul 10, 2023
ccea02b
Git - avoid opening a repository multiple times if symbolic links are…
lszomoru Jul 10, 2023
6d10668
isolate artifacts from attempted runs (#187437)
joaomoreno Jul 10, 2023
db16e86
Restore sinon sandbox (#187476)
lramos15 Jul 10, 2023
b062048
Fix: Remote tunnel service running on VM with XGETBV disabled exit wi…
eternalphane Jul 10, 2023
c61a08d
adding code in order be able to pass in a position for the inline chat
aiday-mar Jul 10, 2023
ef42069
always roll processed artifacts forward (#187465)
joaomoreno Jul 10, 2023
ba4564b
include error message when save fails (#187479)
sandy081 Jul 10, 2023
8e1b095
cleaning the code
aiday-mar Jul 10, 2023
dd68b3f
Merge branch 'main' into merogge/fix-task-reconnection
meganrogge Jul 10, 2023
58969b4
increase time, rename
meganrogge Jul 10, 2023
1c62250
Merge pull request #187478 from microsoft/aiday/positionInlineChatFro…
aiday-mar Jul 10, 2023
44d1d6a
build: check for cargo.lock changes in pr too (#187481)
connor4312 Jul 10, 2023
c6033ea
Restore previous behavior of `onDidChangeSecret` (#187333)
TylerLeonhardt Jul 10, 2023
de6f24c
fix: typos (#179840)
DrugsZ Jul 10, 2023
7dbc6ec
Fix #187447. Avoid npe for reading notebook pane (#187491)
rebornix Jul 10, 2023
babfe39
Don't call fireSimulatedContinuedEvent if the debug adapter sent a St…
roblourens Jul 10, 2023
5822d97
Bump milestones in issue notebooks (#187494)
mjbvz Jul 10, 2023
84fc1ff
testing: fix memory leak during unit tests (#187488)
connor4312 Jul 10, 2023
61b0c4f
Merge branch 'main' into merogge/fix-task-reconnection
meganrogge Jul 10, 2023
ff358d7
Merge pull request #187322 from microsoft/merogge/fix-task-reconnection
meganrogge Jul 10, 2023
e5782fe
fix #185960
meganrogge Jul 10, 2023
199fd02
add roaming changes to search history (#187330)
andreamah Jul 10, 2023
a0208c8
Pick up latest TS nightly for building VS Code (#187500)
mjbvz Jul 10, 2023
011ac2c
Pick up TS 5.1.6 (#187495)
mjbvz Jul 10, 2023
6aca75d
Fix markdown preview classes (#187501)
mjbvz Jul 10, 2023
13991f6
clean up and add comment
meganrogge Jul 10, 2023
261a75e
add missing sinon restore calls in search (#187489)
andreamah Jul 10, 2023
ee5cc0d
Merge branch 'main' into merogge/glob-fix
meganrogge Jul 10, 2023
f07abd2
Make markdown link pasting feature smarter (#187170)
MeghanKulkarni Jul 10, 2023
0422c8f
Merge pull request #187505 from microsoft/merogge/glob-fix
meganrogge Jul 10, 2023
1beeb2e
Repopulate slash command in chat input editor (#187207)
joyceerhl Jul 10, 2023
35be9af
clean up accessible view
meganrogge Jul 10, 2023
b49426d
Merge pull request #187511 from microsoft/merogge/accessible-view-style
meganrogge Jul 10, 2023
54b7f42
Repopulate slash command when user submits query (#187514)
joyceerhl Jul 10, 2023
ff81f6c
Remove un-needed use of native privates (#187518)
mjbvz Jul 10, 2023
b14044d
part of #179684
meganrogge Jul 11, 2023
b041b4e
tweak
meganrogge Jul 11, 2023
492217c
fix compile error
meganrogge Jul 11, 2023
56569a6
Merge pull request #187523 from microsoft/merogge/wait
meganrogge Jul 11, 2023
6243562
Avoid restoring stale input value after clear (#187513)
joyceerhl Jul 11, 2023
490eaae
Rebase against the upstream 6243562032a9a168df33c1b4dc84d5b2abbcb22d
azatsarynnyy Jul 11, 2023
618d67e
Align to upstream
azatsarynnyy Jul 11, 2023
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
2 changes: 1 addition & 1 deletion code/.github/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"action": "updateLabels",
"addLabel": "info-needed",
"removeLabel": "~confirmation-needed",
"comment": "Please perform the following **three tasks** to diagnose the root cause of the issue:\n\n* [ ] **1.) Disable Extensions**\n * Select `View` and pick `Command Palette...`\n * Run `Developer: Reload With Extensions Disabled`\n * 👉 See if the issue reproduces\n\n* [ ] **2.) Disable Configuration**\n * Select `View` and pick `Command Palette...`\n * Run `Profiles: Create a Temporary Profile`\n * 👉 See if the issue reproduces\n\n* [ ] **3.) Try VS Code Insiders**\n * Download [VS Code Insiders](https://code.visualstudio.com/insiders/)\n * Install and Run it\n * 👉 See if the issue reproduces\n \nThen pick one of the three resolutions depending on which step has helped:\n\n<details>\n <summary>Disabling my Extensions helped</summary>\n\nPlease run the command `Start Extension Bisect` and follow the instructions to find the extension that is causing this issue.\n\n<img width='631' alt='image' src='https://user-images.githubusercontent.com/900690/228760008-d5790ad1-74da-46a2-917f-e1bd26281ca8.png'>\n\nPlease report the issue to the extension causing this.\n</details>\n\n<details>\n <summary>Disabling my configuration helped</summary>\nPlease report back more details about your configuration, including settings.\n</details>\n\n<details>\n <summary>Using VS Code Insiders has helped</summary>\n✅ This likely means that the issue has been addressed already and will be available in an upcoming release. You can safely use VS Code Insiders until the new stable version is available.\n</details>"
"comment": "Please diagnose the root cause of the issue by running the command `F1 > Help: Troubleshoot Issue` and following the instructions. Once you have done that, please update the issue with the results.\n\nHappy Coding!"
},
{
"type": "comment",
Expand Down
11 changes: 11 additions & 0 deletions code/.github/commands/codespaces_issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Learn more about the syntax here:
# https://docs.github.com/en/early-access/github/save-time-with-slash-commands/syntax-for-user-defined-slash-commands
---
trigger: codespaces_issue
title: Codespaces Issue
description: Report downstream

steps:
- type: fill
template: |-
This looks like an issue with the Codespaces service which we don't track in this repository. You can report this to the Codespaces team at https://github.com/orgs/community/discussions/categories/codespaces
6 changes: 3 additions & 3 deletions code/.github/workflows/no-yarn-lock-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Get file changes
uses: trilom/file-changes-action@ce38c8ce2459ca3c303415eec8cb0409857b4272
if: ${{ steps.control.outputs.should_run == 'true' }}
- name: Check for yarn.lock changes
- name: Check for lockfile changes
if: ${{ steps.control.outputs.should_run == 'true' }}
run: |
cat $HOME/files.json | jq -e 'any(test("yarn\\.lock$")) | not' \
|| (echo "Changes to yarn.lock files aren't allowed in PRs." && exit 1)
cat $HOME/files.json | jq -e 'any(test("yarn\\.lock$|Cargo\\.lock$")) | not' \
|| (echo "Changes to yarn.lock/Cargo.lock files aren't allowed in PRs." && exit 1)
2 changes: 1 addition & 1 deletion code/.vscode/notebooks/api.github-issues
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"kind": 2,
"language": "github-issues",
"value": "$repo=repo:microsoft/vscode\n$milestone=milestone:\"June 2023\""
"value": "$repo=repo:microsoft/vscode\n$milestone=milestone:\"July 2023\""
},
{
"kind": 1,
Expand Down
2 changes: 1 addition & 1 deletion code/.vscode/notebooks/endgame.github-issues
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"kind": 2,
"language": "github-issues",
"value": "$REPOS=repo:microsoft/vscode repo:microsoft/vscode-remote-release repo:microsoft/vscode-copilot repo:microsoft/vscode-copilot-release repo:microsoft/vscode-js-debug repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-github-issue-notebooks repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-dev repo:microsoft/vscode-unpkg repo:microsoft/vscode-references-view repo:microsoft/vscode-anycode repo:microsoft/vscode-hexeditor repo:microsoft/vscode-extension-telemetry repo:microsoft/vscode-livepreview repo:microsoft/vscode-remotehub repo:microsoft/vscode-settings-sync-server repo:microsoft/vscode-remote-repositories-github repo:microsoft/monaco-editor repo:microsoft/vscode-vsce repo:microsoft/vscode-dev-chrome-launcher repo:microsoft/vscode-emmet-helper repo:microsoft/vscode-livepreview repo:microsoft/vscode-livepreview repo:microsoft/vscode-python repo:microsoft/vscode-python-debugger repo:microsoft/vscode-jupyter repo:microsoft/vscode-jupyter-internal repo:microsoft/vscode-github-issue-notebooks repo:microsoft/vscode-l10n repo:microsoft/vscode-remote-tunnels\n\n$MILESTONE=milestone:\"June 2023\""
"value": "$REPOS=repo:microsoft/vscode repo:microsoft/vscode-remote-release repo:microsoft/vscode-copilot repo:microsoft/vscode-copilot-release repo:microsoft/vscode-js-debug repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-github-issue-notebooks repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-dev repo:microsoft/vscode-unpkg repo:microsoft/vscode-references-view repo:microsoft/vscode-anycode repo:microsoft/vscode-hexeditor repo:microsoft/vscode-extension-telemetry repo:microsoft/vscode-livepreview repo:microsoft/vscode-remotehub repo:microsoft/vscode-settings-sync-server repo:microsoft/vscode-remote-repositories-github repo:microsoft/monaco-editor repo:microsoft/vscode-vsce repo:microsoft/vscode-dev-chrome-launcher repo:microsoft/vscode-emmet-helper repo:microsoft/vscode-livepreview repo:microsoft/vscode-livepreview repo:microsoft/vscode-python repo:microsoft/vscode-python-debugger repo:microsoft/vscode-jupyter repo:microsoft/vscode-jupyter-internal repo:microsoft/vscode-github-issue-notebooks repo:microsoft/vscode-l10n repo:microsoft/vscode-remote-tunnels\n\n$MILESTONE=milestone:\"July 2023\""
},
{
"kind": 1,
Expand Down
2 changes: 1 addition & 1 deletion code/.vscode/notebooks/my-endgame.github-issues
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"kind": 2,
"language": "github-issues",
"value": "$REPOS=repo:microsoft/vscode repo:microsoft/vscode-remote-release repo:microsoft/vscode-copilot repo:microsoft/vscode-copilot-release repo:microsoft/vscode-js-debug repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-github-issue-notebooks repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-dev repo:microsoft/vscode-unpkg repo:microsoft/vscode-references-view repo:microsoft/vscode-anycode repo:microsoft/vscode-hexeditor repo:microsoft/vscode-extension-telemetry repo:microsoft/vscode-livepreview repo:microsoft/vscode-remotehub repo:microsoft/vscode-settings-sync-server repo:microsoft/vscode-remote-repositories-github repo:microsoft/monaco-editor repo:microsoft/vscode-vsce repo:microsoft/vscode-dev-chrome-launcher repo:microsoft/vscode-emmet-helper repo:microsoft/vscode-livepreview repo:microsoft/vscode-livepreview repo:microsoft/vscode-python repo:microsoft/vscode-python-debugger repo:microsoft/vscode-jupyter repo:microsoft/vscode-jupyter-internal repo:microsoft/vscode-github-issue-notebooks repo:microsoft/vscode-l10n repo:microsoft/vscode-remote-tunnels\n\n$MILESTONE=milestone:\"June 2023\"\n\n$MINE=assignee:@me"
"value": "$REPOS=repo:microsoft/vscode repo:microsoft/vscode-remote-release repo:microsoft/vscode-copilot repo:microsoft/vscode-copilot-release repo:microsoft/vscode-js-debug repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-github-issue-notebooks repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-dev repo:microsoft/vscode-unpkg repo:microsoft/vscode-references-view repo:microsoft/vscode-anycode repo:microsoft/vscode-hexeditor repo:microsoft/vscode-extension-telemetry repo:microsoft/vscode-livepreview repo:microsoft/vscode-remotehub repo:microsoft/vscode-settings-sync-server repo:microsoft/vscode-remote-repositories-github repo:microsoft/monaco-editor repo:microsoft/vscode-vsce repo:microsoft/vscode-dev-chrome-launcher repo:microsoft/vscode-emmet-helper repo:microsoft/vscode-livepreview repo:microsoft/vscode-livepreview repo:microsoft/vscode-python repo:microsoft/vscode-python-debugger repo:microsoft/vscode-jupyter repo:microsoft/vscode-jupyter-internal repo:microsoft/vscode-github-issue-notebooks repo:microsoft/vscode-l10n repo:microsoft/vscode-remote-tunnels\n\n$MILESTONE=milestone:\"July 2023\"\n\n$MINE=assignee:@me"
},
{
"kind": 1,
Expand Down
2 changes: 1 addition & 1 deletion code/.vscode/notebooks/verification.github-issues
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"kind": 2,
"language": "github-issues",
"value": "$repos=repo:microsoft/vscode repo:microsoft/vscode-remote-release repo:microsoft/vscode-js-debug repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-github-issue-notebooks repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-dev repo:microsoft/vscode-unpkg repo:microsoft/vscode-references-view repo:microsoft/vscode-anycode repo:microsoft/vscode-hexeditor repo:microsoft/vscode-extension-telemetry repo:microsoft/vscode-livepreview repo:microsoft/vscode-remotehub repo:microsoft/vscode-settings-sync-server repo:microsoft/vscode-remote-repositories-github repo:microsoft/monaco-editor repo:microsoft/vscode-vsce repo:microsoft/vscode-dev-chrome-launcher repo:microsoft/vscode-emmet-helper repo:microsoft/vscode-livepreview repo:microsoft/vscode-livepreview repo:microsoft/vscode-python repo:microsoft/vscode-jupyter repo:microsoft/vscode-jupyter-internal repo:microsoft/vscode-github-issue-notebooks repo:microsoft/vscode-l10n repo:microsoft/vscode-remote-tunnels\n$milestone=milestone:\"June 2023\""
"value": "$repos=repo:microsoft/vscode repo:microsoft/vscode-remote-release repo:microsoft/vscode-js-debug repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-github-issue-notebooks repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-dev repo:microsoft/vscode-unpkg repo:microsoft/vscode-references-view repo:microsoft/vscode-anycode repo:microsoft/vscode-hexeditor repo:microsoft/vscode-extension-telemetry repo:microsoft/vscode-livepreview repo:microsoft/vscode-remotehub repo:microsoft/vscode-settings-sync-server repo:microsoft/vscode-remote-repositories-github repo:microsoft/monaco-editor repo:microsoft/vscode-vsce repo:microsoft/vscode-dev-chrome-launcher repo:microsoft/vscode-emmet-helper repo:microsoft/vscode-livepreview repo:microsoft/vscode-livepreview repo:microsoft/vscode-python repo:microsoft/vscode-jupyter repo:microsoft/vscode-jupyter-internal repo:microsoft/vscode-github-issue-notebooks repo:microsoft/vscode-l10n repo:microsoft/vscode-remote-tunnels\n$milestone=milestone:\"July 2023\""
},
{
"kind": 1,
Expand Down
2 changes: 1 addition & 1 deletion code/.vscode/notebooks/vscode-dev.github-issues
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"kind": 2,
"language": "github-issues",
"value": "$milestone=milestone:\"June 2023\""
"value": "$milestone=milestone:\"July 2023\""
},
{
"kind": 1,
Expand Down
1 change: 1 addition & 0 deletions code/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
"git",
"sash"
],
"githubPullRequests.experimental.createView": true,
"debug.javascript.terminalOptions": {
"outFiles": [
"${workspaceFolder}/out/**/*.js",
Expand Down
70 changes: 33 additions & 37 deletions code/build/azure-pipelines/alpine/product-build-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,55 +104,51 @@ steps:

- script: |
set -e
TARGET=$([ "$VSCODE_ARCH" == "x64" ] && echo "linux-alpine" || echo "alpine-arm64")
TARGET=$([ "$VSCODE_ARCH" == "x64" ] && echo "linux-alpine" || echo "alpine-arm64") # TODO@joaomoreno
yarn gulp vscode-reh-$TARGET-min-ci
yarn gulp vscode-reh-web-$TARGET-min-ci
(cd .. && mv vscode-reh-$TARGET vscode-server-$TARGET) # TODO@joaomoreno
ARCHIVE_PATH=".build/linux/server/vscode-server-$TARGET.tar.gz"
mkdir -p $(dirname $ARCHIVE_PATH)
tar --owner=0 --group=0 -czf $ARCHIVE_PATH -C .. vscode-server-$TARGET
echo "##vso[task.setvariable variable=SERVER_PATH]$ARCHIVE_PATH"
env:
GITHUB_TOKEN: "$(github-distro-mixin-password)"
displayName: Build
displayName: Build server

- script: |
set -e
TARGET=$([ "$VSCODE_ARCH" == "x64" ] && echo "linux-alpine" || echo "alpine-arm64")
REPO="$(pwd)"
ROOT="$REPO/.."

# Publish Remote Extension Host
LEGACY_SERVER_BUILD_NAME="vscode-reh-$TARGET"
SERVER_BUILD_NAME="vscode-server-$TARGET"
SERVER_TARBALL_FILENAME="vscode-server-$TARGET.tar.gz"
SERVER_TARBALL_PATH="$ROOT/$SERVER_TARBALL_FILENAME"

rm -rf $ROOT/vscode-server-*.tar.*
(cd $ROOT && mv $LEGACY_SERVER_BUILD_NAME $SERVER_BUILD_NAME && tar --owner=0 --group=0 -czf $SERVER_TARBALL_PATH $SERVER_BUILD_NAME)

# Publish Remote Extension Host (Web)
LEGACY_SERVER_BUILD_NAME="vscode-reh-web-$TARGET"
SERVER_BUILD_NAME="vscode-server-$TARGET-web"
SERVER_TARBALL_FILENAME="vscode-server-$TARGET-web.tar.gz"
SERVER_TARBALL_PATH="$ROOT/$SERVER_TARBALL_FILENAME"

rm -rf $ROOT/vscode-server-*-web.tar.*
(cd $ROOT && mv $LEGACY_SERVER_BUILD_NAME $SERVER_BUILD_NAME && tar --owner=0 --group=0 -czf $SERVER_TARBALL_PATH $SERVER_BUILD_NAME)
displayName: Prepare for publish

- publish: $(Agent.BuildDirectory)/vscode-server-alpine-$(VSCODE_ARCH).tar.gz
artifact: vscode_server_alpine_$(VSCODE_ARCH)_archive-unsigned
yarn gulp vscode-reh-web-$TARGET-min-ci
(cd .. && mv vscode-reh-web-$TARGET vscode-server-$TARGET-web) # TODO@joaomoreno
ARCHIVE_PATH=".build/linux/web/vscode-server-$TARGET-web.tar.gz"
mkdir -p $(dirname $ARCHIVE_PATH)
tar --owner=0 --group=0 -czf $ARCHIVE_PATH -C .. vscode-server-$TARGET-web
echo "##vso[task.setvariable variable=WEB_PATH]$ARCHIVE_PATH"
env:
GITHUB_TOKEN: "$(github-distro-mixin-password)"
displayName: Build server (web)

- script: echo "##vso[task.setvariable variable=ARTIFACT_PREFIX]attempt$(System.JobAttempt)_"
condition: and(succeededOrFailed(), notIn(variables['Agent.JobStatus'], 'Succeeded', 'SucceededWithIssues'))
displayName: Generate artifact prefix

- publish: $(SERVER_PATH)
artifact: $(ARTIFACT_PREFIX)vscode_server_alpine_$(VSCODE_ARCH)_archive-unsigned
displayName: Publish server archive
condition: and(succeeded(), ne(variables['VSCODE_ARCH'], 'x64'))
condition: and(succeededOrFailed(), ne(variables['SERVER_PATH'], ''), ne(variables['VSCODE_ARCH'], 'x64'))

- publish: $(Agent.BuildDirectory)/vscode-server-alpine-$(VSCODE_ARCH)-web.tar.gz
artifact: vscode_web_alpine_$(VSCODE_ARCH)_archive-unsigned
- publish: $(WEB_PATH)
artifact: $(ARTIFACT_PREFIX)vscode_web_alpine_$(VSCODE_ARCH)_archive-unsigned
displayName: Publish web server archive
condition: and(succeeded(), ne(variables['VSCODE_ARCH'], 'x64'))
condition: and(succeededOrFailed(), ne(variables['WEB_PATH'], ''), ne(variables['VSCODE_ARCH'], 'x64'))

# Legacy x64 artifact name
- publish: $(Agent.BuildDirectory)/vscode-server-linux-alpine.tar.gz
artifact: vscode_server_linux_alpine_archive-unsigned
- publish: $(SERVER_PATH)
artifact: $(ARTIFACT_PREFIX)vscode_server_linux_alpine_archive-unsigned
displayName: Publish x64 server archive
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'x64'))
condition: and(succeededOrFailed(), ne(variables['SERVER_PATH'], ''), eq(variables['VSCODE_ARCH'], 'x64'))

- publish: $(Agent.BuildDirectory)/vscode-server-linux-alpine-web.tar.gz
artifact: vscode_web_linux_alpine_archive-unsigned
- publish: $(WEB_PATH)
artifact: $(ARTIFACT_PREFIX)vscode_web_linux_alpine_archive-unsigned
displayName: Publish x64 web server archive
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'x64'))
condition: and(succeededOrFailed(), ne(variables['WEB_PATH'], ''), eq(variables['VSCODE_ARCH'], 'x64'))
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ steps:
INTEGRATION_TEST_ELECTRON_PATH="$APP_ROOT/$APP_NAME/Contents/MacOS/Electron" \
./scripts/test-integration.sh --build --tfs "Integration Tests"
env:
VSCODE_REMOTE_SERVER_PATH: $(agent.builddirectory)/vscode-reh-darwin-$(VSCODE_ARCH)
VSCODE_REMOTE_SERVER_PATH: $(agent.builddirectory)/vscode-server-darwin-$(VSCODE_ARCH)
displayName: Run integration tests (Electron)
timeoutInMinutes: 20

- script: ./scripts/test-web-integration.sh --browser webkit
env:
VSCODE_REMOTE_SERVER_PATH: $(agent.builddirectory)/vscode-reh-web-darwin-$(VSCODE_ARCH)
VSCODE_REMOTE_SERVER_PATH: $(agent.builddirectory)/vscode-server-darwin-$(VSCODE_ARCH)-web
displayName: Run integration tests (Browser, Webkit)
timeoutInMinutes: 20

Expand All @@ -101,7 +101,7 @@ steps:
INTEGRATION_TEST_ELECTRON_PATH="$APP_ROOT/$APP_NAME/Contents/MacOS/Electron" \
./scripts/test-remote-integration.sh
env:
VSCODE_REMOTE_SERVER_PATH: $(agent.builddirectory)/vscode-reh-darwin-$(VSCODE_ARCH)
VSCODE_REMOTE_SERVER_PATH: $(agent.builddirectory)/vscode-server-darwin-$(VSCODE_ARCH)
displayName: Run integration tests (Remote)
timeoutInMinutes: 20

Expand Down Expand Up @@ -133,7 +133,7 @@ steps:

- script: yarn smoketest-no-compile --web --tracing --headless
env:
VSCODE_REMOTE_SERVER_PATH: $(agent.builddirectory)/vscode-reh-web-darwin-$(VSCODE_ARCH)
VSCODE_REMOTE_SERVER_PATH: $(agent.builddirectory)/vscode-server-darwin-$(VSCODE_ARCH)-web
timeoutInMinutes: 20
displayName: Run smoke tests (Browser, Chromium)

Expand All @@ -144,7 +144,7 @@ steps:
APP_NAME="`ls $APP_ROOT | head -n 1`"
yarn smoketest-no-compile --tracing --remote --build "$APP_ROOT/$APP_NAME"
env:
VSCODE_REMOTE_SERVER_PATH: $(agent.builddirectory)/vscode-reh-darwin-$(VSCODE_ARCH)
VSCODE_REMOTE_SERVER_PATH: $(agent.builddirectory)/vscode-server-darwin-$(VSCODE_ARCH)
timeoutInMinutes: 20
displayName: Run smoke tests (Remote)

Expand Down
Loading
Loading