Commit graph

23 commits

Author SHA1 Message Date
Robo cfb7370855
fix: inheriting NODE_OPTIONS on macOS with integrated terminal (#204682) 2024-02-09 03:02:19 +09:00
Robo fb76955440
chore: update electron@27.2.1 (#202053)
* chore: bump electron@27.2.1

* chore: enable code cache support for custom standard schemes

Refs 267cbc841e

* chore: remove --ms-enable-electron-run-as-node

Removed in favor of f842ead6bc

* chore: update distro
2024-01-09 08:33:34 +01:00
Martin Aeschlimann 07655f3a23
use remote cli when in remote terminal (#150372) 2022-05-25 16:21:16 +02:00
Robo fc8a61280b
fix: remove python usage in macos cli wrapper (#138582)
Fixes https://github.com/microsoft/vscode/issues/134635
Fixes https://github.com/microsoft/vscode/issues/137954
2022-02-01 07:58:28 -08:00
Alexandru Dima e08e4d3fe1
Move --ms-enable-electron-run-as-node to a later location (#136786)
* Move `--ms-enable-electron-run-as-node` to a later location, which is not fatal in Electron builds that don't know it

* undo bad change
2021-11-09 15:11:12 -08:00
deepak1556 ac29daaf3b
Fixes #136771: update to Electron v13.5.2 and pass --ms-enable-run-as-node together with ELECTRON_RUN_AS_NODE 2021-11-09 19:09:26 +01:00
Miguel Solorio 17731c3fcc Fix #129480 2021-09-13 16:12:22 -07:00
Liangcheng Juves e477163586
Add files via upload 2021-06-12 20:00:43 +08:00
Liangcheng Juves 40c391296f
Try to match shape and shadows 2021-05-30 00:04:31 +08:00
Liangcheng Juves 3f638a27b6 Updated "Code - OSS" icon for macOS Big Sur 2021-05-22 16:58:36 +08:00
Miguel Solorio 3ace1898e7 Update file icons to use file type icon in small views 2018-10-11 11:49:15 -07:00
Miguel Solorio 94f40a180e Update file icons to show logo on small versions (#58986) 2018-09-20 07:40:10 +02:00
Benjamin Pasero a181a96d1c
Provide file icons per file type (#58795)
* first cut icons per file type (for #4845)

* update icon set

* update distro

* tweaks

* update distro
2018-09-17 11:09:47 +02:00
sandilya 84b3ef6b58 Fix #46123 : Remove absolute path for python 2018-08-22 01:49:22 +05:30
peidaqi 100b58a1ed
Making the script work with both Python2 and 3
Added enclosing parenthesis to the print() statement so it works if the sys default python is changed to Python3.
2018-02-10 06:42:52 -08:00
Benjamin Pasero 6fa85223ef Electron Update 1.x (#11157)
* use electron 1.3.4

* ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE

* OSS input

* update electron.d.ts

* workaround for #8708

* bump oniguruma and chokidar with custom fsevents

* build with appveyor config from master

* oops, still use ELECTRON_RUN_AS_NODE

* use electron 1.3.5

* optional fsevents

* add cat.exe to workaround output issues

* use cat for tests

* remove some now obsolete ELECTRON_NO_ATTACH_CONSOLE

* also pipe output to cat for code.sh on windows

* unset ELECTRON_RUN_AS_NODE for appveyor

* fix tfs builds?

* fix build

* fix build?

* use cat only when running tests locally
2016-09-14 07:29:20 +02:00
Benjamin Pasero 0525466708 back to ATOM_SHELL_INTERNAL_RUN_AS_NODE 2016-07-08 16:12:10 +02:00
Benjamin Pasero 5d1affed4b ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE 2016-07-02 08:39:01 +02:00
Joao Moreno 70ab81b95e fixes #3790 2016-03-08 11:13:03 +01:00
Joao Moreno d46c0646f2 move back to ATOM_SHELL_INTERNAL_RUN_AS_NODE 2016-02-15 11:07:22 +01:00
Joao Moreno be4a1ef00c add darwin specific launcher 2016-02-12 16:58:39 +01:00
Benjamin Pasero 94cba4eb31 better icons for OSS distro 2015-11-17 07:37:42 +01:00
Joao Moreno d649726399 fixes #28 2015-11-16 12:07:17 +01:00