diff --git a/.vscode/extensions.json b/.vscode/extensions.json index e659c43..da487ff 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,8 +1,3 @@ { - "recommendations": [ - "ms-azuretools.vscode-azurefunctions", - "arcanis.vscode-zipfs", - "dbaeumer.vscode-eslint", - "esbenp.prettier-vscode" - ] -} \ No newline at end of file + "recommendations": ["arcanis.vscode-zipfs", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode"] +} diff --git a/.vscode/settings.json b/.vscode/settings.json index 1d81052..ad1294b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,13 +1,4 @@ { "typescript.enablePromptUseWorkspaceTsdk": true, - "cSpell.words": [ - "smee" - ], - "azureFunctions.deploySubpath": ".", - "azureFunctions.postDeployTask": "npm install (functions)", - "azureFunctions.projectLanguage": "TypeScript", - "azureFunctions.projectRuntime": "~4", - "debug.internalConsoleOptions": "neverOpen", - "azureFunctions.projectLanguageModel": 4, - "azureFunctions.preDeployTask": "npm prune (functions)" -} \ No newline at end of file + "cSpell.words": ["smee"] +} diff --git a/bun.lockb b/bun.lockb index 55320c2..85e733f 100755 Binary files a/bun.lockb and b/bun.lockb differ