huggingface / llm-vscode

LLM powered development for VSCode
Apache License 2.0
1.24k stars 133 forks source link

Show_error #61

Closed mishig25 closed 1 year ago

mishig25 commented 1 year ago

TLDR:

  1. When request to server fails, show the error using vscode.window.showErrorMessage box. (Previously, error was just being output o the log system)
  2. Show a same error only once within 5 minutes