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

c_cpp_properties.json doesn't generate #29

Open
xiaoYuRun opened this issue Aug 20, 2019 · 2 comments
Open

c_cpp_properties.json doesn't generate #29

xiaoYuRun opened this issue Aug 20, 2019 · 2 comments

Comments

@xiaoYuRun
Copy link

After I configure the iar.json & workspace, then I Run ctrl+shift+b to start build,there are only "Building configuration: debug" in output, nothing happened, neither generate the file: c_cpp_properties.json, I tried to reload the workspace、IAR Enbedded Workbench、restart computer , but it's no use.

@jevankovich
Copy link

What's your project path and config name?

Is it possibly related to this pull request: #32

@TG-PST
Copy link

TG-PST commented Jun 24, 2024

This is also an issue with the latest version of the extension even when my project paths contain no spaces.

Deleting the .vscode folder does not help, only iar-vsc.json gets generated as follows:

{
  "workspace": {
    "path": "${workspaceFolder}\\project\\dummy_workspace.eww"
  },
  "workspaces": {
    "${workspaceFolder}\\project\\dummy_workspace.eww": {
      "configs": {},
      "selected": {
        "path": "${workspaceFolder}\\project\\dummy_project.ewp"
      }
    }
  },
  "workbench": {
    "path": "C:\\Program Files\\IAR Systems\\Embedded Workbench 9.2"
  }
}

Building the project does not help.

I've also tried this with an existing IAR 8.32.4 project with the same results.

Does the extension generate a debug log that I could look at?

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