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

It is slowing down my intellisense drastically.. not sure why.. #61

Open
tnrich opened this issue Sep 22, 2021 · 0 comments
Open

It is slowing down my intellisense drastically.. not sure why.. #61

tnrich opened this issue Sep 22, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@tnrich
Copy link

tnrich commented Sep 22, 2021

Describe the bug
It is slowing down my intellisense drastically

To Reproduce
Steps to reproduce the behavior:

  1. Open the index.d.ts file in https://github.com/TeselaGen/teselagen-react-components in vscode
  2. Enable and disable the Cypress Helper extension.
  3. See how long doing a simple snippet auto complete takes

Here's the snippet I had added to my global code snippets that takes a long in time in the video below:

"html tags": {
    "scope": "javascript,typescript,html,svelte",
    "prefix": "kk",
    "body": "<$3$1>$2</$1>"
  },

Expected behavior
A clear and concise description of what you expected to happen.

Environment (please complete the following information):

  • Extension version: v1.2.2
  • VS Code version:
  • Version: 1.60.1
    Commit: 83bd43bc519d15e50c4272c6cf5c1479df196a4d
    Date: 2021-09-10T17:06:13.580Z
    Electron: 13.1.8
    Chrome: 91.0.4472.164
    Node.js: 14.16.0
    V8: 9.1.269.39-electron.0
    OS: Darwin arm64 20.6.0

Screen capture of enabling cypress helper and my snippet not loading anymore:
https://user-images.githubusercontent.com/2730609/134396379-4bd78e98-f5e6-4c0e-a03a-22ea91f27e81.mov

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant