From 6e7d16864a4dc61b2161b32d6f2005e796c8dac6 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 18 Jun 2024 20:56:12 -1000 Subject: [PATCH] chore: :technologist: Add list of recommended vscode extensions --- .devcontainer/devcontainer.json | 2 +- .vscode/extensions.json | 13 +++++++++++++ .vscode/launch.json | 1 - .vscode/settings.json | 2 -- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 .vscode/extensions.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7c002c27..38501580 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -27,7 +27,7 @@ "EditorConfig.EditorConfig", "tamasfe.even-better-toml", "YoavBls.pretty-ts-errors", - "ms-vscode-remote.remote-containers" + "eamodio.gitlens" ] } } diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 00000000..a3752ce0 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,13 @@ +{ + "recommendations": [ + "biomejs.biome", + "ms-vscode-remote.remote-containers", + "oven.bun-vscode", + "vivaxy.vscode-conventional-commits", + "EditorConfig.EditorConfig", + "tamasfe.even-better-toml", + "YoavBls.pretty-ts-errors", + "eamodio.gitlens" + ], + "unwantedRecommendations": [] +} diff --git a/.vscode/launch.json b/.vscode/launch.json index aeb0b090..71c69319 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,6 @@ "cwd": "/home/jessew/Dev/lysand", "console": "integratedTerminal", "internalConsoleOptions": "neverOpen", - "disableOptimisticBPs": true, "program": "/home/jessew/.bun/bin/bun" } ] diff --git a/.vscode/settings.json b/.vscode/settings.json index 7336c5c4..7ea29ad6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,5 @@ { "typescript.tsdk": "node_modules/typescript/lib", - "jest.jestCommandLine": "/home/jessew/.bun/bin/bun test", - "jest.rootPath": ".", "conventionalCommits.scopes": [ "database", "api",