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 couldn't set autocomplete mode in VSCode #3652

Open
CatCatCatDog opened this issue Jul 1, 2024 · 0 comments
Open

I couldn't set autocomplete mode in VSCode #3652

CatCatCatDog opened this issue Jul 1, 2024 · 0 comments
Labels
bug Something isn't working VSCode

Comments

@CatCatCatDog
Copy link

CatCatCatDog commented Jul 1, 2024

Describe the bug
I couldn't set autocomplete mode in VSCode

Version
CodeQL 2.17.5 and latest VSCode extension for CodeQL.

To reproduce
codeql-custom-queries-cpp/codeql-pack.yml

---
library: true
warnOnImplicitThis: false
name: getting-started/codeql-extra-queries-cpp
dependencies:
  codeql/cpp-all: ^1.1.1

.vscode/settings.json

{
    "codeQL.createQuery.qlPackLocation": "/test/src",
  "files.exclude": {
    ".cache": true,
    "out": true
  }
}

test.ql

import cpp

from File f
select f, "Hello, world!"

I couldn't autocomplete when I inserted "import"
Also, "f" too.
What am I missing?
I'm testing macOS and remotely to Linux server.
And I connected to Linux server with SSH server.

Screenshot 2024-07-01 at 6 22 36 PM
@CatCatCatDog CatCatCatDog added the bug Something isn't working label Jul 1, 2024
@github-actions github-actions bot added the VSCode label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working VSCode
Projects
None yet
Development

No branches or pull requests

1 participant