Skip to content

I couldn't set autocomplete mode in VSCode #3652

Open
@CatCatCatDog

Description

@CatCatCatDog

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    VSCodebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions