Commit Graph

1487 Commits

Author SHA1 Message Date
Lampros Pitsillos
d408a6dc80 vscode-extensions.myriad-dreamin.tinymist: 0.11.3 -> 0.11.4 2024-04-16 12:53:01 +03:00
R. Ryantm
a3f79fe0b1 vscodium: 1.88.0.24096 -> 1.88.1.24104 2024-04-16 07:17:15 +08:00
superherointj
5faab26458
Merge pull request #279400 from js6pak/vscode-extensionJson-relativeLocation
vscode-utils: add relativeLocation in toExtensionJson
2024-04-13 14:29:30 -03:00
superherointj
1ff292bfa8
Merge pull request #303313 from msanft/vscode-extensions.supermaven.supermaven/init
vscode-extensions.supermaven.supermaven: init at 0.1.42
2024-04-12 04:18:03 -03:00
Moritz Sanft
12a172cd2a
vscode-extensions.supermaven.supermaven: init at 0.1.42 2024-04-12 08:33:53 +02:00
Mikael Fangel
b64d76aa6c
vscode-extensions.asvetliakov.vscode-neovim: 1.7.1 -> 1.8.1 2024-04-12 00:02:58 +02:00
superherointj
379428c412 vscode-extensions.usernamehw.errorlens: 3.14.0 -> 3.16.0 2024-04-11 15:40:25 -03:00
superherointj
2023f95e62 vscode-extensions.mkhl.direnv: 0.16.0 -> 0.17.0 2024-04-11 15:39:26 -03:00
superherointj
90f000a74d vscode-extensions.jnoortheen.nix-ide: 0.2.2 -> 0.3.1 2024-04-11 15:38:43 -03:00
superherointj
004258bf15
Merge pull request #289721 from FraGag/vscode-extension-sourceroot
vscode-utils: Set the sourceRoot attribute on vscode extensions
2024-04-11 15:34:22 -03:00
Pol Dellaiera
dcb8f305ff
vscode-extensions.coder.coder-remote: 0.1.18 -> 0.1.36 2024-04-11 17:40:53 +02:00
Pol Dellaiera
118bca639e
Merge pull request #302857 from Enter-tainer/mgt/typst-preview-v0.11.4
typst-preview: 0.11.2 -> 0.11.4
2024-04-11 10:36:28 +02:00
Pol Dellaiera
38d5073d56
vscode-extensions.mgt19937.typst-preview: 0.11.1 -> 0.11.4 2024-04-11 09:24:05 +02:00
superherointj
ab631a7f60 vscode-extensions.signageos.signageos-vscode-sops: init 0.9.1
Release: https://github.com/signageos/vscode-sops/releases/tag/v0.9.1
2024-04-10 17:36:31 -03:00
R. Ryantm
d8481306a1 vscodium: 1.87.2.24072 -> 1.88.0.24096 2024-04-10 21:44:11 +08:00
Michael Stone
d0415e5734 vscode-extensions.vadimcn.vscode-lldb: fix on Darwin
Summary:

  vscode-lldb has been broken on Darwin due to a build-time issue:

    * on Darwin, the vscode-lldb build scripts expect $HOME to exist and be
      writable, #202507

  and several runtime-issues:

    * codelldb can't find its dynamic libraries (#160874)

    * lldb-server from nixpkgs doesn't work due to missing the

        "com.apple.security.cs.debugger"

      macOS codesigning entitlement, (#38624), also with the symptom that
      tccd, the macOS "Transparency, Consent, and Control" daemon, denies
      requests it receives from vscode/codium with log messages like:

	  "AUTHREQ_CTX: msgID=..., function=<private>, service=kTCCServiceDeveloperTool, preflight=yes, query=1,"
          "Service kTCCServiceDeveloperTool does not allow prompting; returning denied."
          "AUTHREQ_RESULT: msgID=..., authValue=0, authReason=5, authVersion=1, error=(null),", etc.

    * lldb-server from nixpkgs may also provide a different CLI interface than
      codelldb expects on macOS.

    * vscode-lldb directs lldb to load rust pretty-printing scripts which need
      to be preserved through the build process in nixpkgs

Solution:

  * The build problem can be fixed by setting HOME="$(pwd)/home", as suggested
    in #202507.

  * The dynamic libraries issue can be fixed by setting LD_LIBRARY_PATH while
    wrapping codelldb

  * The permissions issue and CLI interface issue can both be fixed by using
    Xcode's debugserver,

      /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/Resources/debugserver

    on macOS, since it has the required entitlement and the expected interface.

  * Finally, the script-loading issue can be fixed by copying the required
    scripts to the location that vscode-lldb expects to find them in.

Fixes:

  * #148946: Error failed to get reply to handshake packet on x86_64-darwin
    with vscode-extensions.vadimcn.vscode-lldb

  * #160874: codelldb inside of vscode-lldb extension doesn't work

  * #202507: vscode-extensions.vadimcn.vscode-lldb fails to build on aarch64-darwin
2024-04-10 11:08:45 +02:00
Jean-Francois Chevrette
4a6cf08699 vscode-extensions.ms-python: fix update script 2024-04-09 12:57:32 -04:00
Aleksana
485722f5d9
Merge pull request #299442 from tertsdiepraam/vscode-extensions-ayu
vscode-extensions.teabyii.ayu: init at 1.0.5
2024-04-09 19:15:08 +08:00
Pol Dellaiera
f8063b12f4
vscode-extensions.myriad-dreamin.tinymist: 0.11.1 -> 0.11.3 2024-04-07 11:50:21 +02:00
V
3cce2022ec vscode-extensions.ms-vsliveshare.vsliveshare: 1.0.5900 -> 1.0.5918
In addition, this cleans up the package, and enables it on platforms
other than x86_64-linux (which had been supported for a while).

Change-Id: I4e61973222af3eb74b69d6fd08f211815c30b4c6
2024-04-06 01:25:14 +02:00
V
710ddf0ba9 vscode-extensions.*: use hash attribute for SRI hashes
This is a purely syntactical change and should not result in the
recompilation of any packages.

Change-Id: I07adad25402eb0cc84307cab80b74225a11df81d
2024-04-05 23:38:06 +02:00
V
d9d0e40aeb vscode-utils: allow hash to be used in mktplcRef
SRI hashes are the new standard throughout Nixpkgs. Although `sha256`
can be set to an SRI hash, it would be better to start using the generic
attribute everywhere instead.

Change-Id: Ie4fdd1e8bf7082d2d73802253c9aec45f99b1b96
2024-04-05 23:23:44 +02:00
superherointj
dbfeb69196
Merge pull request #301796 from TomaSajt/uiua
uiua: 0.9.5 -> 0.10.0
2024-04-05 11:48:59 -03:00
Max Niederman
3cf2378527
vscode-extensions.julialang.language-julia: init at 1.75.2 (#281264)
* vscode-extensions.julialang.language-julia: init at 1.75.2

* vscode-extensions.julialang.language-julia: improve description

---------

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2024-04-05 10:55:37 -03:00
Bobby Rong
92c4362182
Merge pull request #301684 from samuela/upkeep-bot/vscode-1.88.0-1712276968
vscode: 1.87.2 -> 1.88.0
2024-04-05 20:36:10 +08:00
TomaSajt
658c0ab10f
vscode-extensions.uiua-lang.uiua-vscode: 0.0.39 -> 0.0.42 2024-04-05 12:28:09 +02:00
nixpkgs-upkeep-bot
226ac329cf vscode: 1.87.2 -> 1.88.0 2024-04-05 00:29:29 +00:00
Ryan Horiguchi
6c5c83340b vscode-extensions.zainchen.json: init at 2.0.2 2024-04-04 23:38:26 +02:00
Ryan Horiguchi
79361ff673 vscode-extensions.cameron.vscode-pytest: init at 0.1.1 2024-04-04 23:37:51 +02:00
superherointj
c01da0588e
Merge pull request #300948 from Raroh73/update/vscode-extensions.timonwong.shellcheck
vscode-extensions.timonwong.shellcheck: 0.26.3 -> 0.37.0
2024-04-04 10:58:58 -03:00
Raroh73
07ec8b2b42
vscode-extensions.timonwong.shellcheck: 0.26.3 -> 0.37.0 2024-04-04 14:42:59 +02:00
tim
ed607387c4
vscode-extensions.ms-vscode.test-adapter-converter: init at 0.1.9 (#300670)
* vscode-extensions.ms-vscode.test-adapter-converter: init at 0.1.9

* vscode-extensions.ms-vscode.test-adapter-converter: fix meta.description

---------

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2024-04-04 08:52:17 -03:00
superherointj
707f07ea12
Merge pull request #298390 from ttschnz/master
vscode-extensions.hbenl.vscode-test-explorer: init at 2.21.1
2024-04-03 11:47:03 -03:00
Tim T.
7ab1a0dd45 vscode-extensions.hbenl.vscode-test-explorer: init at 2.21.1 2024-04-03 12:09:49 +02:00
Pol Dellaiera
227de4c35b
vscode-extensions.bmewburn.vscode-intelephense-client: 1.10.2 -> 1.10.4 2024-04-02 08:28:56 +02: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
Pol Dellaiera
25024a5886
Merge pull request #300661 from Raroh73/update/vscode/continue
vscode-extensions.continue.continue: 0.8.12 -> 0.8.22
2024-04-01 16:04:38 +02:00
Raroh73
c5d1dea41f
vscode-extensions.continue.continue: 0.8.12 -> 0.8.22 2024-04-01 13:09:54 +02:00
Benjamin Hajdukiewicz
286f8f239e vscode-extensions.ms-toolsai.datawrangler: init at 0.29.6 2024-03-31 08:06:30 -07:00
Sebastian Gabriel Trzpiot
081607dfcf vscode-extensions.ms-azuretools.vscode-docker: 1.24.0 -> 1.29.0
- https://github.com/microsoft/vscode-docker/releases/tag/v1.29.0
- https://github.com/microsoft/vscode-docker/compare/v1.24.0...v1.29.0
2024-03-31 08:00:34 -07:00
superherointj
8f4a6210b3
Merge pull request #285139 from wackbyte/bump-astro-vscode
vscode-extensions.astro-build.astro-vscode: 2.3.3 -> 2.8.3
2024-03-31 09:32:24 -03:00
superherointj
14c6109d01
Merge pull request #270284 from wackbyte/bump-vscode-svelte
vscode-extensions.svelte.svelte-vscode: 107.12.0 -> 108.3.3
2024-03-31 09:30:52 -03:00
Pol Dellaiera
82a35d3886
Merge pull request #299950 from drupol/vscode-extensions-jbockle-format-files
vscode-extensions.jbockle.jbockle-format-files: init at 3.4.0
2024-03-29 11:42:54 +01:00
Pol Dellaiera
1bcfec8927
vscode-extensions.jbockle.jbockle-format-files: init at 3.4.0 2024-03-29 10:44:08 +01:00
Pol Dellaiera
3bb6d54ec3
vscode-extensions.myriad-dreamin.tinymist: init at 0.11.1 2024-03-29 09:59:08 +01:00
Pol Dellaiera
41df62c66c
vscode-extensions.myriad-dreamin.tinymist: init at 0.11.1 2024-03-29 09:44:23 +01:00
Terts Diepraam
84a7adecfa vscode-extensions.teabyii.ayu: init at 1.0.5 2024-03-26 16:11:57 +01:00
superherointj
23244f866a
Merge pull request #297957 from kouyk/vscode-gruvbox-theme
vscode-extensions.jdinhlife.gruvbox: 1.8.0 -> 1.18.0
2024-03-24 20:46:47 -03:00
Steven Kou
5f640fb004
vscode-extensions.jdinhlife.gruvbox: 1.8.0 -> 1.18.0 2024-03-24 18:23:58 -04:00
superherointj
f57a7b3348
Merge pull request #275798 from Laurent2916/catpuccin-icons
vscode-extensions.catppuccin.catppuccin-vsc-icons: 0.12.0 -> 1.10.0
2024-03-24 15:40:01 -03:00
Laureηt
e92d9adba1
vscode-extensions.catppuccin.catppuccin-vsc-icons: 0.30.0 -> 1.10.0 2024-03-24 16:30:59 +01:00
superherointj
51c3cfc68e
Merge pull request #295101 from GGG-KILLER/init/ms-dotnettools.csdevkit
vscode-extensions.ms-dotnettools.csdevkit: init at 1.4.28
2024-03-24 11:01:47 -03:00
GGG
42592a7c78 vscode-extensions.ms-dotnettools.csdevkit: init at 1.4.28 2024-03-24 09:41:31 -03:00
superherointj
abfef2460a
Merge pull request #285654 from tomodachi94/create/vscode-extensions.JackMacWindows.craftos-pc
vscode-extensions.jackmacwindows.craftos-pc: init at 1.2.2
2024-03-22 19:14:25 +00:00
Tomo
ee181285b1 vscode-extensions.jackmacwindows.craftos-pc: init at 1.2.2 2024-03-22 11:12:44 -07:00
superherointj
23fef6e68e
Merge pull request #297967 from datafoo/vscode-extensions.esbenp.prettier-vscode
vscode-extensions.esbenp.prettier-vscode: 10.3.0 -> 10.4.0
2024-03-22 13:56:50 +00:00
superherointj
bd2542e2c5
Merge pull request #285140 from wackbyte/bump-gitlens
vscode-extensions.eamodio.gitlens: 14.1.1 -> 14.9.0
2024-03-22 09:40:23 +00:00
datafoo
410061966c vscode-extensions.esbenp.prettier-vscode: 10.3.0 -> 10.4.0 2024-03-22 08:08:05 +01:00
wackbyte
4cfb3b5a53
vscode-extensions.eamodio.gitlens: 14.1.1 -> 14.9.0 2024-03-21 21:20:17 -04:00
wackbyte
c5dc5619a2
vscode-extensions.svelte.svelte-vscode: 107.12.0 -> 108.3.3 2024-03-21 21:12:16 -04:00
wackbyte
b3c4658491
vscode-extensions.astro-build.astro-vscode: 2.3.3 -> 2.8.3 2024-03-21 21:01:03 -04:00
Alex Martens
e89c47bbc5 vscode-extensions.mshr-h.veriloghdl: init at 1.13.2 2024-03-21 12:55:44 -07:00
superherointj
9ef9859c80
Merge pull request #277672 from trzpiot/vscode-extensions.foxundermoon.shell-format-7.2.5
vscode-extensions.foxundermoon.shell-format: 7.1.0 -> 7.2.5
2024-03-21 19:17:48 +00:00
superherointj
d19d79915f
Merge pull request #290279 from mrcjkb/codelldb-fix
vscode-extensions.vadimcn.vscode-lldb: Fix python scripts for adapter
2024-03-21 18:25:52 +00:00
superherointj
899c571a71
Merge pull request #293545 from ttschnz/master
vscode-extensions.smcpeak.default-keys-windows: init at 0.0.10
2024-03-21 18:18:50 +00:00
superherointj
8d206144ed
Merge pull request #291676 from johnPertoft/master
ms-vscode-remote.remote-containers: 0.305.0 -> 0.347.0
2024-03-21 18:16:47 +00:00
superherointj
a1dd0c7841
Merge pull request #296998 from benhiemer/vscode-extensions.42crunch.vscode-openapi
vscode-extensions.42crunch.vscode-openapi: init at 4.25.1
2024-03-21 18:10:35 +00:00
superherointj
e00800f578
Merge pull request #297757 from ratsclub/ionide
vscode-extensions.ionide.ionide-fsharp: 7.17.0 -> 7.18.2
2024-03-21 18:08:23 +00:00
Victor Freire
4b92d5fcae vscode-extensions.ionide.ionide-fsharp: 7.17.0 -> 7.18.2 2024-03-21 13:28:51 -03:00
datafoo
703646bc5e vscode-extensions.esbenp.prettier-vscode: 10.1.0 -> 10.3.0 2024-03-21 09:06:14 +01:00
Benedikt Hiemer
6238e675bc vscode-extensions.42crunch.vscode-openapi: init at 4.25.1 2024-03-18 21:12:32 +01:00
Pol Dellaiera
427c0f921a
Merge pull request #296848 from drupol/typst-preview/bump/0-10-10
typst-preview: 0.10.8 -> 0.11.1
2024-03-18 20:06:16 +01:00
Pol Dellaiera
7927f0f89c
vscode-extensions.mgt19937.typst-preview: 0.10.8 -> 0.11.1 2024-03-18 15:30:53 +01:00
Pol Dellaiera
d0d9d40f13
Merge pull request #296879 from TheMaxMur/feature/vscode-extension-13xforever
vscode-extensions.13xforever.language-x86-64-assembly: add alias
2024-03-18 13:00:32 +01:00
TheMaxMur
5cd749fa56
vscode-extensions.13xforever.language-x86-64-assembly: add alias 2024-03-18 13:51:08 +03:00
Pol Dellaiera
629e91dee4
vscode-extensions.github.copilot-chat: 0.14.2024030801 -> 0.13.2024022301 2024-03-17 22:53:19 +01:00
Nick Cao
8f46c5ed33
Merge pull request #296124 from r-ryantm/auto-update/vscode-extensions.chenglou92.rescript-vscode
vscode-extensions.chenglou92.rescript-vscode: 1.48.0 -> 1.50.0
2024-03-16 11:12:15 -07:00
Pol Dellaiera
24025052f8
Merge pull request #296233 from superherointj/vscode-extensions.pythagoratechnologies.gpt-pilot-vs-code
vscode-extensions.pythagoratechnologies.gpt-pilot-vs-code: init 0.1.7
2024-03-15 22:26:09 +01:00
Pol Dellaiera
7f8630a2ca
Merge pull request #296094 from MikaelFangel/update-vscode-neovim
vscode-extensions.asvetliakov.vscode-neovim: 1.5.0 -> 1.7.1
2024-03-15 22:10:09 +01:00
superherointj
c2420864f1 vscode-extensions.pythagoratechnologies.gpt-pilot-vs-code: init 0.1.7 2024-03-15 16:03:21 -03:00
R. Ryantm
1029871ca7 vscode-extensions.chenglou92.rescript-vscode: 1.48.0 -> 1.50.0 2024-03-15 10:36:28 +00:00
Pol Dellaiera
295ee8d482
Merge pull request #296003 from r-ryantm/auto-update/vscodium
vscodium: 1.87.1.24068 -> 1.87.2.24072
2024-03-15 08:40:17 +01:00
Mikael Fangel
8d8cbea28f
vscode-extensions.asvetliakov.vscode-neovim: 1.5.0 -> 1.7.1 2024-03-15 08:32:55 +01:00
R. Ryantm
c027932cfe vscodium: 1.87.1.24068 -> 1.87.2.24072 2024-03-14 22:27:58 +00:00
Sandro
6ad10aa4ed
Merge pull request #295098 from GGG-KILLER/update/ms-dotnettools.csharp-2.22.2
vscode-extensions.ms-dotnettools.csharp: 1.25.4 -> 2.22.3
2024-03-14 20:25:55 +01:00
nixpkgs-upkeep-bot
36121f3bb0 vscode: 1.87.1 -> 1.87.2 2024-03-14 00:19:28 +00:00
Laureηt
5f803574c2
vscode-extensions.github.copilot-chat: hash mismatch 2024-03-13 18:34:39 +01:00
GGG
c2b1adb984 vscode-extensions.ms-dotnettools.csharp: 1.25.4 -> 2.22.3 2024-03-13 11:17:36 -03:00
TheMaxMur
cc223b7de6
vscode-extensions.vscjava.vscode-java-pack: init 0.25.2023121402 2024-03-11 19:28:25 +03:00
TheMaxMur
fe8fbcaf24
vscode-extensions.visualstudioexptteam.vscodeintellicode: init 1.2.30 2024-03-11 19:28:25 +03:00
TheMaxMur
d57dbbe368
vscode-extensions.visualstudioexptteam.intellicode-api-usage-examples: init 0.2.8 2024-03-11 19:28:24 +03:00
TheMaxMur
71fce2227a
vscode-extensions.ms-vscode.cpptools-extension-pack: init 1.3.0 2024-03-11 19:28:16 +03:00
TheMaxMur
f9fc4dd23b
vscode-extensions.stylelint.vscode-stylelint: init 1.3.0 2024-03-11 18:50:14 +03:00
TheMaxMur
ff8886fa0d
vscode-extensions.reloadedextensions.reloaded-cpp: init 0.1.9 2024-03-11 18:50:13 +03:00
TheMaxMur
0d5e9ddae9
vscode-extensions.mathiasfrohlich.kotlin: init 1.7.1 2024-03-11 18:50:13 +03:00
TheMaxMur
00fd0f311b
vscode-extensions.hediet.vscode-drawio: init 1.6.6 2024-03-11 18:50:02 +03:00
TheMaxMur
30eaaf37f4
vscode-extensions.hars.cppsnippets: init 0.0.15 2024-03-11 16:30:32 +03:00
TheMaxMur
b9cdc735ab
vscode-extensions.firsttris.vscode-jest-runner: init 0.4.72 2024-03-11 16:29:01 +03:00
TheMaxMur
a498f64c75
vscode-extensions.equinusocio.vsc-material-theme-icons: init 3.5.0 2024-03-11 16:27:05 +03:00