Logan Ramos
8079e0b721
Move webNodePaths to run on compile since we rimraf out
2021-08-10 16:56:23 -04:00
Logan Ramos
6533d46465
Fix case where out/vs doesn't exist
2021-08-10 15:13:27 -04:00
Logan Ramos
82e4bc85cd
Dynamically generate web package paths
2021-08-10 14:44:58 -04:00
Robo
4fee848f2f
fix: CXXABI requirements for older distros ( #129360 )
...
* fix: use clang and libcxx from chromium
* chore: add flags for Link-Time Optimization
libcxx builds from upstream are built with LTO, avoiding these
flags will cause miscompiles
* chore: add lto flags to compilation units
2021-08-06 08:48:45 -07:00
João Moreno
7c1e41b091
introduce git-blame-ignore
2021-07-06 20:30:21 +02:00
João Moreno
6fed85aaf9
pull.rebase merges
2021-06-22 19:55:13 +02:00
Alexandru Dima
76c974bfeb
Have a clear list of directories where yarn should be executed
2020-12-23 11:28:32 +01:00
Alexandru Dima
90f9a7de88
Execute yarn --ignore-engines for extensions
2020-12-18 10:26:13 +01:00
Alexandru Dima
1141224b80
Remove debug console log
2020-12-18 10:26:13 +01:00
João Moreno
fd85ae4f4a
Avoid recompiling remote native node modules ( #112644 )
...
* avoid recompiling remote native node modules
fixes #112320
* fix build
* update cache
* empty
* chore: remove rebuild step
* chore: update salt
* product compile should use same CC CXX
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2020-12-17 02:16:32 -08:00
João Moreno
908503ee89
ignore remote and web when yarn in arm64
2020-07-13 15:23:54 +02:00
João Moreno
6968ef84a0
force rebase when pulling
2020-07-01 20:34:22 +02:00
João Moreno
04be06ff6f
fix skip remote
2020-05-20 15:23:10 +02:00
João Moreno
d424ff23ca
skip remote for win32 arm64
2020-05-20 15:18:21 +02:00
Joao Moreno
56cd2882a1
fix env in postinstall
2020-02-21 16:39:59 +01:00
Benjamin Pasero
4be3cc8846
test - convert web integration to TS
2020-02-07 12:41:12 +01:00
Rachel Macfarlane
06a48362f3
Replace typings file for windows-process-tree with @types module
2019-11-12 16:00:33 -08:00
Rob Lourens
1b5a3ac156
Delete module version check that is now redundant with similar check in hygiene
2019-10-24 09:23:53 -07:00
Joao Moreno
b53811e67e
fix npm postinstall step, remove xterm from version matching
2019-10-24 08:20:25 +02:00
Jason Ginchereau
3d08742789
Add automation to root postinstall script
2019-09-09 09:30:34 -07:00
Johannes Rieken
2b46fe4c30
adopt gulp-tsb 4.0.0, remove postinstall hacks
2019-09-06 17:21:36 +02:00
Matt Bierner
cf446b9233
Build VS Code using TS 3.6
...
Fixes #80079
Updates our build to use TS 3.6. Fixes a few changes to dom apis and adds a monkey patch for the node typings break in 3.6
2019-09-02 21:27:52 -06:00
Rob Lourens
a726cef3c3
Check that modules in both the base package.json and remote/ have the same version installed
2019-08-12 14:51:47 -07:00
Benjamin Pasero
1648e1dcf8
web - add build
2019-07-14 13:12:54 +02:00
Joao Moreno
f15e5a706b
use yarn --frozen-lockfile for builds
2019-06-26 11:17:31 +02:00
Alex Dima
8b08ad7e8a
Add /remote/
2019-05-22 15:59:37 +02:00
Alex Dima
0c203ce857
Respect usage of yarn with --ignore-optional
2019-03-19 16:53:41 +01:00
Segev Finer
ba41bffa99
Print a message before installing dependencies in npm post install
...
Should make it easier to see what it's doing and debugging failures.
2019-01-23 23:40:46 +02:00
Matt Bierner
cf4e17cd4b
Remove windows-process-tree types if they get installed
...
These typings cause duplicate identifier errors on windows tsc builds
2018-11-08 17:49:45 -08:00
Matt Bierner
a3fa7ad178
Adding some typings in npm scripts
2018-10-15 17:39:33 -07:00
Martin Aeschlimann
3d5c51bc30
postinstall: remove hardcoded extension list
2018-03-18 17:29:53 +01:00
Matt Bierner
691da9b3a3
Split markdown extension into markdown and markdown-basics
2018-02-28 20:37:02 -08:00
Joao Moreno
838f4024b3
fixes #43973
2018-02-27 15:41:46 +01:00
Matt Bierner
e23c58b3ab
Split out ts syntax and grammar to ts basics
2018-02-23 13:29:52 -08:00
Matt Bierner
ac5ed16ece
Move package-json extension to npm extesion
...
#44166
2018-02-23 13:29:52 -08:00
Matt Bierner
8e0bdd6040
Split package-json specific logic out of javascript extension
2018-02-22 16:27:20 -08:00
Erich Gamma
5e41d2aafb
enable checkJS
2018-02-01 14:39:12 +01:00
Joao Moreno
ff5561568c
fix nsfw for gulp watch
2017-11-16 10:21:52 +01:00
Joao Moreno
3822d58694
fix postinstall
2017-11-13 22:41:45 +01:00
Joao Moreno
c04085ad84
yarn: initial commit
2017-11-13 22:36:57 +01:00
Joao
819b1b9343
run smoketest npm install as postinstall step
2017-09-01 16:37:33 +02:00
Joao
0e703430be
remove azure-account extension
...
related to #33639
2017-09-01 11:36:43 +02:00
Christof Marti
b445cded34
Include azure-account extension
2017-08-18 15:55:35 -07:00
Joao Moreno
f7aac1ba7e
fixes #29429
2017-06-26 15:15:54 +02:00
Erich Gamma
3568e98ec6
Added npm extension that contributes tasks for npm scripts
2017-05-24 10:47:34 +02:00
Ramya Achutha Rao
8e0f07fd38
Initial commit for builtin emmet extension #21943
2017-05-23 22:41:55 -07:00
Phil Price
a741084589
Add merge-conflict extension to postInstall
2017-05-23 08:31:58 -07:00
Dirk Baeumer
87cfa19524
Fixes #25518 : Cannot associate a problem matcher with an auto detected tasks
2017-05-19 17:38:57 +02:00
Dirk Baeumer
5e4d510a36
Grunt autodetection for terminal task runner
2017-04-14 15:19:32 +02:00
Michel Kaporin
f9ac2455d4
Scoped xml2js module to build folder only.
2017-04-05 12:22:25 +02:00