Commit Graph

288 Commits

Author SHA1 Message Date
Kreyren
d1542854f6
vscode: quote variables (#142735) 2021-10-24 17:45:53 +02:00
nixpkgs-upkeep-bot
214721f8c5 vscodium: 1.61.1 -> 1.61.2 2021-10-20 12:11:50 +00:00
nixpkgs-upkeep-bot
b7428350b9 vscode: 1.61.1 -> 1.61.2 2021-10-20 00:15:31 +00:00
nixpkgs-upkeep-bot
50b636fd0e vscodium: 1.61.0 -> 1.61.1 2021-10-15 12:10:15 +00:00
R. RyanTM
28a6e2c176 vscode: 1.61.0 -> 1.61.1 2021-10-14 21:15:01 +00:00
nixpkgs-upkeep-bot
d02c87a392 vscodium: 1.60.2 -> 1.61.0 2021-10-09 00:13:41 +00:00
nixpkgs-upkeep-bot
ebf42c50c7 vscode: 1.60.2 -> 1.61.0 2021-10-08 12:10:14 +00:00
nixpkgs-upkeep-bot
4da83b53d9 vscodium: 1.60.1 -> 1.60.2 2021-10-02 00:14:23 +00:00
Artturin
f40924a499 vscode: apply postPatch on linux only 2021-09-26 09:45:06 +09:00
nixpkgs-upkeep-bot
a946fb970f vscode: 1.60.1 -> 1.60.2 2021-09-23 00:16:02 +00:00
Sandro
92643c861c
Merge pull request #138161 from happysalada/vscodium_fix 2021-09-16 20:13:52 +02:00
happysalada
65a010bcea vscodium: fix sha256 on linux 2021-09-17 01:06:27 +09:00
Pavel Shirshov
d25215779e vscode: bundled ripgrep fixed 2021-09-16 16:32:14 +01:00
Artturi
5c2f59ce3b
Merge pull request #137912 from pshirshov/wip/vscode-sudo-fix 2021-09-16 17:17:38 +03:00
nixpkgs-upkeep-bot
4828eb7ae4 vscodium: 1.60.0 -> 1.60.1 2021-09-16 15:34:07 +09:00
Pavel Shirshov
ecf4ca4c23 vscode: save as root fixed 2021-09-15 19:17:21 +01:00
nixpkgs-upkeep-bot
268c8d77ca vscode: 1.60.0 -> 1.60.1 2021-09-15 00:12:28 +00:00
nixpkgs-upkeep-bot
b295f5a6d9 vscodium: 1.59.1 -> 1.60.0 2021-09-11 11:22:52 +09:00
Naïm Favier
a75326417d
vscode,vscodium: fix moving files to the trash
Put gio in PATH so that VSCode is able to move files to the trash.
2021-09-03 17:36:36 +02:00
nixpkgs-upkeep-bot
cff78ebaf6 vscode: 1.59.1 -> 1.60.0 2021-09-03 03:01:30 +00:00
Samuel Ainsworth
aab7fa76ee
vscodium: 1.59.0 -> 1.59.1 (#134915) 2021-08-20 13:05:44 +02:00
nixpkgs-upkeep-bot
cc58f8419d vscode: 1.59.0 -> 1.59.1 2021-08-19 23:13:51 +00:00
Bobby Rong
bc8314451c
vscode: fix updateScript 2021-08-19 18:30:37 +08:00
laMudri
b94a55d212 vscode: update example to match #131589 2021-08-14 20:26:44 +01:00
Amanda Cameron
cf427857a5 vscode: Fix vscode-with-extensions with #70486 2021-08-11 15:41:51 +09:00
Sandro
b06e10ad16
Merge pull request #133218 from samuela/upkeep-bot/vscode-1.59.0-1628484876
vscode: 1.58.2 -> 1.59.0
2021-08-09 12:05:40 +02:00
upkeep-bot
03a7b232b0 vscodium: 1.58.2 -> 1.59.0 2021-08-09 15:09:03 +09:00
upkeep-bot
58647d0bbf vscode: 1.58.2 -> 1.59.0 2021-08-09 04:54:36 +00:00
Artturin
8ad08a94d9 vscode: remove default sourceExecutableName
generic.nix sets it to executableName by default if not set
if set, it prevents the correct sourceExecutableName being set for
-insiders
2021-08-05 17:14:03 +03:00
Maxine Aubrey
dbf4e2980d
pkgs: add maxeaubrey to maintainers 2021-07-18 21:23:26 +02:00
upkeep-bot
e10404fa9c vscode: 1.58.0 -> 1.58.2 2021-07-17 09:11:55 +02:00
upkeep-bot
6e5f2d2b01 vscodium: 1.58.1 -> 1.58.2 2021-07-17 11:09:37 +09:00
upkeep-bot
4d581620e2 vscodium: 1.58.0 -> 1.58.1 2021-07-14 10:37:37 +09:00
upkeep-bot
2201e7d8ce vscodium: 1.57.1 -> 1.58.0 2021-07-13 03:42:45 +09:00
Samuel Ainsworth
eb5fb1290b vscode: add aarch64-darwin to update script 2021-07-11 15:46:30 -07:00
Matthew Leach
7f8828230f vscode: Add arm64-darwin support
Download and extract the prebuilt arm64-darwin archive.
2021-07-11 21:51:17 +01:00
upkeep-bot
d47d49711d vscode: 1.57.1 -> 1.58.0 2021-07-10 21:52:13 +00:00
Florian Beeres
92f9f2fe11 vscode: fix source name
This commit fixes various long standing issues with the handling of
executable names in the source archive. Depending on whether you install
code or codium the executables are named differently. This commit let's
us customize the source exe name in the generic VSCode derivation, but
keeps the generated executableName intact.
2021-06-24 13:54:37 +02:00
Sandro
a03134de2a
Merge pull request #127280 from samuela/upkeep-bot/vscode-1.57.1-1623976109
vscode: 1.57.0 -> 1.57.1
2021-06-18 12:05:42 +02:00
upkeep-bot
955df64c44 vscodium: 1.57.0 -> 1.57.1 2021-06-18 10:00:59 +09:00
upkeep-bot
1642cf81b3 vscode: 1.57.0 -> 1.57.1 2021-06-18 00:28:30 +00:00
upkeep-bot
39fd960ee1 vscodium: 1.56.2 -> 1.57.0 2021-06-14 15:10:32 +09:00
upkeep-bot
2c8871a7db vscode: 1.56.2 -> 1.57.0 2021-06-12 13:10:23 +09:00
Patrick Hilhorst
9674711a57
vscod{e,ium}: set passthru.updateScript 2021-05-24 21:46:44 +02:00
Patrick Hilhorst
e04a574cff
vscod{e,ium}: allow nixpkgs-update to run
nixpkgs-update didn't run the updatescript before, causing issues. This has since been fixed.
2021-05-24 21:34:28 +02:00
Thirst Man
3a3543edd4
vscode: fix symlink to executable (#123811)
Co-authored-by: Patrick Hilhorst <git@hilhorst.be>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-23 17:54:50 +02:00
wearemnr
a3fd8cbc1c vscodium: 1.56.1 -> 1.56.2 2021-05-17 12:06:38 -07:00
upkeep-bot
4f4486dbce vscode: 1.56.1 -> 1.56.2 2021-05-14 00:37:21 +00:00
Sandro
03521ca42d
Merge pull request #122710 from samuela/upkeep-bot/vscodium-1.56.1-1620821772
vscodium: 1.56.0 -> 1.56.1
2021-05-12 18:51:47 +02:00
upkeep-bot
9bd967cdfe vscodium: 1.56.0 -> 1.56.1 2021-05-12 12:16:12 +00:00