From e107d0f470684bcaabe70367529d29c1a8a04ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ari=20Perkki=C3=B6?= Date: Thu, 25 Jul 2024 09:43:10 +0300 Subject: [PATCH] fix(cli): remove vs code `settings.json` --- integration/cli/__snapshots__/npm-created.json | 1 - integration/cli/__snapshots__/pnpm-created.json | 1 - integration/cli/__snapshots__/yarn-created.json | 1 - packages/cli/overwrites/.vscode/settings.json | 16 ---------------- 4 files changed, 19 deletions(-) delete mode 100644 packages/cli/overwrites/.vscode/settings.json diff --git a/integration/cli/__snapshots__/npm-created.json b/integration/cli/__snapshots__/npm-created.json index a0afcf9d..e21bd901 100644 --- a/integration/cli/__snapshots__/npm-created.json +++ b/integration/cli/__snapshots__/npm-created.json @@ -3,7 +3,6 @@ ".vscode", ".vscode/extensions.json", ".vscode/launch.json", - ".vscode/settings.json", "README.md", "astro.config.ts", "icons", diff --git a/integration/cli/__snapshots__/pnpm-created.json b/integration/cli/__snapshots__/pnpm-created.json index b56929be..9446a593 100644 --- a/integration/cli/__snapshots__/pnpm-created.json +++ b/integration/cli/__snapshots__/pnpm-created.json @@ -3,7 +3,6 @@ ".vscode", ".vscode/extensions.json", ".vscode/launch.json", - ".vscode/settings.json", "README.md", "astro.config.ts", "icons", diff --git a/integration/cli/__snapshots__/yarn-created.json b/integration/cli/__snapshots__/yarn-created.json index e1cbdb3f..a3c99642 100644 --- a/integration/cli/__snapshots__/yarn-created.json +++ b/integration/cli/__snapshots__/yarn-created.json @@ -3,7 +3,6 @@ ".vscode", ".vscode/extensions.json", ".vscode/launch.json", - ".vscode/settings.json", "README.md", "astro.config.ts", "icons", diff --git a/packages/cli/overwrites/.vscode/settings.json b/packages/cli/overwrites/.vscode/settings.json deleted file mode 100644 index 620a9588..00000000 --- a/packages/cli/overwrites/.vscode/settings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "files.exclude": { - ".astro": true, - "astro.config.ts": true, - "uno.config.ts": true, - "tsconfig.json": true, - "icons": true, - "src/env.d.ts": true, - "**/.git": true, - "**/.svn": true, - "**/.hg": true, - "**/CVS": true, - "**/.DS_Store": true, - "**/Thumbs.db": true - } -}