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

can't open the setting #3716

Open
3 tasks done
anneheartrecord opened this issue Jan 14, 2025 · 2 comments
Open
3 tasks done

can't open the setting #3716

anneheartrecord opened this issue Jan 14, 2025 · 2 comments
Assignees
Labels
area:configuration Relates to configuration options ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior priority:medium Indicates medium priority

Comments

@anneheartrecord
Copy link

anneheartrecord commented Jan 14, 2025

Before submitting your bug report

Relevant environment info

- OS: macos 14.5
- Continue version: 0.0.83
- IDE version: Pycharm 2022.3.3
- Model:
- config.json: 
- {
  "models": [
    {
      "model": "claude-3-5-sonnet-latest",
      "provider": "anthropic",
      "apiKey": "",
      "title": "Claude 3.5 Sonnet"
    },
    {
      "title": "DeepSeek Coder",
      "model": "deepseek-coder",
      "contextLength": 128000,
      "apiKey": "sk-b6655a94d37f47c4874c4d2479e9f156",
      "provider": "deepseek"
    },
    {
      "title": "DeepSeek Chat",
      "model": "deepseek-chat",
      "contextLength": 128000,
      "apiKey": "sk-b6655a94d37f47c4874c4d2479e9f156",
      "provider": "deepseek"
    }
  ],
  "tabAutocompleteModel": {
    "title": "Codestral",
    "provider": "mistral",
    "model": "codestral-latest",
    "apiKey": ""
  },
  "customCommands": [
    {
      "name": "test",
      "prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.",
      "description": "Write unit tests for highlighted code"
    }
  ],
  "contextProviders": [
    {
      "name": "diff",
      "params": {}
    },
    {
      "name": "folder",
      "params": {}
    },
    {
      "name": "codebase",
      "params": {}
    }
  ],
  "slashCommands": [
    {
      "name": "share",
      "description": "Export the current chat session to markdown"
    },
    {
      "name": "commit",
      "description": "Generate a git commit message"
    }
  ]
}

Description

if I close the 'config.json' file and then click the setting icon,there is no react.Until I restart my IDE
image

To reproduce

No response

Log output

No response

@dosubot dosubot bot added ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior area:configuration Relates to configuration options priority:medium Indicates medium priority labels Jan 14, 2025
@Patrick-Erichsen
Copy link
Collaborator

Hi @anneheartrecord , I believe this has been fixed in the latest pre-release, 0.0.85 - we are working towards publishing a new release version by end of week here.

@cj-Noah
Copy link

cj-Noah commented Jan 15, 2025

Hi@anneheartrecord, After I upgraded version 85, my problem still hasn't been solved. My problem is similar to yours, that is, I can't open the Settings, but I still don't have the config file, may I ask if you have solved it #3719

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:configuration Relates to configuration options ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior priority:medium Indicates medium priority
Projects
None yet
Development

No branches or pull requests

4 participants