oneuptime/Copilot/Service
Simon Larsen 5f3cfa3f0d
feat: Update Docker configuration for Copilot debugging
This commit updates the Docker configuration in the `.vscode/launch.json` file to improve the debugging experience for Copilot. It modifies the `Debug: Copilot Locally` configuration by changing the `localRoot` to `${workspaceFolder}/TestServer` and updating the `name` to `Copilot: Debug with Docker`. Additionally, it sets the `port` to `9985`, `remoteRoot` to `/usr/src/app`, and enables `restart` and `autoAttachChildProcesses` for better debugging capabilities. These changes enhance the development workflow and make it easier to debug Copilot locally with Docker.
2024-07-15 08:36:23 -06:00
..
CopilotActions feat: Update Docker configuration for Copilot debugging 2024-07-15 08:36:23 -06:00
LLM refactor: Remove unused code and comments in LLMServer.ts 2024-07-12 20:18:34 +00:00
CopilotPullRequest.ts chore: Remove unused Copilot configuration variables 2024-07-12 19:36:33 +01:00