Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin does not install successfully #1

Open
instructifiers opened this issue Mar 27, 2024 · 3 comments
Open

Plugin does not install successfully #1

instructifiers opened this issue Mar 27, 2024 · 3 comments

Comments

@instructifiers
Copy link

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
Copy link

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

Copy link
Member

dakshgup commented Apr 9, 2024

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
Copy link
Author

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants