greptileai / greptile-vscode

Greptile VS Code Extension
MIT License
31 stars 10 forks source link

Plugin does not install successfully #1

Open instructifiers opened 7 months ago

instructifiers commented 7 months ago

None of the commands are recognized after install.

Things tried:

  1. Reload VSCode
  2. Disable -> reload -> Enable
  3. Uninstall -> reload -> Install

CleanShot 2024-03-26 at 20 19 17

saylestyler commented 7 months ago

Ditto, sadly. Or for me, the chat appears but the two panes are not able to be typed into.

dakshgup commented 7 months ago

To handle authentication in the greptileai/greptile-vscode codebase, follow these steps, referencing the src/credentials.ts file:

  1. Import Required Modules: Ensure you have imported necessary modules and dependencies at the beginning of your file.

  2. Define Authentication Function: Look for a function that is responsible for handling authentication. This could be a function that retrieves, validates, or stores authentication tokens.

  3. Use Authentication Function: Within your application logic, make sure to call the authentication function at the appropriate time, such as during the initialization phase or before making API calls that require authentication.

  4. Handle Authentication Tokens: Pay attention to how authentication tokens are stored, retrieved, and refreshed. This might involve interacting with secure storage or making requests to an authentication server.

  5. Error Handling: Ensure there are error handling mechanisms in place for failed authentication attempts. This could involve retry logic, error logging, or user notifications.

For specific implementation details, refer directly to the src/credentials.ts file within the codebase. This file will contain the exact logic and methods used for authentication, including any external libraries or services the process might depend on.

References

Ask Greptile

instructifiers commented 6 months ago

I'm talking about this process not working, not how to debug your plugin 😉

CleanShot 2024-04-16 at 12 42 22@2x