vscode-cy-helper
vscode-cy-helper copied to clipboard
It is slowing down my intellisense drastically.. not sure why..
Describe the bug It is slowing down my intellisense drastically
To Reproduce Steps to reproduce the behavior:
- Open the index.d.ts file in https://github.com/TeselaGen/teselagen-react-components in vscode
- Enable and disable the Cypress Helper extension.
- 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!