fix(http): use app.server after listen; avoid calling on() on return; bump to 0.1.5

Co-Authored-By: Lars Baunwall <larslb@thinkability.dk>
This commit is contained in:
Devin AI 2025-08-12 20:59:53 +00:00
parent 684e71eebe
commit d91cdc3418
2 changed files with 22 additions and 8 deletions

View file

@ -2,7 +2,7 @@
"name": "copilot-bridge",
"displayName": "Copilot Bridge",
"description": "Local OpenAI-compatible chat endpoint bridging to GitHub Copilot via the VS Code Language Model API.",
"version": "0.1.4",
"version": "0.1.5",
"publisher": "thinkability",
"engines": {
"vscode": "^1.90.0"