Skip to content

Intellisense is showing research information instead of results (score, distance, index) #101757

@Maryannah

Description

@Maryannah

VSCode About page :

image

Steps to Reproduce:

  1. Run the intellisense on anything

This is the intellisense result :

image

In case it might help, here are my settings

{
    "terminal.integrated.shellArgs.linux": ["-l"],
    "window.zoomLevel": -1,
    "editor.detectIndentation": false,
    "emojisense.languages": {
      "markdown": true,
      "html": true,
      "typescript": true,
      "javascript": true,
      "plaintext": true,
      "css": true
    },
    "editor.tabSize": 2,
    "workbench.tree.indent": 16,
    "extensions.ignoreRecommendations": false,
    "[json]": {
      "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "workbench.iconTheme": "material-icon-theme",
    "[html]": {
      "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[typescript]": {
      "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[javascript]": {
      "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "editor.suggestSelection": "first",
    "files.exclude": {
      "**/.classpath": true,
      "**/.project": true,
      "**/.settings": true,
      "**/.factorypath": true
    },
    "[jsonc]": {
      "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "explorer.confirmDragAndDrop": false,
    "remote.WSL.fileWatcher.polling": true,
    "remote.WSL.fileWatcher.pollingInterval": 3000,
    "files.watcherExclude": {
      "**/node_modules": true
    }
  }

And here are my extensions :

image

Metadata

Metadata

Assignees

Labels

*questionIssue represents a question, should be posted to StackOverflow (VS Code)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions