Commit Graph

4000 Commits

Author SHA1 Message Date
Benjamin Pasero
16d0a319b2 watcher - remove vscode-nsfw legacy watcher 2021-12-06 10:50:15 +01:00
Logan Ramos
f0654a2f62 Fix #138361 2021-12-03 10:00:47 -05:00
João Moreno
eafeb7d3da build: 👷 give names to the api proposal tasks
cc @jrieken
2021-11-29 13:47:51 +01:00
Benjamin Pasero
7aaa0aefd9 smoke - always print tasks 2021-11-29 13:40:27 +01:00
Benjamin Pasero
687521092d smoke - print running tasks after smoke test run 2021-11-29 10:12:42 +01:00
deepak1556
d18d093403 ci: remove xcode switch step
Refs 480888c7ce
2021-11-26 15:19:42 +09:00
deepak1556
480888c7ce ci: unset SDKROOT
macOS 11 is the default agent that has the correct headers
by default to build for arm target. The hack was needed when
the agent was still Catalina and the arm headers were not
available by default.
2021-11-26 13:19:47 +09:00
Dirk Baeumer
e346d0f1f9 Add script to prefetch headers for native module compile 2021-11-24 21:45:05 +01:00
Ladislau Szomoru
bfad20be9d Extract remote source provider registry into the vscode.git-base extension (#137656) 2021-11-24 20:48:44 +01:00
Benjamin Pasero
754190f326 Run unit tests against node.js too (#137790)
* tests - run unit tests also against node.js

* fixes

* fail if major node.js version mismatch

* -tfs is unsupported

* Add `@ts-check` and remove `jsdom`

* tests - process.env layer breaker

* Improve loader config

* skip one test

* address todos

* try to force color output

* Use a file: URI as baseUrl

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2021-11-24 13:45:17 +01:00
Jean Pierre
556ce85c82 Fixes #137568 (#137570) 2021-11-24 04:42:44 -08:00
João Moreno
db93152cba ci: ⬆️ bump cache salt 2021-11-24 13:05:21 +01:00
João Moreno
37f68b4803 Revert "builds: disable caching"
This reverts commit 2ec3bfc440.
2021-11-24 13:04:43 +01:00
Benjamin Pasero
23d5cb019d 💄 CI names 2021-11-23 15:50:13 +01:00
Alex Dima
955fc38aed bump version 2021-11-22 23:31:38 +01:00
Benjamin Pasero
aa21039c3c 🆙 iconv-lite 2021-11-22 11:51:08 +01:00
João Moreno
6f2ad1994c More RBAC usage (#137579)
* ci: 👷 remove secret references

* inline web storage account

* remove unused reference

* inline storage accounts

* formatting

* formatting

* drop ticino-storage-key, web-storage-key

* remove leftovers

* fix build

* fix build

* catch errors on all upload* scripts

* bump gulp-azure-storage
2021-11-20 09:01:39 -08:00
João Moreno
a71275a72f increase smoke test limits 2021-11-19 16:55:07 +01:00
João Moreno
e53aa2a0dc fix snap 2021-11-19 16:53:55 +01:00
João Moreno
2ec3bfc440 builds: disable caching 2021-11-19 15:07:35 +01:00
Benjamin Pasero
4970694100 Use dist from jschardet and not sources
* use dist from `jschardet`

* fix it
2021-11-19 14:14:54 +01:00
João Moreno
f5be473ddf fix snap build 2021-11-19 13:43:38 +01:00
João Moreno
780cf1c4e4 fix snap build 2021-11-19 10:45:19 +01:00
Alex Dima
39155b5711 Update .cachesalt in an attempt to help the build proceed 2021-11-19 09:24:37 +01:00
deepak1556
d495934fe4 fix: loading unsigned native modules from Ext host
Fixes https://github.com/microsoft/vscode/issues/137312
2021-11-19 15:06:35 +09:00
João Moreno
6ac63ccffb Use RBAC for builds (#137473)
* build: 👷 adopt latest azure storage account

* build: 💄

* missing compilation

* iterate faster

* try using AzureCliCredential

* fix indentation

* arg

* fix build

* use MSI for storage

* fix dependency

* argh

* debug

* fix!

* bring back

* argh

* use RBAC for cosmos

* empty
2021-11-18 12:37:23 -08:00
João Moreno
acfb946ec1 ci: 👷 no need for yarninstaller task 2021-11-18 15:57:11 +01:00
Matt Bierner
4415c0f105 Update ts@next for building VS Code 2021-11-15 18:16:01 -08:00
Johannes Rieken
7ac327281a make sure proposal name generation is sorted, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:56 +01:00
Alexandru Dima
37794dfd2c Merge pull request #135774 from microsoft/alex/main-process-extension-host
Create extension host processes from a node worker in the main process
2021-11-11 17:51:25 +01:00
Johannes Rieken
788d959222 simplify extensionsApiProposals, https://github.com/microsoft/vscode/issues/131165 2021-11-11 17:17:21 +01:00
Alex Dima
18777d92ea Merge remote-tracking branch 'origin/main' into alex/main-process-extension-host 2021-11-11 15:09:20 +01:00
Johannes Rieken
b48a7f385e tweak generation of propsal file a little bit 2021-11-11 12:55:28 +01:00
Johannes Rieken
f161c7edf0 Merge branch 'main' into joh/vscode-dts 2021-11-10 20:01:07 +01:00
Johannes Rieken
654829a325 Merge pull request #136794 from alex-brs/npm-fix-msg
build/npm/preinstall: fix error message for node version
2021-11-10 18:44:00 +01:00
Johannes Rieken
0613f0caf2 generate apiProposalNames as ReadonlySet 2021-11-10 15:20:44 +01:00
Johannes Rieken
fe6b867b00 declare proposed API properties for package.json and link them with actual proposal names 2021-11-10 12:34:07 +01:00
Johannes Rieken
da967b591e add generated file api proposal names, add compile script that generates this file 2021-11-10 11:54:24 +01:00
Johannes Rieken
d90dd1355b Merge branch 'main' into joh/vscode-dts 2021-11-10 08:40:26 +01:00
Benjamin Pasero
bef4dba21f Parcel update and CI improvements (#136830)
* 🆙 product

* 🆙 parcel/watcher

* 🆙 parcel/watcher

* tests - separate remote logs from others

* store server logs too

* more tweaks

* fix name

* error when 10s passed
2021-11-10 08:13:56 +01:00
Matt Bierner
c20b2c9589 Add unique names to most proposal regions
Also updates eslint rule to enforce regions with unique names
2021-11-09 17:56:11 -08:00
Alex Dima
54f23ce14f Merge remote-tracking branch 'origin/main' into alex/main-process-extension-host 2021-11-10 00:37:57 +01:00
Alex Dima
c30ffc4a7e Fix problem with duplicated entry points 2021-11-09 23:41:02 +01:00
alex-brs
f8ee1a1700 build/npm/preinstall: fix error message for node version 2021-11-09 13:21:53 -08:00
Alex Dima
7bd792a094 monaco-editor-core@0.30.0 2021-11-09 18:20:34 +01:00
Johannes Rieken
9254a8cd27 move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165 2021-11-09 15:00:03 +01:00
Benjamin Pasero
ca19d14277 Merge branch 'main' into alex/main-process-extension-host 2021-11-09 07:59:44 +01:00
Matt Bierner
e5bb28a325 Pick up TS@next for building vscode 2021-11-08 14:34:21 -08:00
Johannes Herchen
00d94046fe fix preinstall script (#136638)
detect yarn with .cjs extensions
2021-11-08 09:50:56 +01:00
Tyler James Leonhardt
74f5177f75 update slack channel 2021-11-04 13:14:01 -07:00