add toml support in vscode
This commit is contained in:
parent
20777a5954
commit
d8561e0e72
1 changed files with 11 additions and 11 deletions
|
@ -7,11 +7,11 @@
|
|||
(
|
||||
vscode-utils.buildVscodeExtension {
|
||||
vscodeExtUniqueId = "vadimcn.vscode-lldb";
|
||||
name = "vadimcn.vscode-lldb-1.6.7";
|
||||
name = "vadimcn.vscode-lldb-1.6.10";
|
||||
src = fetchurl {
|
||||
name = "vadimcn.vscode-lldb.zip";
|
||||
url = "https://github.com/vadimcn/vscode-lldb/releases/download/v1.6.7/codelldb-${pkgs.system}.vsix";
|
||||
sha256 = "sha256-ypVHn59slWOu+wQ+O7rNfMZBtZFUEt9IDvlDiyJNcf8=";
|
||||
url = "https://github.com/vadimcn/vscode-lldb/releases/download/v1.6.10/codelldb-${pkgs.system}.vsix";
|
||||
sha256 = "sha256-QWbpe6ofacjrTCyWSKljwHDWWeHGmKNqi7cpw8Qy5Tw=";
|
||||
};
|
||||
buildInputs = with pkgs; [ llvm lldb python37 autoPatchelfHook ];
|
||||
}
|
||||
|
@ -36,8 +36,14 @@
|
|||
{
|
||||
publisher = "matklad";
|
||||
name = "rust-analyzer";
|
||||
version = "0.2.792";
|
||||
sha256 = "sha256-OPSZ1sKVxgh8SN9UR8vtlICdznUXdaCkzNJBX5w1j9Q=";
|
||||
version = "0.3.937";
|
||||
sha256 = "sha256-VxPxNt0s4PvoPNkJm166uaW7KzC8Q7PFMvHhP5tQboo=";
|
||||
}
|
||||
{
|
||||
publisher = "be5invis";
|
||||
name = "toml";
|
||||
version = "0.6.0";
|
||||
sha256 = "sha256-yk7buEyQIw6aiUizAm+sgalWxUibIuP9crhyBaOjC2E=";
|
||||
}
|
||||
{
|
||||
publisher = "ms-vscode";
|
||||
|
@ -75,12 +81,6 @@
|
|||
version = "1.1.1";
|
||||
sha256 = "00cc28a2nb325f54bx51wf5q15x1pmsn0j9z6rnxxqxwii1dm5cl";
|
||||
}
|
||||
{
|
||||
publisher = "bungcip";
|
||||
name = "better-toml";
|
||||
version = "0.3.2";
|
||||
sha256 = "08lhzhrn6p0xwi0hcyp6lj9bvpfj87vr99klzsiy8ji7621dzql3";
|
||||
}
|
||||
{
|
||||
publisher = "codezombiech";
|
||||
name = "gitignore";
|
||||
|
|
Loading…
Reference in a new issue