Commit Graph

4319 Commits

Author SHA1 Message Date
Tyler James Leonhardt f363be172c Rename LocalizationsService to LanguagePackService and misc moves (#150314)
* rename LocalizationsService to LanguagePackService and misc moves

* couple more renames

* one more rename
2022-05-24 15:05:17 -07:00
Song Xie 397fa12a6c [easy] Fix a typo for "synchronizing" in log string (#150236)
* [easy] Fix a typo for "synchronizing" in log string

* Include artifacts from yarn build compile
2022-05-24 10:33:48 -07:00
Sandeep Somavarapu 078c77cf49 Merge branch 'main' into sandy081/policy 2022-05-20 10:15:27 +02:00
Alexandru Dima fc9732a683 Spawn the extension host directly from the main process because fork() is now fast again (#150002) 2022-05-20 08:10:39 +00:00
Rob Lourens 55abdaee3e Render outputs a viewport above as well as below (#149879)
* Also render outputs/markdowns a viewport above the current viewport, as well as below
Towards #148164

* Update docs and add background color to svg
2022-05-19 22:12:43 +00:00
Robo 60e199cda4 chore: bump electron@17.4.4 (#149896) 2022-05-18 22:34:26 -07:00
Joao Moreno ffb7b00100 Merge commit 'ae2202631366eea0aaed6f881f87c2b44ae1b647' into sandy081/policy 2022-05-18 20:12:22 +02:00
Joao Moreno e2029b6cbe cleanup vscode-policy-watcher 2022-05-18 11:15:18 +02:00
Ladislau Szomoru d1f882f635 Engineering - Exploration to run tests in parallel (#149698) 2022-05-18 10:37:44 +02:00
Ladislau Szomoru f2380f2c90 Engineering - Run PR pipeline for the main branch (#149700)
* Add trigger for the main branch

* Add trigger for release branches
2022-05-17 12:49:52 +02:00
Ladislau Szomoru 83213f7bac Switch agent pools (#149691) 2022-05-17 10:42:31 +02:00
Ladislau Szomoru 98d9782b8b Only run arm64 server job if arm64 client job will be run (#149439) 2022-05-13 03:00:15 -07:00
João Moreno 5854ef865c Generate policies again (#149322)
* Generate ADMX/ADML policy declaration files from static analysis

Fixes: #148941

* fix build

* move to optional dependencies
2022-05-12 09:16:03 +02:00
Ladislau Szomoru 49bdd857c4 Remove PR trigger (#149265) 2022-05-11 17:26:15 +02:00
Ladislau Szomoru 2a9f19d36f Engineering - create pull request pipeline (#149171) 2022-05-11 03:08:54 -07:00
Rob Lourens 54c16e445f Increase settings upload timeout. Fix #149089 (#149203) 2022-05-10 17:52:45 -07:00
Joyce Er ba8ced85c5 Revert "Generate ADMX/ADML policy declaration files from static analysis" (#149194)
This reverts commit dcfe6b3b84.
2022-05-10 16:30:34 -07:00
João Moreno dcfe6b3b84 Generate ADMX/ADML policy declaration files from static analysis
Fixes: #148941
2022-05-10 13:17:05 +02:00
Robo 42b1f560e3 ci: fix 403 when downloading ripgrep prebuilt (#149081) 2022-05-09 05:04:29 -07:00
Robo 3d7135a49f ci: fix 32-bit builds of native modules (#149062)
* ci: fix 32-bit builds of native modules

* chore: bump distro
2022-05-09 10:00:18 +00:00
Daniel Imms 6aaa63d4be Merge pull request #148918 from microsoft/tyriar/146700_2
Fix, re-enable or disable skipped terminal smoke tests
2022-05-06 12:14:15 -07:00
Daniel Imms a5f0a29527 Fix, re-enable or disable skipped terminal smoke tests
Fixes #146700
2022-05-06 08:11:50 -07:00
Johannes Rieken 643c64e7b9 Merge branch 'main' into joh/primitiveContext 2022-05-05 16:26:07 +02:00
Johannes c13d581bce move gulp-tsb into the build/lib remove as dependency 2022-05-05 11:35:33 +02:00
SteVen Batten 64d6fadbdc Revert "Trigger product build on PRs to release branches"
This reverts commit 9e41d534b4.
2022-05-04 14:14:33 -07:00
Megan Rogge daca8e3191 support setting custom $ZDOTDIR in ~/.zshenv when shell integration is enabled (#148635) 2022-05-04 09:31:54 -07:00
Johannes Rieken 2082aa4ea8 Merge branch 'main' into joh/primitiveContext 2022-05-04 16:19:45 +02:00
Alex Dima 9e41d534b4 Trigger product build on PRs to release branches 2022-05-04 13:49:59 +02:00
Alexandru Dima 31a3bac297 Merge pull request #148693 from microsoft/alex/reduce-automatic-azure-pipelines
Avoid that Azure Pipelines trigger automatically for all topic branches
2022-05-04 11:42:31 +02:00
Alex Dima 909b5ca2ea Avoid that Azure Pipelines trigger automatically for all topic branches 2022-05-04 11:40:30 +02:00
Johannes Rieken 41804a8daa Merge branch 'main' into joh/primitiveContext 2022-05-04 08:48:39 +02:00
Johannes d3e6eb992b move references-viewlet into extensions/-folder 2022-05-03 16:46:13 +02:00
Benjamin Pasero c6bd448948 debt - bring @types/mocha up to date with version 9.x 2022-05-02 08:30:27 +02:00
Megan Rogge ec3f8b9b0e include other zsh scripts in server resources (#148367)
Co-authored-by: Connor Peet <connor@peet.io>
2022-04-28 14:01:57 -07:00
João Moreno 3f557f2d39 Remove unnecessary build step (#148081)
* remove unnecessary build step

* ok
2022-04-26 00:50:20 -07:00
Sandeep Somavarapu a6d76c2abb show progress while applying profile 2022-04-23 18:07:35 +05:30
Sandeep Somavarapu d080b3aad7 Merge branch 'main' into issue/146729 2022-04-22 23:53:36 +05:30
Sandeep Somavarapu 5b242ed4ff Implement export/import profiles
- Introduce workbench profile service
- Implement settings, global state, extension profiles
- Implement import/export profile actions
2022-04-22 23:51:05 +05:30
Johannes b9cbee9fac only allow primitive values in context keys 2022-04-22 16:20:43 +02:00
Benjamin Pasero eedf60ead0 ci - only publish log files when there was a failure 2022-04-22 09:21:21 +02:00
deepak1556 87191b089d ci: fix downloading linux server dependencies 2022-04-21 01:59:16 +09:00
Joao Moreno 882fdd77b2 include policies in win32 2022-04-20 16:34:41 +02:00
Joao Moreno 8627bd2569 add policy admx/adml files 2022-04-20 16:19:38 +02:00
Raymond Zhao 56fcb7c7c8 Polish RPM dependencies generator (#147336)
* Print dependencies

* Add reference deps for rpm package

* Add flag to control new deps behaviour

* Add dependencies by arch

* Link arch properly
2022-04-19 08:33:07 -07:00
Henning Dieterichs 856e0ae9cb Include opus files for web build 2022-04-19 14:48:46 +02:00
deepak1556 cf63e1839c ci: fix 403 when downloading ripgrep prebuilt 2022-04-19 20:19:47 +09:00
Benjamin Pasero 9ce2a653c8 macOS: declare folder support (#147686)
* wip

* add utis
2022-04-19 12:56:55 +02:00
Robo d38141a519 ci: build arm64 server with centos7-devtoolset8 (#147676) 2022-04-19 03:34:10 -07:00
Matt Bierner cc74238173 Update to build VS Code using latest TS nightly (#146933)
* Fixing line height if drop into prompt wraps

* Use keybinding style for `shift` in overlay

* Update to build VS Code using latest TS nightly

* Fix compile error

* Bump TS

* Add constraint
2022-04-14 13:58:26 -07:00
Joao Moreno c1eefb0170 add macOSTest job
Co-Authored-By: @TylerLeonhardt
2022-04-14 09:09:07 +02:00