Skip to content

Commit

Permalink
chore: fixed bun deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Dec 3, 2024
1 parent d8531b5 commit 161d7d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
9 changes: 2 additions & 7 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{
"recommendations": [
"ms-azuretools.vscode-azurefunctions",
"arcanis.vscode-zipfs",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}
"recommendations": ["arcanis.vscode-zipfs", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}
13 changes: 2 additions & 11 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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)"
}
"cSpell.words": ["smee"]
}
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 161d7d1

Please sign in to comment.