Commit Graph

1226 Commits

Author SHA1 Message Date
Pol Dellaiera
ffe3aa0963
tinymist: 0.11.20 -> 0.11.22 (#345435) 2024-09-30 09:40:32 +02:00
Gaetan Lepage
3b209662e0 tinymist: 0.11.20 -> 0.11.22
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.20...0.11.22

Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.22/CHANGELOG.md
2024-09-30 08:45:28 +02:00
Pol Dellaiera
19d2ec01a2
vscode-extensions.ms-toolsai.jupyter: 2024.8.1 -> 2024.9.0 (#345018) 2024-09-28 22:36:15 +02:00
Pol Dellaiera
a173ec760e
vscode-extensions.seatonjiang.gitmoji-vscode: 1.2.2 -> 1.2.5 (#344526) 2024-09-28 18:08:25 +02:00
R. Ryantm
59cd80ea9c vscode-extensions.ms-toolsai.jupyter: 2024.8.1 -> 2024.9.0 2024-09-28 04:33:15 +00:00
Pol Dellaiera
c26309da3a
vscode-extensions.sourcery.sourcery: 1.22.0 -> 1.23.0 (#344007) 2024-09-26 22:08:06 +02:00
Pol Dellaiera
daf78b9023
vscode-extensions.catppuccin.catppuccin-vsc-icons: 1.13.0 -> 1.16.0 (#344522) 2024-09-26 22:00:27 +02:00
Ulrik Strid
4743875bc6
vscode-extensions.ocamllabs.ocaml-platform: 1.12.2 -> 1.20.0 (#343317) 2024-09-26 10:26:31 +02:00
Laureηt
2d6e987609
vscode-extensions.seatonjiang.gitmoji-vscode: 1.2.2 -> 1.2.5 2024-09-25 22:45:34 +02:00
Laureηt
35205d005a
vscode-extensions.catppuccin.catppuccin-vsc-icons: 1.13.0 -> 1.16.0 2024-09-25 22:16:26 +02:00
Pol Dellaiera
7c2cae10c4
typos-lsp: 0.1.19 -> 0.1.26 (#344455) 2024-09-25 20:11:18 +02:00
Honnip
e20f20acae
vscode-extensions.tekumara.typos-vscode: 0.1.19 -> 0.1.26 2024-09-26 00:07:51 +09:00
Fabián Heredia Montiel
0ffff5b184
vscode-extensions.fill-labs.dependi: 0.7.9 -> 0.7.10 (#343153) 2024-09-25 09:07:25 -06:00
OTABI Tomoya
9de9e826f7
vscode-extensions.ms-toolsai.jupyter: 2024.8.0 -> 2024.8.1 (#342460) 2024-09-25 12:22:43 +09: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
6b2f2f88ed vscode-extensions.sourcery.sourcery: 1.22.0 -> 1.23.0 2024-09-23 16:58:42 +00:00
Pol Dellaiera
2380209dd8
vscode-extensions.apollographql.vscode-apollo: 2.2.0 -> 2.3.2 (#343913) 2024-09-23 16:29:11 +02:00
datafoo
c52ee7dcd0 vscode-extensions.davidanson.vscode-markdownlint: 0.55.0 -> 0.56.0 2024-09-23 10:13:49 +02:00
datafoo
76d0095d76 vscode-extensions.apollographql.vscode-apollo: 2.2.0 -> 2.3.2 2024-09-23 10:09:07 +02:00
Pol Dellaiera
eaed87267b
vscode-extensions.RoweWilsonFrederiskHolme.wikitext: 3.8.1 -> 3.8.2 (#343508) 2024-09-23 08:50:03 +02:00
Viorel-Cătălin Răpițeanu
8c7e7bed25 vscode-extensions.RoweWilsonFrederiskHolme.wikitext: 3.8.1 -> 3.8.2
Update to the latest version.
2024-09-23 08:48:05 +03:00
R. Ryantm
162631be2b uiua: 0.12.3 -> 0.13.0-dev.1 2024-09-23 01:50:01 +00:00
21CSM
74fc8505cd
vscode-extensions.fill-labs.dependi: 0.7.9 -> 0.7.10
diff: https://github.com/filllabs/dependi/compare/v.0.7.9...v0.7.10
2024-09-20 15:45:13 -04:00
superherointj
5a952cfc5e vscode-extensions.ocamllabs.ocaml-platform: 1.12.2 -> 1.20.0
https://github.com/ocamllabs/vscode-ocaml-platform/releases/tag/1.20.0
2024-09-20 14:57:34 -03:00
R. Ryantm
4dfe60d586 vscode-extensions.ms-toolsai.jupyter: 2024.8.0 -> 2024.8.1 2024-09-17 05:47:23 +00:00
Pol Dellaiera
c9bfbd985c
vscode-extensions.ms-python.python: 2024.15.2024091001 -> 2024.15.2024091301 (#341661) 2024-09-14 06:53:34 +02:00
Pol Dellaiera
64e0dfab58
vscode-extensions.ms-python.python: 2024.15.2024091001 -> 2024.15.2024091301 2024-09-13 22:23:50 +02:00
Nick Cao
8ef7d0aea5
vscode-extensions.apollographql.vscode-apollo: 1.19.11 -> 2.2.0 (#335744) 2024-09-12 19:56:18 -04:00
John Titor
1ba4420c17
vscode-extensions.ms-vscode-cpptools: 1.21.4 -> 1.22.2 2024-09-12 18:55:28 +05:30
Pol Dellaiera
3e86c6762d
vscode-extensions.ms-python.python: 2024.5.11021008 -> 2024.15.2024091001 (#341121) 2024-09-11 15:01:55 +02:00
Nick Cao
e60bf2b55f
vscode-extensions.asvetliakov.vscode-neovim: 1.18.10 -> 1.18.11 (#341105) 2024-09-11 08:35:18 -04:00
R. Ryantm
db267c9be8 vscode-extensions.ms-python.python: 2024.5.11021008 -> 2024.15.2024091001 2024-09-11 00:02:00 +00:00
Weijia Wang
4b03406cad
vscode-extensions.ms-python.vscode-pylance: 2024.8.1 -> 2024.8.2 (#337598) 2024-09-11 01:00:23 +02:00
Mikael Fangel
8f8a301679
vscode-extensions.asvetliakov.vscode-neovim: 1.18.10 -> 1.18.11 2024-09-10 23:46:51 +02:00
Pol Dellaiera
019a0578ed
vscode-extensions.ms-toolsai.jupyter: 2024.7.0 -> 2024.8.0 (#339964) 2024-09-09 21:18:38 +02:00
Nick Cao
b5aa65182c
vscode-extensions.fill-labs.dependi: 0.7.8 -> 0.7.9 (#340422) 2024-09-08 08:43:10 -04:00
21CSM
7f5bcb7d78
vscode-extensions.fill-labs.dependi: 0.7.8 -> 0.7.9
Diff: https://github.com/filllabs/dependi/compare/v0.7.8...v.0.7.9
2024-09-07 22:21:30 -04:00
Peder Bergebakken Sundt
2ce2660181 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.13 -> 0.8.14 2024-09-07 23:20:40 +02:00
Mikael Fangel
4146b447a7
vscode-extensions.asvetliakov.vscode-neovim: 1.18.7 -> 1.18.10 2024-09-06 22:28:38 +02:00
datafoo
c1acd759b0 vscode-extensions.apollographql.vscode-apollo: 1.19.11 -> 2.2.0 2024-09-06 15:03:05 +02:00
R. Ryantm
f2931ab6e0 vscode-extensions.ms-toolsai.jupyter: 2024.7.0 -> 2024.8.0 2024-09-06 03:05:52 +00:00
R. Ryantm
f548d04cca vscode-extensions.mongodb.mongodb-vscode: 1.8.0 -> 1.8.1 2024-09-04 23:14:56 +00:00
Pol Dellaiera
0bf3a8e988
vscode-extensions.ms-toolsai.datawrangler: 0.29.6 -> 1.7.2 (#338796) 2024-09-03 19:20:28 +02:00
Benjamin Hajdukiewicz
677e5fc90b vscode-extensions.ms-toolsai.datawrangler: 0.29.6 -> 1.7.2 2024-09-03 06:47:56 -06:00
21CSM
2e24cf94e1
vscode-extensions.fill-labs.dependi: 0.7.7 -> 0.7.8
Diff: https://github.com/filllabs/dependi/compare/v0.7.7...v0.7.8
2024-09-02 23:58:03 -04:00
Tristan F.
e598cd2765 vscode-extensions.jgclark.vscode-todo-highlight: init at 2.0.8 2024-08-31 20:32:23 -07:00
Patka
9dcb39baa8
vscode-extensions.bmewburn.vscode-intelephense-client: 1.10.1 -> 1.12.5 2024-08-31 18:00:23 +02:00
R. Ryantm
33fa4d2642 vscode-extensions.contextmapper.context-mapper-vscode-extension: 6.11.0 -> 6.12.0 2024-08-30 14:56:56 +00:00
R. Ryantm
99e3c5a1d6 vscode-extensions.mongodb.mongodb-vscode: 1.7.0 -> 1.8.0 2024-08-29 16:18:39 +00:00
R. Ryantm
b010652637 uiua: 0.12.2 -> 0.12.3 2024-08-28 04:02:55 +00:00