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

I do not know if this bug or not c++ not work! #19518

Closed
1 task done
haniissa opened this issue Oct 21, 2024 · 1 comment
Closed
1 task done

I do not know if this bug or not c++ not work! #19518

haniissa opened this issue Oct 21, 2024 · 1 comment
Labels
bug [core label] c++ C++ programming language support windows

Comments

@haniissa
Copy link

haniissa commented Oct 21, 2024

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

as I say c++ not work and I was try to edit settings many time but not work :
and when I turn off the show_inline_completions , I had to edit manually from settings

keyboard not work on msys64, but work on scoop

{
  "assistant": {
    "default_model": {
      "provider": "zed.dev",
      "model": "claude-3-5-sonnet-20240620"
    },
    "version": "2"
  },
  "base_keymap": "VSCode",
  "show_inline_completions": false,
  "telemetry": {
    "metrics": false
  },
  "languages": {
    "C++": {
      "enable_language_server": true,
      "language_servers": [""],
      "language_server": {
        "command": "clangd",
        "args": ["--background-index"]
      },
      "include": [
        "${workspaceFolder}/**",
        "C:\\Users\\ww\\scoop\\apps\\mingw-winlibs\\current\\include",
        "C:\\Users\\w\\scoop\\apps\\mingw-winlibs\\current\\include\\c++\\12.2.0",
        "C:\\VulkanSDK\\1.3.268.0\\Include",
        "C:\\msys64\\mingw64\\include",
        "C:\\msys64\\usr",
        "C:\\Users\\ww\\scoop\\apps\\gcc\\current\\include",
        "C:\\Users\\ww\\scoop\\apps\\gcc\\current\\include\\c++\\11.2.0",
        "C:\\msys64\\mingw64\\include\\c++\\11.2.0",
        "C:\\msys64\\usr\\include"
      ],
      "compiler_path": "C:\\Users\\w\\scoop\\apps\\mingw-winlibs\\current\\bin\\g++.exe",
      "standard": "c++20"
    },
    "JavaScript": {
      "include": ["${workspaceFolder}/node_modules/**"]
    }
  },
  "vim_mode": true,
  "theme": "Andromeda",
  "features": {
    "inline_completion_provider": "supermaven"
  },

  "lsp": {
    "clangd": {
      "initialization_options": {
        "fallbackFlags": [
          "-std=c++20",
          "-IC:\\Users\\ww\\scoop\\apps\\mingw-winlibs\\current\\include",
          "-IC:\\Users\\ww\\scoop\\apps\\mingw-winlibs\\current\\include\\c++\\12.2.0",
          "-IC:\\VulkanSDK\\1.3.268.0\\Include",
          "-IC:\\msys64\\mingw64\\include",
          "-IC:\\msys64\\usr\\include",
          "-IC:\\Users\\w\\scoop\\apps\\gcc\\current\\include",
          "-IC:\\Users\\w\\scoop\\apps\\gcc\\current\\include\\c++\\11.2.0",
          "-IC:\\msys64\\mingw64\\include\\c++\\11.2.0"
        ]
      }
    }
  }
}

Environment

windows coop
msys2

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your Zed.log file to this issue.

No response

@haniissa haniissa added admin read bug [core label] labels Oct 21, 2024
@notpeter notpeter added windows c++ C++ programming language support and removed admin read labels Oct 21, 2024
@SomeoneToIgnore
Copy link
Contributor

This issue is kind of cryptic and seems to contain multiple things at once.

@SomeoneToIgnore SomeoneToIgnore closed this as not planned Won't fix, can't repro, duplicate, stale Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [core label] c++ C++ programming language support windows
Projects
None yet
Development

No branches or pull requests

3 participants