Revert "update vscode and extensions"

This reverts commit a13d2959bc.
This commit is contained in:
2023-08-17 19:24:29 +08:00
parent a13d2959bc
commit cb827cf987
2 changed files with 7 additions and 8 deletions

12
flake.lock generated
View File

@@ -216,11 +216,11 @@
]
},
"locked": {
"lastModified": 1692235382,
"narHash": "sha256-T+mR2Jh9x2S94VzuRJxorRUcEIShuXtECCzvmbLRuyY=",
"lastModified": 1691544621,
"narHash": "sha256-IPV7UY7EoX84e2ikVRRmkGoUKTQMJ5ubBbP9G3xg9fs=",
"owner": "nix-community",
"repo": "nix-vscode-extensions",
"rev": "953c8a9f3ecafdea6cdcd112d997f4a23cf50b7f",
"rev": "a2cb166a0cfa8c9f62a5e1914cc86ed0157379b8",
"type": "github"
},
"original": {
@@ -309,11 +309,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1692258760,
"narHash": "sha256-w+eeWyRU8jUYYjmJTbhZoprrNQJXLYYuU/BZNVM6Rvg=",
"lastModified": 1691771713,
"narHash": "sha256-roMnKRAn5n67zaqe+Kh57+QYOBTyfOVTFng2CXZIN5k=",
"owner": "CHN-beta",
"repo": "nixpkgs",
"rev": "b9d1d71a1a796fb64abfa4080e7916046ae9d006",
"rev": "a2c376d595400ed4272f13bda8bd24f309a8c8de",
"type": "github"
},
"original": {

View File

@@ -153,7 +153,7 @@ inputs:
{
vscodeExtensions = with nix-vscode-extensions.vscode-marketplace;
(with equinusocio; [ vsc-community-material-theme vsc-material-theme-icons ])
++ (with github; [ copilot copilot-chat copilot-labs github-vscode-theme ])
++ (with github; [ copilot github-vscode-theme ])
++ (with intellsmi; [ comment-translate deepl-translate ])
++ (with ms-python; [ isort python vscode-pylance ])
++ (with ms-toolsai;
@@ -175,7 +175,6 @@ inputs:
redhat.vscode-xml dotjoshjohnson.xml jnoortheen.nix-ide xdebug.php-debug hbenl.vscode-test-explorer
jeff-hykin.better-cpp-syntax fredericbonnet.cmake-test-adapter mesonbuild.mesonbuild
hirse.vscode-ungit fortran-lang.linter-gfortran tboox.xmake-vscode ccls-project.ccls
feiskyer.chatgpt-copilot
];
}
)