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

TypeErrors

Open andi1984 opened this issue 7 years ago • 0 comments

  • Extension Name: python
  • Extension Version: 0.2.3
  • OS Version: Darwin x64 17.3.0
  • VSCode version: 1.19.1
{
	"activationTimes": {
		"startup": false,
		"codeLoadingTime": 42,
		"activateCallTime": 12,
		"activateResolvedTime": 0,
		"activationEvent": "onLanguage:python"
	},
	"runtimeErrors": [
		{
			"name": "TypeError",
			"message": "Cannot read property 'text' of undefined"
		},
		{
			"name": "TypeError",
			"message": "Cannot read property 'text' of undefined"
		}
	]
}

andi1984 avatar Dec 29 '17 07:12 andi1984