oneuptime/Copilot
Simon Larsen 2c02a62e63
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 09:47:53 -06:00
..
Exceptions refactor: Add timeout handling to Llama prompt execution 2024-07-08 18:06:06 +01:00
Service feat: Update Docker configuration for Copilot debugging 2024-07-15 08:36:23 -06:00
Templates/.oneuptime chore: Remove unused configuration files and scripts 2024-07-10 22:07:52 +01:00
Types chore: Update LlmType enum and related code 2024-07-10 21:33:38 +01:00
Utils feat: Update Docker configuration for Copilot debugging 2024-07-15 09:47:53 -06:00
.dockerignore refactor: Update logger to use configured log level 2024-06-10 17:00:07 +01:00
.env.example chore: Update Copilot configuration files 2024-07-10 18:19:09 +01:00
.gitattributes refactor: Update logger to use configured log level 2024-06-10 17:00:07 +01:00
.gitignore refactor: Update logger to use configured log level 2024-06-10 17:00:07 +01:00
Config.ts chore: Remove unused Copilot configuration variables 2024-07-12 19:36:33 +01:00
Dockerfile.tpl chore: Update Copilot configuration files 2024-07-10 18:19:09 +01:00
Index.ts feat: Update Docker configuration for Copilot debugging 2024-07-15 08:36:23 -06:00
Init.ts feat: Update react-syntax-highlighter to latest version and use a11yDark style 2024-07-14 15:40:10 -06:00
jest.config.json refactor: Update jest.config.json files with testPathIgnorePatterns 2024-06-11 14:52:55 +01:00
nodemon.json Refactor executeScript function to execute multiple commands sequentially 2024-07-09 21:06:40 +01:00
package-lock.json chore: Update LlmType enum and related code 2024-07-10 18:36:00 +01:00
package.json chore: Update LlmType enum and related code 2024-07-10 18:36:00 +01:00
README.md chore: Update Copilot configuration files 2024-07-10 18:19:09 +01:00
tsconfig.json refactor: Update logger to use configured log level 2024-06-10 17:00:07 +01:00

OneUptime Copilot

Copilot is a tool that helps you improve your codebase automatically.

Please refer to the official documentation for more information.