Commit Graph

477 Commits

Author SHA1 Message Date
Mario Rodas
a468fac1c1
Merge pull request #167790 from samuela/upkeep-bot/vscode-1.66.1-1649376803
vscode: 1.66.0 -> 1.66.1
2022-04-08 20:40:13 -05:00
R. Ryantm
f79ae01933 vscodium: 1.66.0 -> 1.66.1 2022-04-08 07:37:48 +00:00
nixpkgs-upkeep-bot
af9cad4c94 vscode: 1.66.0 -> 1.66.1 2022-04-08 00:13:23 +00:00
Robert Hensing
a292213c44
Merge pull request #166792 from hercules-ci/pkgs-config-allowAliases-option
config.allowAliases: Define as option
2022-04-04 21:09:44 +02:00
Ryan Horiguchi
7bb2feb4fc
vscode-extensions.adpyke.codesnap: init 1.3.4 2022-04-03 15:03:49 +02:00
7c6f434c
8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
Manuel Bärenz
d625c265e3
Merge pull request #166565 from samuela/upkeep-bot/vscodium-1.66.0-1648728823
vscodium: 1.65.2 -> 1.66.0
2022-04-01 15:20:25 +02:00
Robert Hensing
200175a701 config.allowAliases: Define as option
This simplifies usages and makes the default value consistent.

