Commit graph

42 commits

Author SHA1 Message Date
Jithil P Ponnan 01fc3110be
chore: replace deprecated octal escape sequences with hex (#197518) 2023-12-20 16:30:32 +01:00
Robo 6dd6bdfb00
chore: update Electron v25.4.0 (#189904)
* chore: some cleanups from the Electron v25 update

* chore: update Electron@25.4.0

* chore: update issue reference

* chore: bump distro
2023-08-09 11:30:08 +02:00
Connor Peet 85daa35afb
build: don't fail on Node 16 until images are updated (#189886)
See #189855
2023-08-07 23:05:19 -07:00
Connor Peet 6004a9f716
debug: put user data dir in home dir, update versions of things (#189855) 2023-08-07 19:46:38 +01:00
Robo 8147d6bee1
fix: bump node-gyp dependency to v9.4.0 (#189308) 2023-07-31 06:53:30 -07:00
Robo e5f61433b5
chore: update to Electron 22 (#177600)
* Revert "chore: revert to Electron 19 (#175851)"

This reverts commit 3a11b47eee.

* chore: bump electron@22.3.3

* build: use custom version for V8 sandbox

* chore: update electron@22.4.1

* chore: enable forceAllocationsToV8Sandbox for extension host

* chore: bump electron@22.4.2

* chore: bump electron@22.4.3

* sandbox - cleanup from electron 22 update (#178919)

* Revert "chore: revert to Electron 19 (#175851)"

This reverts commit 3a11b47eee.

* chore: bump electron@22.3.3

* build: use custom version for V8 sandbox

* chore: update electron@22.4.1

* chore: enable forceAllocationsToV8Sandbox for extension host

* chore: bump electron@22.4.2

* chore: bump electron@22.4.3

* temp: update distro

* sandbox - cleanup from electron 22 update

* missing comile

* more changes

* fix build

* restore

* 💄

* compile

---------

Co-authored-by: deepak1556 <hop2deep@gmail.com>

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-04-03 09:09:31 +02:00
Robo 3a11b47eee
chore: revert to Electron 19 (#175851)
* Revert "Update to min supported version of node (#175723)"

This reverts commit f749e6be2d.

* Revert "chore: update min node version for development (#175663)"

This reverts commit f2a822fbe9.

* Revert "electron 22 sandbox - enable for OSS (#175659)"

This reverts commit 2551af21f8.

* Revert "chore: update to Electron 22 (#166430)"

This reverts commit 6e85d2b51e.
2023-03-02 02:58:46 -08:00
Robo f2a822fbe9
chore: update min node version for development (#175663) 2023-02-28 17:22:33 +01:00
Michael Rienstra 625fec97f2
Enforce yarn version (#162610)
* Enforce yarn version

Actually require >=1.10.1 and <2

* error when yarn >= 2
2022-10-05 05:22:33 -07:00
Alexandru Dima 345c867437
Reduce nodejs version >= 17 error to a warning in order to allow for smooth bisects in the future (#150969) 2022-06-01 09:18:28 -04:00
ilumer 2bc5ddab6c fix node version check 2022-05-27 23:30:50 +08:00
Matt Bierner 37f3aa632f
Adding jsconfig for npm scripts 2022-02-28 15:06:43 -08:00
Matt Bierner d6d2122c50
Enable type checking in more js build files 2022-02-28 14:41:26 -08:00
Rounak singh d35ee52e1d
This will look for Visual Studio in the Correct directory. (#143479)
* Specified the address of 'Microsoft Visual Studio' depending upon the system architect

* Changed preinstall to look for Visual Studio in the correct directory

* Updated preinstall.js to look for VS in the correct directory
2022-02-28 00:52:56 -08:00
Jonathan Rubenstein 4987535801
Add VS 2022 to supported versions (#142667) 2022-02-09 17:24:56 -08:00
Henning Dieterichs ae84d540ef
Show an error if node version is less than 14.17.4 (#142627) 2022-02-09 07:06:40 -08:00
Dirk Baeumer 6ea4b6961d
Tweaks to preinstall script 2022-02-02 17:10:43 +01:00
Dirk Baeumer 5c70859065
Add some comments to the preinstall script 2022-02-02 16:45:03 +01:00
Dirk Baeumer d5945d36ab
Fetch native headers during preinstall phase. 2022-01-11 12:13:13 +01:00
alex-brs f8ee1a1700
build/npm/preinstall: fix error message for node version 2021-11-09 13:21:53 -08:00
Johannes Herchen 00d94046fe
fix preinstall script (#136638)
detect yarn with .cjs extensions
2021-11-08 09:50:56 +01:00
Raymond Zhao 90087ede3b
Point users more directly to prerequisites #131074 2021-09-07 12:56:12 -07:00
Johannes Rieken 0e9f3aa50a
update nodejs requirement, https://github.com/microsoft/vscode/issues/121144 2021-06-25 16:32:33 +02:00
Benjamin Pasero 2250b7aa3c
:chore: allow to use node.js 16 for developing vscode 2021-04-27 08:32:10 +02:00
Raymond Zhao 74f31a6859
Fix #111299 (#114441)
* Fix #111299

* Apply review comments

* Update build/npm/preinstall.js

Co-authored-by: Robo <hop2deep@gmail.com>

Co-authored-by: Robo <hop2deep@gmail.com>
2021-01-19 10:52:50 -08:00
Johannes Rieken ac9e250cce support node 15 2020-11-27 09:55:08 +01:00
Johannes Rieken a5bda3ee95 support later node for building 2020-11-26 17:11:07 +01:00
Martin Aeschlimann 5712574281 'Please use yarn to install dependencies.' when using yarn. Fixes #93119 2020-03-21 14:12:08 +01:00
Benjamin Pasero 14c3b2e486
Update build to use node.js 12.x (#83967)
* build - update to node.js 12x for building

* fix it

* adopt vscode-gulp-watch
2019-11-05 09:53:15 +01:00
Robo 029e9929ae chore: Update to Electron 6.x (#75802) 2019-09-13 14:53:56 +02:00
Alex Dima 693673bed1 Use node 10.15.1 on build machine 2019-02-07 13:05:45 +01:00
Joao Moreno 6617952c18 prevent old yarn usage 2018-10-01 17:42:00 +02:00
Joao Moreno 77a3b330ae catch node 9 usage 2018-09-30 16:34:53 +02:00
Joao Moreno f33a8b7b9b fixes #38501 2017-11-18 08:30:46 +01:00
Joao Moreno c4cb8bf20d improve preinstall script 2017-11-16 10:21:52 +01:00
Joao Moreno c04085ad84 yarn: initial commit 2017-11-13 22:36:57 +01:00
Joao Moreno f7aac1ba7e fixes #29429 2017-06-26 15:15:54 +02:00
Benjamin Pasero b4327aa772 Use nsfw for gulp watch (#29203) 2017-06-26 08:12:50 +02:00
Benjamin Pasero 5057c95e6b some electron deprecation fixes 2017-05-11 07:54:36 +02:00
Joao Moreno 94eb60a292 fix fsevents compatibility for build tools 2016-09-14 17:00:23 +02:00
Rafael Corrêa Gomes c3cbd5cb3f Simple pattern of all other files 2016-09-09 00:22:12 -03:00
Joao Moreno 4727065eb9 prevent plain npm
#22
2015-11-26 09:57:33 +01:00