ZerataX
ec01cdc0bd
vscode-extensions.xaver.clang-format init at 1.9.0
2020-08-11 12:51:15 -07:00
Edmund Wu
da65bc1c5b
vscode-extensions.ms-python.python: 2020.3.71659 -> 2020.7.96456
2020-08-09 02:46:04 -07:00
Edmund Wu
2bc671bc54
vscode-extensions.ms-vscode.cpptools: 0.27.1 -> 0.29.0
2020-08-09 02:46:04 -07:00
oxalica
c90e6dd06d
rust-analyzer: 2020-06-08 -> 2020-07-13
2020-07-14 20:15:55 +08:00
oxalica
2cb9026765
vscode-extensions.matklad.rust-analyzer: 2020-04-20 -> 2020-06-01
2020-06-06 21:18:59 +08:00
oxalica
51ba1c04f2
vscode-extensions.matklad.rust-analyzer: fix build
2020-06-06 21:18:58 +08:00
Dmitry Kalinkin
dd8f077ff9
Merge pull request #89196 from eadwu/vscode/76427-fallout
...
vscode: fix #76427 fallout
2020-06-04 14:31:08 -04:00
Edmund Wu
4f99c5725e
vscode-extensions.vscode-utils: reapply some changes from bb24faf
...
bb24fafbfa
2020-05-30 16:50:15 -04:00
Jörg Thalheim
87908c3743
Merge pull request #89184 from mayflower/continue-pull-85764
2020-05-30 11:36:56 +01:00
Edmund Wu
3704ed1750
vscode-utils: remove extra whitespace
2020-05-29 22:24:05 -04:00
Peter Simons
e080ab1e61
Merge pull request #76427 from countoren/vscode-utils/vscodeEnv
...
vscode-utils/vscodeEnv: add vscodeWithConfiguration, vscodeExts2nix a…
2020-05-29 21:33:32 +02:00
Jörg Thalheim
6602f87384
nodePackages: switch to 12
...
Signed-off-by: Christian Albrecht <christian.albrecht@mayflower.de>
2020-05-27 21:45:41 +02:00
Moises Nessim
f9d28ed7db
Merge branch 'vscode-utils/vscodeEnv' of https://github.com/countoren/nixpkgs-1 into vscode-utils/vscodeEnv
...
* 'vscode-utils/vscodeEnv' of https://github.com/countoren/nixpkgs-1 : (178391 commits)
Use a different vscode user-data-dir for every project. Treat workspace setting files as global for that user-data-dir with symlink. Add updateLaunchCmd to update .vscode/launch.json.
fix permission problem of mutableExtensions
vscodeEnv updateSettings for keybindings change keybindings file name parameter type from path to string
change vscodeSettingsFile parameter type from path to string
add missing jq to vscodeEnv
use updateSettings in vscodeEnv in order to create and/or update settings.json, keybindings.json
add updateSettings drv which will union nix settings configurations into the a vscode settings file
vscode-utils/vscodeEnv: fix typo and grammer in the description comment
vscode-utils/vscodeEnv: split to 2 functions vscodeWithConfiguration, vscodeExts2nix, vscodeEnv
vsode-utils: extracting attributes to limit input range
vscode-utils/vscodeEnv: add vscodeWithConfiguration, vscodeExts2nix and vscodeEnv
xfce.xfce4-icon-theme: update gtk dependency and add license
xfce.xfce4-hardware-monitor-plugin: update meta
xfce.xfce4-embed-plugin: update meta and buildInputs
xfce.xfce4-mailwatch-plugin: remove broken status
xfce.exo: add support for gtk2, besides gtk3
xfce.xfdesktop: 4.14.1 -> 4.14.2
xfce.xfce4-weather-plugin: 0.8.10 -> 0.10.1
xfce.xfdashboard: 0.7.5 -> 0.7.7
xfce.xfce4-timer-plugin: 1.6.0 -> 1.7.0
...
2020-05-26 13:16:13 -05:00
Moises Nessim
97df56158e
vscode-extensions: Find mutable extensions by version in order not to delete them
...
Do not use sudo.
2020-05-26 13:14:35 -05:00
Oren Rozen
4d58f006ff
Merge branch 'updateSettings' into vscode-utils/vscodeEnv
2020-05-25 16:55:10 -05:00
Moises Nessim
673b122836
Use a different vscode user-data-dir for every project.
...
Treat workspace setting files as global for that user-data-dir with symlink.
Add updateLaunchCmd to update .vscode/launch.json.
2020-05-22 15:27:32 -05:00
Louis Bettens
c558a735fa
vscode.extensions.scalameta.metals: 1.6.3 -> 1.9.0
2020-05-06 23:10:33 -07:00
Roman Firment
5d24a59898
vscode-extensions.ms-vscode.cpptools: 0.27.0 -> 0.27.1
...
Extension is now fetched from the Microsoft repository (instead of the
marketplace). It also contains platform-specific binary dependencies. In the
previous version they were fetched from the Microsoft website and additionally
inserted to the final extension.
Package supports Linux, but there is probably a way no make it work on OSX.
2020-05-01 18:28:09 -07:00
Poscat
33b36a08f9
vscode-extensions.justusadam.language-haskell: 2.6.0 -> 3.0.3
2020-05-01 18:09:59 -07:00
oxalica
b95699970f
vscode-extensions.rust-analyzer: 2020-04-06 -> 2020-04-20
2020-04-23 17:11:22 +08:00
Oren Rozen
3816b9d036
fix permission problem of mutableExtensions
2020-04-19 21:32:36 -05:00
Oren Rozen
88b972168e
vscodeEnv updateSettings for keybindings change keybindings file name parameter type from path to string
2020-04-19 21:32:36 -05:00
Oren Rozen
7e929f5437
change vscodeSettingsFile parameter type from path to string
2020-04-19 21:32:36 -05:00
Oren Rozen
02105da596
add missing jq to vscodeEnv
2020-04-19 21:32:36 -05:00
Oren Rozen
0e4ac8bf83
use updateSettings in vscodeEnv in order to create and/or update settings.json, keybindings.json
2020-04-19 21:32:36 -05:00
Oren Rozen
a535e7a04f
add updateSettings drv which will union nix settings configurations into the a vscode settings file
2020-04-19 21:32:36 -05:00
oren
3d102d1c90
vscode-utils/vscodeEnv: fix typo and grammer in the description comment
2020-04-19 21:32:36 -05:00
Oren Rozen
6d31311eaa
vscode-utils/vscodeEnv: split to 2 functions vscodeWithConfiguration, vscodeExts2nix, vscodeEnv
...
change usage of toPath with toString
2020-04-19 21:32:36 -05:00
Oren Rozen
e2c8033df4
vsode-utils: extracting attributes to limit input range
2020-04-19 21:32:35 -05:00
Oren Rozen
666d7082ca
vscode-utils/vscodeEnv: add vscodeWithConfiguration, vscodeExts2nix and vscodeEnv
...
move mktplcExtRefToFetchArgs to file in order to be shared with the new derivations(privately)
2020-04-19 21:32:35 -05:00
Jörg Thalheim
418b24b133
Merge pull request #77752 from oxalica/rust-analyzer
...
rust-analyzer: init at unstable-2020-03-09
2020-04-14 10:19:59 +01:00
oxalica
8318c36a4b
vscode-extensions.rust-analyzer: use global NPM packages to share dependencies
2020-04-11 16:01:12 +08:00
oxalica
e8d04d3797
vscode-extensions.rust-analyzer: 2020-03-16 -> 2020-04-06
2020-04-11 00:53:10 +08:00
oxalica
e33256ef24
Merge remote-tracking branch 'channels/nixos-unstable' into rust-analyzer
2020-04-08 14:22:56 +08:00
Edmund Wu
dc8a843a85
vscode-extensions.ms-vscode.cpptools: 0.26.3 -> 0.27.0
2020-04-07 12:56:07 -07:00
Edmund Wu
b296f001b4
vscode-extensions.ms-python.python: 2020.3.69010 -> 2020.3.71659
2020-04-07 12:56:07 -07:00
Jörg Thalheim
00ca0c4869
vscodeExtensions.ms-vscode-remote.remote-ssh: 0.48.0 -> 0.50.0
2020-03-30 20:10:36 -07:00
Edmund Wu
dac0d8be65
vscode-utils: allow direct vsix source
2020-03-30 18:39:38 -07:00
Edmund Wu
3c4c703368
vscode-extensions.ms-python.python: 2020.2.64397 -> 2020.3.69010
2020-03-22 23:00:19 -07:00
oxalica
4f12275a06
rust-analyzer: 2020-03-09 -> 2020-03-16
...
vscode-extensions.rust-analyzer: 2020-03-09 -> 2020-03-16
2020-03-17 17:08:02 +08:00
oxalica
b0a4ce1689
vscode-extensions.rust-analyzer: init at unstable-2020-03-09
2020-03-10 19:12:40 +08:00
Dmitry Kalinkin
a2437c37af
Merge pull request #71251 from hyperfekt/vscode-insiders-extensions
...
vscode-with-extensions: fix insiders build
2020-03-07 13:33:07 -05:00
Edmund Wu
ed8ff48843
vscode-extensions.WakaTime.vscode-wakatime: 2.2.1 -> 4.0.0
2020-03-01 22:52:01 -08:00
Edmund Wu
e93a6fdeda
vscode-extensions.ms-python.python: 2020.1.58038 -> 2020.2.64397
2020-03-01 22:52:01 -08:00
worldofpeace
c047430399
Merge pull request #79196 from eadwu/vscode-extensions/update-4
...
vscode-extensions: 2020.02.03
2020-02-06 07:55:24 -05:00
Edmund Wu
1d87488d08
vscode-extensions.ms-vscode.cpptools: 0.26.1 -> 0.26.3
2020-02-04 09:25:08 -05:00
Edmund Wu
9a031427eb
vscode-extensions.ms-python.python: 2019.10.44104 -> 2020.1.58038
2020-02-04 09:25:08 -05:00
tbenst
e1e7da465b
vscode-extensions.ms-python.python: 2019.10.44104 update language server to 0.4.127
2020-01-23 19:22:55 -08:00
tbenst
a853b3109f
vscode-extensions.ms-python.python: 2019.10.44104 update language server
2020-01-15 22:31:25 -08:00
oren
e708176d43
vscode-utils/vscodeEnv: fix typo and grammer in the description comment
2020-01-10 21:45:56 -05:00