vscode-allautocomplete icon indicating copy to clipboard operation
vscode-allautocomplete copied to clipboard

Extension issue

Open ocoka opened this issue 3 years ago • 2 comments

  • Issue Type: Bug
  • Extension Name: All-Autocomplete
  • Extension Version: 0.0.23
  • OS Version: Linux x64 5.7.0-997-generic
  • VSCode version: 1.51.1
{
	"messages": [],
	"activationTimes": {
		"codeLoadingTime": 3,
		"activateCallTime": 2,
		"activateResolvedTime": 187,
		"activationReason": {
			"startup": true,
			"extensionId": {
				"value": "Atishay-Jain.All-Autocomplete",
				"_lower": "atishay-jain.all-autocomplete"
			},
			"activationEvent": "*"
		}
	},
	"runtimeErrors": [
		{
			"name": "TypeError",
			"message": "Cannot read property '_id' of undefined"
		}
	]
}

ocoka avatar Nov 13 '20 11:11 ocoka

Extension hangs on input "." (dot) in editor

ocoka avatar Nov 13 '20 11:11 ocoka

I have the same problem, hanging (slowing to be precise) not only . but also #, ?.

kklot avatar Jan 29 '22 13:01 kklot