Commit Graph

202 Commits

Author SHA1 Message Date
Jean-Francois Labonte
46e5ba7358
vscode: 1.97.1 -> 1.97.2 2025-02-13 21:23:44 -05:00
Jean-Francois Labonte
6efa079155
vscode: Add jefflabonte to maintainers 2025-02-12 12:36:58 -05:00
Jean-Francois Labonte
ff0595332e
vscode: 1.97.0 -> 1.97.1 2025-02-12 11:55:03 -05:00
Jeff Labonte
6431bc1445
vscode:1.96.4 -->1.97.0 (#379962) 2025-02-08 00:17:52 +05:30
R. Ryantm
bfc84011e5 vscode: 1.96.2 -> 1.96.4 2025-01-26 19:53:31 +00:00
aucub
6d7746e3f0 vscode: 1.96.0 -> 1.96.2 2024-12-28 18:52:51 +00:00
DontEatOreo
c380c12b61
vscode: 1.95.3 -> 1.96.0
Changelog: https://github.com/microsoft/vscode/releases/tag/1.96.0
Diff: https://github.com/microsoft/vscode/compare/1.95.3...1.96.0
2024-12-12 18:26:56 +00:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Josh Spicer
f7e1e7c724 vscode 1.95.3 2024-11-23 09:25:14 -08:00
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