Updated vscode configuration

This commit is contained in:
2024-10-08 15:47:00 -03:00
parent 49ce8f4d78
commit b4bc77d970
4 changed files with 1 additions and 23 deletions

View File

@@ -42,8 +42,6 @@ in {
# General extensions
## Code Completion
# github.copilot
# github.copilot-chat
continue.continue
## Development Environment

View File

@@ -22,18 +22,6 @@ merge
version = "0.389.0";
sha256 = "0ymz5yjrx88a842mpmhfi5pa65cjx94x89j0pklzbsmff6m2949h";
};
"github"."copilot" = vscode-utils.extensionFromVscodeMarketplace {
name = "copilot";
publisher = "github";
version = "1.236.0";
sha256 = "0s9hpr07qm5b43zsg3hw33phhff46abnmsqp9fb173cj5c3p0cm3";
};
"github"."copilot-chat" = vscode-utils.extensionFromVscodeMarketplace {
name = "copilot-chat";
publisher = "github";
version = "0.21.2024090602";
sha256 = "1yqd2xwbc0a3d7sn34zrdcxsvqy8vziddib9q22m6zsvn6i7y2gp";
};
"yzhang"."markdown-all-in-one" = vscode-utils.extensionFromVscodeMarketplace {
name = "markdown-all-in-one";
publisher = "yzhang";

View File

@@ -1,13 +1,5 @@
vscode_version = "1.93.1"
[[extensions]]
publisher_name = "github"
extension_name = "copilot"
[[extensions]]
publisher_name = "github"
extension_name = "copilot-chat"
[[extensions]]
publisher_name = "ms-toolsai"
extension_name = "jupyter"

View File

@@ -14,7 +14,6 @@ in {
christian-kohler.npm-intellisense
esbenp.prettier-vscode
liamhammett.inline-parameters
mgmcdermott.vscode-language-babel
yatki.vscode-surround
# CSS
@@ -41,6 +40,7 @@ in {
"[typescript]"."editor.defaultFormatter" = "esbenp.prettier-vscode";
"[typescriptreact]"."editor.defaultFormatter" = "esbenp.prettier-vscode";
"[json]"."editor.defaultFormatter" = "esbenp.prettier-vscode";
"[jsonc]"."editor.defaultFormatter" = "esbenp.prettier-vscode";
"svelte.enable-ts-plugin" = true;
"playwright.reuseBrowser" = true;
};