Added playwright extension to vscodium

This commit is contained in:
2024-07-16 17:03:19 -03:00
parent 49e6bdd78a
commit 43193f6aff
3 changed files with 44 additions and 29 deletions

View File

@@ -32,12 +32,17 @@ in {
# Tauri
tauri-apps.tauri-vscode
# Testing
ms-playwright.playwright
];
userSettings = {
"[javascript]"."editor.defaultFormatter" = "esbenp.prettier-vscode";
"[typescript]"."editor.defaultFormatter" = "esbenp.prettier-vscode";
"[typescriptreact]"."editor.defaultFormatter" = "esbenp.prettier-vscode";
"svelte.enable-ts-plugin" = true;
"playwright.reuseBrowser" = true;
"playwright.showTrace" = true;
};
};
}