Commit Graph

193 Commits

Author SHA1 Message Date
nixpkgs-upkeep-bot
8bdc3c1d71 vscode: 1.95.1 -> 1.95.2 2024-11-08 00:32:38 +00:00
nixpkgs-upkeep-bot
713e88c5b4 vscode: 1.95.0 -> 1.95.1 2024-11-01 00:32:39 +00:00
github-actions[bot]
c89d3d9070
Merge master into staging-next 2024-10-31 00:14:46 +00:00
Adriaan van der Bergh
debb301a21
vscode: 1.94.2 → 1.95.0 2024-10-30 11:34:54 +01:00
github-actions[bot]
a45a33309f
Merge staging-next into staging 2024-10-11 06:05:14 +00:00
Ingo Reitz
3e4460083e
vscode: 1.94.1 -> 1.94.2 2024-10-10 20:53:46 +02:00
github-actions[bot]
7bcc9dd470
Merge staging-next into staging 2024-10-09 12:07:41 +00:00
R. Ryantm
0ddbc8c69e vscode: 1.94.0 -> 1.94.1 2024-10-09 09:08:25 +00:00
Philip Taron
9f186c2632
srcOnly: Some improvements (#345198) 2024-10-07 10:20:51 -07:00
Kieran Klukas
47fa66d82b
vscode: 1.93.1 → 1.94.0 (#346478) 2024-10-05 01:13:28 +05:30
Gavin John
fbcfd58125
treewide: specify stdenv in srcOnly calls 2024-09-29 12:51:44 -07:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
18337306f0 vscode: 1.93.0 -> 1.93.1 2024-09-21 05:46:03 +00:00
R. Ryantm
1032424e0e vscode: 1.92.2 -> 1.93.0 2024-09-08 22:37:55 +00:00
Ingo Reitz
8e75f95b3f
vscode: 1.92.1 -> 1.92.2 2024-08-15 20:08:49 +02:00
Ingo Reitz
1a3bbfb6f9
vscode: 1.92.0 -> 1.92.1 2024-08-08 18:48:37 +02:00
Ingo Reitz
9eb2dbb737
vscode: 1.91.1 -> 1.92.0 2024-08-01 23:18:08 +02:00
Ingo Reitz
0a1370d338
vscode: 1.91.0 -> 1.91.1 2024-07-14 04:12:56 +02:00
Michael Hoang
11e6e90088 {warp-terminal,vscode}: add johnrtitor as maintainer 2024-07-09 14:42:46 +10:00
Michael Hoang
eb725313bc treewide: remove Enzime 2024-07-09 14:32:33 +10:00
Ingo Reitz
ccfb60ad4c
vscode: 1.90.2 -> 1.91.0 2024-07-03 20:52:06 +02:00
R. Ryantm
f9d9d5f68e vscode: 1.90.1 -> 1.90.2 2024-06-21 16:57:56 +00:00
R. Ryantm
517d8466ca vscode: 1.90.0 -> 1.90.1 2024-06-14 21:34:10 +08:00
ninelore
956aa34efd
vscode: 1.89.1 -> 1.90.0 2024-06-05 23:33:14 +02:00
nixpkgs-upkeep-bot
d642d30c13 vscode: 1.89.0 -> 1.89.1 2024-05-10 00:22:02 +00:00
ninelore
c320522f1d
vscode: 1.88.1 -> 1.89.0
Signed-off-by: ninelore <9l@9lo.re>
2024-05-03 16:25:06 +02:00
R. Ryantm
518ebacf79 vscode: 1.88.0 -> 1.88.1 2024-04-17 09:04:10 +08:00
nixpkgs-upkeep-bot
226ac329cf vscode: 1.87.2 -> 1.88.0 2024-04-05 00:29:29 +00:00
Julien Malka
d4f44d1cb1
Merge pull request #300705 from JulienMalka/official-wiki 2024-04-01 18:59:20 +02:00
Julien Malka
7d4b7ac4df
treewide: point wiki links to official wiki 2024-04-01 16:26:00 +02:00
nixpkgs-upkeep-bot
36121f3bb0 vscode: 1.87.1 -> 1.87.2 2024-03-14 00:19:28 +00:00
nixpkgs-upkeep-bot
a292756b10 vscode: 1.86.2 -> 1.87.1 2024-03-08 00:25:42 +00:00
nixpkgs-upkeep-bot
ace0a3bddd vscode: 1.86.1 -> 1.86.2 2024-02-16 00:24:26 +00:00
Maxine Aubrey
e38d3d6c37
vscode: drop self from maintainers 2024-02-11 12:00:03 +01:00
nixpkgs-upkeep-bot
34f5ed22b2 vscode: 1.86.0 -> 1.86.1 2024-02-09 00:21:41 +00:00
K900
f4e39eb31a vscode: 1.85.2 -> 1.86.0 2024-02-01 19:13:22 +03:00
nixpkgs-upkeep-bot
d2275807af vscode: 1.85.1 -> 1.85.2 2024-01-20 00:29:25 +00:00
nixpkgs-upkeep-bot
70c8ee0c92 vscode: 1.84.2 -> 1.85.1 2023-12-15 17:00:26 +00:00
nixpkgs-upkeep-bot
2f4b73d310 vscode: 1.84.0 -> 1.84.2 2023-11-10 00:24:54 +00:00
K900
6482fa2ed7 vscode, vscode-server: 1.83.1 -> 1.84.0 2023-11-04 19:46:37 +03:00
nixpkgs-upkeep-bot
ad425c0caf vscode: 1.83.0 -> 1.83.1 2023-10-14 00:23:31 +00:00
nixpkgs-upkeep-bot
bbe1068a50 vscode: 1.82.2 -> 1.83.0 2023-10-06 00:28:03 +00:00
nixpkgs-upkeep-bot
ca423410e0 vscode: 1.82.1 -> 1.82.2 2023-09-19 00:28:29 +00:00
nixpkgs-upkeep-bot
7f00f7c45a vscode: 1.82.0 -> 1.82.1 2023-09-14 00:28:57 +00:00
Bobby Rong
aaed2a972e
Merge pull request #254256 from LudovicoPiero/vscode-bump
vscode: 1.81.1 -> 1.82.0
2023-09-13 23:35:02 +08:00
Maxine Aubrey
9204ded9bd
maintainers: maxeaubrey → amaxine 2023-09-12 17:21:05 +02:00
Ludovico Piero
dd4a28f97b
vscode: 1.81.1 -> 1.82.0 2023-09-10 01:01:18 +10:00
nixpkgs-upkeep-bot
566fa96937 vscode: 1.81.0 -> 1.81.1 2023-08-11 00:24:26 +00:00
Thibault Gagnaux
abed19535a
vscode: use iso date in comment 2023-08-07 18:51:28 -05:00
Thibault Gagnaux
bfdba5995d
vscode: set vscode-insiders package name if is insiders 2023-08-07 18:51:25 -05:00