home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 12f2602f8809693cac5e48a8becc3c37be56600f
parent 1ae97649a4a9dc9eb0089374629499b2c38a1503
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat, 29 Sep 2018 17:26:04 +0200

vscode: add better-toml and crates extensions

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Moverlays/sbr.nix | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/overlays/sbr.nix b/overlays/sbr.nix @@ -134,6 +134,12 @@ self: super: sha256 = "1y7sb3585knv2pbq7vf2cjf3xy1fgzrqzn2h3fx2d2bj6ns6vpy3"; } { + name = "crates"; + publisher = "serayuzgur"; + version = "0.3.2"; + sha256 = "0xn24vghmcf8fi8cdgaa3f0npmkdr4fdn9y1g56l2fzrx2z4rw3q"; + } + { name = "Kotlin"; publisher = "mathiasfrohlich"; version = "1.6.0"; @@ -169,6 +175,12 @@ self: super: version = "0.0.16"; sha256 = "0v21qj65nrp850r0jmivmsm9y5i99ymxxm8ganzdia4vbv5hzx9r"; } + { + name = "better-toml"; + publisher = "bungcip"; + version = "0.3.2"; + sha256 = "08lhzhrn6p0xwi0hcyp6lj9bvpfj87vr99klzsiy8ji7621dzql3"; + } ] ++ [ super.vscode-extensions.bbenoist.Nix super.vscode-extensions.ms-python.python