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

Extension issue

Open selpoG opened this issue 6 years ago • 1 comments

  • Issue Type: Bug
  • Extension Name: python
  • Extension Version: 0.2.3
  • OS Version: Linux x64 4.15.0-42-generic
  • VSCode version: 1.30.1

:warning: We have written the needed data into your clipboard. Please paste! :warning:

{
	"activationTimes": {
		"startup": false,
		"codeLoadingTime": 193,
		"activateCallTime": 29,
		"activateResolvedTime": 1,
		"activationEvent": "onLanguage:python"
	},
	"runtimeErrors": [
		{
			"name": "TypeError",
			"message": "Cannot read property 'text' of undefined"
		}
	]
}

selpoG avatar Dec 19 '18 11:12 selpoG

should be closed as duplicate of #23 (additional info: also happened on a newer vscode version on GNU/Linux)

GitMensch avatar Jul 24 '23 19:07 GitMensch