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

no console output in dev tools console logs #4954

Open
3 tasks done
electriquo opened this issue Apr 2, 2025 · 1 comment
Open
3 tasks done

no console output in dev tools console logs #4954

electriquo opened this issue Apr 2, 2025 · 1 comment
Assignees
Labels
ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"

Comments

@electriquo
Copy link

electriquo commented Apr 2, 2025

Before submitting your bug report

Relevant environment info

- OS: macOS
- Continue version: 1.0.5
- IDE version: VSCode 1.98.2
- Model: NA
- config: NA

Description

I want to use config.js to programmatically modify config.yaml in order to use environment variables in config.yaml. I've toggled VSCode Developer Tools to check the logs but the output wasn't there (yes, I have clicked the dropdown at the top that says "Default levels" and select "Verbose").

Is this a bug or am I missing something?

To reproduce

  1. (Since I am using macOS), place the following ~/.continue/config.ts:

    // config.ts
    export function modifyConfig(config: Config): Config {
      console.log("This is not shown");
      return config;
    };
  2. Start VSCode

  3. Toggle "Developer Tools"

  4. Select the"Console" tab

  5. Look for "This is not shown"

Log output

INFO [Continue.continue]: Command `continue.focusContinueInput` already registered by Continue - Codestral, Claude, and more (Continue.continue)
@dosubot dosubot bot added ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior labels Apr 2, 2025
@electriquo
Copy link
Author

Hi @tomasz-stefaniak, do you have any update, insight, or lead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"
Projects
None yet
Development

No branches or pull requests

2 participants