In a few cases, the default value was interpreted to be `false`,
but this is useless, because virtually nobody will explicitly
set `allowAliases = true;`.
2022-04-01 11:33:10 +02:00
nixpkgs-upkeep-bot
cc6775822f vscodium: 1.65.2 -> 1.66.0 2022-03-31 12:13:44 +00:00
nixpkgs-upkeep-bot
78a6f5079e vscode: 1.65.2 -> 1.66.0 2022-03-31 00:09:46 +00:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Sandro
615a0a3593
Merge pull request #164165 from ilya-fedin/vscode-clear-closure 2022-03-28 13:23:55 +02:00
Austin Butler
85c14e9c0f vscode-extensions.matklad.rust-analyzer: 0.2.834 -> 0.2.975 2022-03-21 15:32:53 -04:00
Sandro
6cc306ec23
Merge pull request #163050 from WolfangAukang/cloudformation-linter 2022-03-18 00:01:26 +01:00
Bobby Rong
ba54abc9be
Merge pull request #164329 from wamserma/vscode-marp
vscode-extensions.marp-team.marp-vscode: init at 1.5.0
2022-03-16 16:09:44 +08:00
Markus S. Wamser
6ec0c7c73d vscode-extensions.marp-team.marp-vscode: init at 1.5.0 2022-03-15 23:48:58 +01:00
Markus S. Wamser
0d63a942b7 vscode-extensions.richie5um2.snake-trail: init at 0.6.0 2022-03-15 23:07:55 +01:00
Ilya Fedin
188743537d vscode: don't dump all the commands to a file
This is necessary due to cp -r ./* commands that copy this debug file
2022-03-15 19:39:26 +04:00
Ilya Fedin
8213bd8199 vscode: gtk2 is not a dependency 2022-03-15 00:23:25 +04:00
Ryan Horiguchi
f2bdaba3fd vscode-extensions.pkief.material-icon-theme: 4.12.1 -> 4.14.1 2022-03-14 08:22:11 -07:00
Ryan Horiguchi
631534d97d vscode-extensions.redhat.vscode-yaml: 1.3.0 -> 1.5.1 2022-03-14 08:22:11 -07:00
Ryan Horiguchi
58d61dab7b vscode-extensions.redhat.java: 1.3.0 -> 1.4.0 2022-03-14 08:22:11 -07:00
Ryan Horiguchi
4f2a47bc5e vscode-extensions.ms-azuretools.vscode-docker: 1.19.0 -> 1.20.0 2022-03-14 08:22:11 -07:00
Ryan Horiguchi
2bf666caaf vscode-extensions.jock.svg: 1.4.15 -> 1.4.17 2022-03-14 08:22:11 -07:00
Ryan Horiguchi
809af29d7b vscode-extensions.formulahendry.auto-rename-tag: 0.1.9 -> 0.1.10 2022-03-14 08:22:11 -07:00
Ryan Horiguchi
28a9b17413 vscode-extensions.formulahendry.auto-close-tag: 0.5.13 -> 0.5.14 2022-03-14 08:22:11 -07:00
Ryan Horiguchi
2730e56ed8 vscode-extensions.esbenp.prettier-vscode: 9.2.0 -> 9.3.0 2022-03-14 08:22:11 -07:00
Ryan Horiguchi
f48caecaf3 vscode-extensions.eamodio.gitlens: 12.0.1 -> 12.0.3 2022-03-14 08:22:11 -07:00
Bobby Rong
a43b43afe0
Merge pull request #163636 from samuela/upkeep-bot/vscode-1.65.2-1646957576
vscode: 1.65.1 -> 1.65.2
2022-03-13 14:12:56 +08:00
nixpkgs-upkeep-bot
f03b1a937e vscodium: 1.65.1 -> 1.65.2 2022-03-11 12:10:34 +00:00
nixpkgs-upkeep-bot
2a6d639705 vscode: 1.65.1 -> 1.65.2 2022-03-11 00:12:56 +00:00
Bobby Rong
085e8934e4
Merge pull request #163397 from samuela/upkeep-bot/vscode-1.65.1-1646785501
vscode: 1.65.0 -> 1.65.1
2022-03-10 17:10:00 +08:00
nixpkgs-upkeep-bot
73d797b751 vscodium: 1.65.0 -> 1.65.1 2022-03-09 12:11:00 +00:00
nixpkgs-upkeep-bot
6befb128a0 vscode: 1.65.0 -> 1.65.1 2022-03-09 00:25:02 +00:00
Kevin Amado
a782fa14c8 vscode-extensions.daohong-emilio.yash: init at 0.2.8 2022-03-08 09:10:27 -08:00
Bobby Rong
25b801cf26
Merge pull request #161294 from maximsmol/maximsmol/just
vscode-extensions.skellock.just: init at 2.0.0
2022-03-08 12:00:53 +08:00
maximsmol
83689de77b
vscode-extensions.skellock.just: init at 2.0.0 2022-03-08 10:31:14 +08:00
P. R. d. O
5e2074dddb
vscode-extensions.kddejong.vscode-cfn-lint: init at 0.21.0 2022-03-06 13:14:53 -06:00
P. R. d. O
238c01ad21
vscode-extensions.viktorqvarfordt.vscode-pitch-black-theme: 1.2.4 -> 1.3.0 2022-03-06 12:02:26 -06:00
Bobby Rong
6ec0a205db
Merge pull request #162905 from newAM/vsce-latex-workshop
vscode-extensions.james-yu.latex-workshop: 8.2.0 -> 8.23.0
2022-03-06 10:22:49 +08:00
Bobby Rong
9d5fe96e06
Merge pull request #162906 from newAM/vsce-gitlens
vscode-extensions.eamodio.gitlens: 11.7.0 -> 12.0.1
2022-03-06 10:19:25 +08:00
Alex Martens
386d5b3ee8 vscode-extensions.github.vscode-pull-request-github: 0.35.2022010609 -> 0.37.2022030309 2022-03-05 07:47:08 -08:00
Alex Martens
84eccc0448 vscode-extensions.eamodio.gitlens: 11.7.0 -> 12.0.1 2022-03-05 07:41:31 -08:00
Alex Martens
c914eeeaa7 vscode-extensions.james-yu.latex-workshop: 8.2.0 -> 8.23.0 2022-03-05 07:27:04 -08:00
Manuel Bärenz
947b2f9f54
Merge pull request #162760 from samuela/upkeep-bot/vscodium-1.65.0-1646395869
vscodium: 1.64.2 -> 1.65.0
2022-03-04 15:25:42 +01:00
nixpkgs-upkeep-bot
ba21f946e3 vscodium: 1.64.2 -> 1.65.0 2022-03-04 12:11:10 +00:00
nixpkgs-upkeep-bot
d9a87bf933 vscode: 1.64.2 -> 1.65.0 2022-03-04 12:10:05 +00:00
datafoo
f991837d2a vscode-extensions.streetsidesoftware.code-spell-checker: 2.1.5 -> 2.1.7 2022-03-02 15:33:13 +01:00
Sandro
bd933c9d4b
Merge pull request #162194 from wamserma/add-bierner-vscode-exts 2022-03-01 17:50:27 +01:00
Edmund Wu
11c3d0bd36 vscode-extensions.WakaTime.vscode-wakatime: 17.1.0 -> 18.0.5 2022-02-28 14:57:26 -08:00
Edmund Wu
0c62a38ae0 vscode-extensions.ms-vscode.cpptools: 1.7.1 -> 1.9.1 2022-02-28 14:57:26 -08:00
Edmund Wu
be39c226d5 vscode-extensions.ms-python.python: 2021.11.1422169775 -> 2022.0.1814523869 2022-02-28 14:57:26 -08:00
Markus S. Wamser
268cf686aa vscode-extensions.bierner.markdown-emoji: init at 0.2.1 2022-02-28 11:53:32 +01:00
Markus S. Wamser
3e5d8a9611 vscode-extensions.bierner.markdown-checkbox: init at 0.3.1 2022-02-28 11:53:16 +01:00
Markus S. Wamser
7d8143e24a vscode-extensions.bierner.emojisense: init at 0.9.ß 2022-02-28 11:52:31 +01:00
Vanilla
c57495ca27
vscode-extensions.takayama.vscode-qq: update 1.4.0 -> 1.4.2 2022-02-28 16:38:32 +08:00
wackbyte
1300b351a7 vscode-extensions.redhat.java: 1.2.0 -> 1.3.0 2022-02-27 14:39:25 -08:00
wackbyte
d91c40a3cd vscode-extensions.llvm-vs-code-extensions.vscode-clangd: 0.1.13 -> 0.1.15 2022-02-27 14:38:48 -08:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
AndersonTorres
2d98f7cff3 vscode: update the updaters!
Now they use update-shell.nix auxiliar file.
2022-02-18 08:25:22 -03:00
AndersonTorres
8f868e154c Move misc/vscode-extensions to applications/editors/vscode/extensions 2022-02-18 08:25:22 -03:00
Bobby Rong
26f4a3150b
Merge pull request #159220 from samuela/upkeep-bot/vscodium-1.64.2-1644581458
vscodium: 1.64.0 -> 1.64.2
2022-02-18 19:20:55 +08:00
nixpkgs-upkeep-bot
04cced10b7 vscodium: 1.64.0 -> 1.64.2 2022-02-11 12:10:59 +00:00
nixpkgs-upkeep-bot
55834d4ca5 vscode: 1.64.0 -> 1.64.2 2022-02-11 00:10:33 +00:00
Bobby Rong
6d982a2c88
vscodium: 1.63.2 -> 1.64.0 2022-02-05 12:44:07 +08:00
Bobby Rong
0c618de480
vscode: 1.63.2 -> 1.64.0 2022-02-05 12:43:47 +08:00
Paul Grandperrin
5150255146 (vscode|vscodium)-fhs: fix missing desktop icon 2022-02-01 13:55:42 +01:00
Wout Mertens
b2eb5f62a7 wayland: enable ozone via $NIXOS_OZONE_WL
Chrome, Chromium, VSCode, Slack, Signal, Discord, element-desktop,
schildichat.

For the latter two, the feature flag useWayland was removed and a
wrapper script was provided.
2022-01-27 09:46:36 +01:00
Bobby Rong
5526b3bf98
Merge pull request #151161 from r-ryantm/auto-update/vscode
vscode: 1.63.1 -> 1.63.2
2021-12-18 17:44:38 +08:00
R. Ryantm
f3bf177c82 vscodium: 1.63.1 -> 1.63.2 2021-12-18 08:37:51 +00:00
R. Ryantm
d06fdce895 vscode: 1.63.1 -> 1.63.2 2021-12-18 08:29:46 +00:00
Bobby Rong
aa4b242fc0
Merge pull request #150784 from samuela/upkeep-bot/vscode-1.63.1-1639526898
vscode: 1.63.0 -> 1.63.1
2021-12-15 12:53:44 +08:00
R. Ryantm
3558190aa0 vscodium: 1.63.0 -> 1.63.1 2021-12-15 02:58:50 +00:00
nixpkgs-upkeep-bot
e21ca17af2 vscode: 1.63.0 -> 1.63.1 2021-12-15 00:08:19 +00:00
Bobby Rong
0265685614
vscodium: 1.62.3 -> 1.63.0 2021-12-09 18:26:00 +08:00
Bobby Rong
521958cb8f
vscode: 1.62.3 -> 1.63.0 2021-12-09 18:25:57 +08:00
Thiago Kenji Okada
6027b11cc9
Merge pull request #146631 from bobby285271/maintainer
vscode, vscodium: add myself as maintainer
2021-11-19 11:04:12 -03:00
Bobby Rong
c4f57b9489
vscodium: add bobby285271 as maintainer 2021-11-19 21:01:28 +08:00
Bobby Rong
e9b7f5564a
vscode: add bobby285271 as maintainer 2021-11-19 21:01:01 +08:00
nixpkgs-upkeep-bot
02b7827778 vscodium: 1.62.2 -> 1.62.3 2021-11-19 12:09:46 +00:00
nixpkgs-upkeep-bot
669740ba93 vscode: 1.62.2 -> 1.62.3 2021-11-19 00:10:13 +00:00
nixpkgs-upkeep-bot
5f0b60a463 vscodium: 1.62.1 -> 1.62.2 2021-11-12 12:10:14 +00:00
nixpkgs-upkeep-bot
fda6439cea vscode: 1.62.1 -> 1.62.2 2021-11-12 00:10:22 +00:00
Bobby Rong
d08ca4d117
Merge pull request #145350 from samuela/upkeep-bot/vscodium-1.62.1-1636546254
vscodium: 1.62.0 -> 1.62.1
2021-11-10 22:50:26 +08:00
nixpkgs-upkeep-bot
bb17e2c937 vscodium: 1.62.0 -> 1.62.1 2021-11-10 12:10:54 +00:00
nixpkgs-upkeep-bot
26d329e7a8 vscode: 1.62.0 -> 1.62.1 2021-11-10 00:09:37 +00:00
Bobby Rong
a38b0a22fd
Merge pull request #144873 from samuela/upkeep-bot/vscodium-1.62.0-1636200499
vscodium: 1.61.2 -> 1.62.0
2021-11-07 17:25:37 +08:00
nixpkgs-upkeep-bot
0867441532 vscodium: 1.61.2 -> 1.62.0 2021-11-06 12:08:19 +00:00
nixpkgs-upkeep-bot
3702a81873 vscode: 1.61.2 -> 1.62.0 2021-11-05 00:09:37 +00:00
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
upkeep-bot
2ca5a4e2b6 vscode: 1.56.0 -> 1.56.1 2021-05-12 00:25:40 +00:00
Graham Christensen
bab18ef959
Merge pull request #122401 from samuela/upkeep-bot/vscodium-1.56.0-1620606156
vscodium: 1.55.2 -> 1.56.0
2021-05-10 13:18:13 -04:00
upkeep-bot
5bd24c3783 vscodium: 1.55.2 -> 1.56.0 2021-05-10 00:22:37 +00:00
upkeep-bot
2c28e09c61 vscode: 1.55.2 -> 1.56.0 2021-05-06 12:14:26 +00:00
Jonathan Ringer
a060b84b32 vscod{e,ium}-fhs: add top-level aliases, add description 2021-05-02 13:38:52 -07:00
Jonathan Ringer
9bd292c929 vscod{e,ium}: Add fhs passthru 2021-05-02 13:38:52 -07:00
Ana Hobden
87d77c6d88 vscode: add meta.mainProgram
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-04-27 07:03:07 -07:00
Pascal Bach
3aec774aaa
Merge pull request #119381 from samuela/upkeep-bot/vscode-1.55.2-1618359022
vscode: 1.55.0 -> 1.55.2
2021-04-14 23:34:42 +02:00
Jörg Thalheim
7e45a4067f
vscode: nixpkgs-hammering suggestions 2021-04-14 14:50:46 +02:00
upkeep-bot
ba212ed8fb vscodium: 1.55.0 -> 1.55.2 2021-04-14 06:23:43 +00:00
upkeep-bot
2dbce91458 vscode: 1.55.0 -> 1.55.2 2021-04-14 00:10:23 +00:00