Commit Graph
435 Commits
Author SHA1 Message Date
RoboandGitHub fc9dcad098 fix: skip server requirements check based on file presence (#203729) 2024-01-29 19:55:17 +01:00
RoboandGitHub 8baf105cbd fix: skip glibc requirements check on nixos (#202982) 2024-01-22 09:51:44 +01:00
Sixia "Leask" HuangandGitHub 216a8e66d3 fix: tweak check-requirements for calling ldconfig (#202645)
* tweak check-requirements for calling ldconfig

* apply patch
2024-01-19 05:05:56 +09:00
RoboandGitHub fe7233fdfb fix: avoid using libc as an executable test (#202680) 2024-01-17 20:26:54 +01:00
RoboandGitHub 7fd2edcf46 fix: ensure requirements check works for libc development versions (#202660) 2024-01-17 12:18:31 +01:00
Kim ReenbergGitHubkhreenberg <unknown>Robo
aed5f4d65d fix: fallback to strings for non-executable libc.so.6 (#202581)
* fix: fallback to strings for non-executable libc.so.6

* chore: use cat over strings

---------

Co-authored-by: khreenberg <unknown>
Co-authored-by: Robo <hop2deep@gmail.com>
2024-01-17 06:29:01 +00:00
RoboandGitHub 1339f075b1 fix: add linux library dependency check for remote server (#202210)
* fix: add linux library dependency check for remote server

* chore: add faq link

* chore: move to separate file for reuse

* chore: add option to skip check

* fix: check

* fix: package path

* fix: don't forget to exit main script
2024-01-15 17:43:42 +09:00
RoboandGitHub fb76955440 chore: update electron@27.2.1 (#202053)
* chore: bump electron@27.2.1

* chore: enable code cache support for custom standard schemes

Refs https://github.com/electron/electron/commit/267cbc841eb97c1c768ea116352f7430968cb05d

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

Removed in favor of https://github.com/electron/electron/commit/f842ead6bc627afdf5b945305abb3e1872b558ef

* chore: update distro
2024-01-09 08:33:34 +01:00
samhanic 70dda3c792 Merge branch 'main' into cli-extension-update 2024-01-07 21:24:26 +01:00
Connor PeetandGitHub 9bbc169b62 cli: a running code tunnel/serve-web subcommands as root (#200207)
Fixes #193932
2023-12-07 03:32:36 +01:00
samhanic c210448601 CLI update extension review fixes 2023-12-06 13:54:02 +01:00
samhanic 74c419b5bd add cli update-extensions prototype 2023-12-03 14:25:40 +01:00
Raymond ZhaoandGitHub 00a6c60eeb feat: add translations for renamed desktop action (#199241) 2023-11-28 00:34:36 +01:00
Jack NolddorandGitHub 3e7b108f16 fix: missing translation for new-empty-windows desktop action (#199129) 2023-11-27 22:08:13 +00:00
Raymond ZhaoandGitHub 4aaab19f69 Add update-desktop-database calls (#194645)
* Add update-desktop-database calls

* Fix symbol
2023-10-05 17:52:25 +09:00
João MorenoandGitHub a19614e8e2 fix build (#186470) 2023-06-28 09:29:16 +02:00
RoboandGitHub 42457bdb9f fix: snap env variables leaking into terminal env (#185834)
* fix: snap env variables leaking into terminal env

* chore: add spec
2023-06-22 21:52:08 +09:00
Martin AeschlimannandGitHub c2a9a86afa Delete --compatibility=1.63 code from the server (#183738) 2023-05-29 15:24:14 -07:00
RoboandGitHub 9c8c21872a chore: disable portals for snap (#180238) 2023-04-18 18:52:06 +02:00
Benjamin PaseroandGitHub 6d5b85427d debt - remove unsupported max_old_space_size option (#180183) 2023-04-17 22:32:23 -07:00
RoboandGitHub e7155a90da fix: glib schema generation for snaps (#179089) 2023-04-04 18:27:03 +09:00
RoboandGitHub b2a1932329 fix: gtk module search paths for snap (#177976) 2023-03-22 08:58:15 +01:00
RoboandGitHub 502ac5b213 ci: switch to core20 for snap (#127320)
* ci: switch to core20 for snap

* chore: update rpath of crashpad handler

* chore: remove unused exports
2023-03-08 18:14:55 -08:00
Raymond ZhaoandGitHub 7eb6452066 Add appdata.xml to rpm template (#172976)
Fixes #141092
2023-02-02 01:54:43 -08:00
SteVen BattenandGitHub f68ccb983b pwa-wco (#164067)
* pwa-wco

* increase titlebar height with WCO as well

* remove unused import

* move to browser and fix compact menu case
2022-10-21 08:04:16 -07:00
357d14621c RPM packaging: Use standard macros (#153247)
* RPM spec: Use standard macros for paths/name

- Once `@@NAME@@` is replaced into the spec file as the `Name:`,
  it can be referenced with the RPM macro `%{name}`
- The installation directories corresponding to `/usr/bin/` and
  `/usr/share/` are defined in the RPM macros `%{_bindir}` and
  `%{_datadir}`

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
Co-authored-by: Robo <hop2deep@gmail.com>
2022-08-03 16:16:33 -07:00
EvpokandGitHub dbae720630 Enable Wayland build for snaps (#156551)
Enable Wayland build
2022-07-30 03:59:55 +02:00
Raymond ZhaoandGitHub 8feb40b928 Generate dependencies per package build for Debian (#147335)
Fixes #13089
2022-07-19 10:43:05 -07:00
9c3b0bb9b4 RPM: Make /usr/bin/code owned by package (#142907)
Create the `/usr/bin/code` symlink during %install
so that the package owns and manages it.
Also, make it relative (for better relocatability).

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
2022-07-06 00:13:06 +00:00
Raymond ZhaoandGitHub b1f1f98370 Add provides exclude for library files (#151043)
Fixes #150934
2022-06-14 11:23:53 -07:00
Martin AeschlimannandGitHub 07655f3a23 use remote cli when in remote terminal (#150372) 2022-05-25 16:21:16 +02:00
João MorenoandGitHub 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
Joyce ErandGitHub 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 MorenoandGitHub dcfe6b3b84 Generate ADMX/ADML policy declaration files from static analysis
Fixes: #148941
2022-05-10 13:17:05 +02:00
Martin Aeschlimann fda5b84d5d commit in route 2022-05-02 16:12:28 +02:00
Martin Aeschlimann 0c598d076b darwin server scripts: apply shellcheck 2022-04-25 14:57:47 +02:00
Joao Moreno 882fdd77b2 include policies in win32 2022-04-20 16:34:41 +02:00
Joao Moreno 154ce41f43 rename 2022-04-20 16:23:33 +02:00
Joao Moreno 8627bd2569 add policy admx/adml files 2022-04-20 16:19:38 +02:00
Martin Aeschlimann 7239b78e14 server cli scripts: node not found 2022-03-31 12:22:04 +02:00
Martin Aeschlimann 465cac2c42 Use reallink for all server cli scripts 2022-03-24 15:56:16 +01:00
Raymond ZhaoandGitHub d572d6e9d1 Generate rpm dependencies (#143415)
* Commit non-py files

* Finish porting calculate and merge scripts for rpm

* Switch back to ts, add binaryDir

* Pass in app path

* Trim string before splitting

* Move files, apply PR feedback

* Add deps to exclude and crashpad handler dep

* polish
2022-03-18 13:57:25 +09:00
Martin Aeschlimann 1d05818236 code -server scrip: apply shellcheck 2022-03-16 14:52:27 +01:00
Martin Aeschlimann 5aee6939e2 darwin server script: do not use python. Fixes microsoft/vscode-remote-release#6442 2022-03-16 10:50:35 +01:00
divinity76andGitHub 84ecd33bbc Fix error log when launching as root on linux (#137125)
Fix error log when launching as root on linux.
2022-02-10 08:55:47 -08:00
Martin Aeschlimann 884273e35b code server scripts: use realpath 2022-02-01 17:38:37 +01:00
RoboandGitHub 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
Martin Aeschlimann d9f91002d4 wsl code: pass SERVERDATAFOLDER 2022-01-24 14:43:43 +01:00
Martin Aeschlimann 3640c1a425 move remote and web tests to scripts folder 2022-01-21 14:33:34 +01:00
Martin Aeschlimann f9cac7c28a adopt --server-data-dir 2022-01-21 12:11:47 +01:00