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

Release/1.28 - Official dark mode support for macOS Mojave #60790

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3997d29
use hosted build agents for linux builds
joaomoreno Sep 21, 2018
5f642c0
compare fsPaths instead of a fsPath and a path
jrieken Oct 1, 2018
4cb735f
Merge pull request #59727 from Microsoft/use-linux-hosted-build-agents
joaomoreno Oct 1, 2018
9d8bcd4
linux build: limit yarn child concurrency
joaomoreno Oct 1, 2018
83d5a29
Merge pull request #59738 from Microsoft/linux-limit-yarn-child-concu…
joaomoreno Oct 1, 2018
99b5434
Remove built-in toml basic language support (#59775)
mjbvz Oct 1, 2018
ccd11a3
debug: restart shuold also resolve configuration by providers when it…
isidorn Oct 2, 2018
60db21f
Merge pull request #59819 from Microsoft/isidorn/debugRestartResolve
isidorn Oct 2, 2018
2d676e6
Don't force update webview content when retainContextWhenHidden is se…
mjbvz Oct 2, 2018
85d970a
Track experiment id (#59856)
ramya-rao-a Oct 2, 2018
8bd5a47
only have the n second timeout for prelaunch tasks that do not send a…
isidorn Oct 3, 2018
431ef9d
Merge pull request #59889 from Microsoft/isidorn/prelaunchTask
isidorn Oct 3, 2018
b331f6b
debug: send out name with setVariable request
isidorn Oct 10, 2018
86671f0
Fixes #59328
alexdima Oct 8, 2018
7d97112
Fixes #60318
alexdima Oct 10, 2018
83106c5
Apply selection even when the items don't change
Tyriar Oct 6, 2018
3f23ae9
Merge pull request #60545 from Microsoft/tyriar/1.28/59876
Tyriar Oct 10, 2018
3368db6
bump build version
kieferrm Oct 11, 2018
e7da892
Revert "removeFromRecentlyOpened Command Broken. Fixes #58131"
chrmarti Oct 11, 2018
e66c334
Revert to previous check (fixes #60243)
chrmarti Oct 11, 2018
7fe1760
debug: on restart, make sure to first disconnect and only then run th…
isidorn Oct 12, 2018
305ea62
thenable -> tpromise
isidorn Oct 12, 2018
42a5edf
Merge pull request #60787 from Microsoft/isidorn/restartOrder
isidorn Oct 12, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/tfs/linux/product-build-linux.yml
Expand Up @@ -15,7 +15,7 @@ steps:
fi

echo "machine monacotools.visualstudio.com password $(VSO_PAT)" > ~/.netrc
yarn
CHILD_CONCURRENCY=1 yarn
npm run gulp -- hygiene
npm run monaco-compile-check
VSCODE_MIXIN_PASSWORD="$(VSCODE_MIXIN_PASSWORD)" npm run gulp -- mixin
Expand Down
15 changes: 13 additions & 2 deletions build/tfs/product-build.yml
@@ -1,3 +1,10 @@
resources:
containers:
- container: vscode-x64
image: joaomoreno/vscode-linux-build-agent:x64
- container: vscode-ia32
image: joaomoreno/vscode-linux-build-agent:ia32

jobs:
- job: Windows
condition: eq(variables['VSCODE_BUILD_WIN32'], 'true')
Expand All @@ -19,17 +26,21 @@ jobs:

- job: Linux
condition: eq(variables['VSCODE_BUILD_LINUX'], 'true')
pool: linux-x64
pool:
vmImage: 'Ubuntu-16.04'
variables:
VSCODE_ARCH: x64
container: vscode-x64
steps:
- template: linux/product-build-linux.yml

- job: Linux32
condition: eq(variables['VSCODE_BUILD_LINUX_32BIT'], 'true')
pool: linux-ia32
pool:
vmImage: 'Ubuntu-16.04'
variables:
VSCODE_ARCH: ia32
container: vscode-ia32
steps:
- template: linux/product-build-linux.yml

Expand Down
2 changes: 0 additions & 2 deletions extensions/toml/.vscodeignore

This file was deleted.

19 changes: 0 additions & 19 deletions extensions/toml/OSSREADME.json

This file was deleted.

26 changes: 0 additions & 26 deletions extensions/toml/language-configuration.json

This file was deleted.

24 changes: 0 additions & 24 deletions extensions/toml/package.json

This file was deleted.

4 changes: 0 additions & 4 deletions extensions/toml/package.nls.json

This file was deleted.