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

Extension issue

Open ricci11 opened this issue 3 years ago • 0 comments

  • Issue Type: Bug
  • Extension Name: python
  • Extension Version: 0.2.3
  • OS Version: Windows_NT x64 10.0.18363
  • VSCode version: 1.54.2
{
	"messages": [
		{
			"type": 3,
			"message": "'configuration.jsonValidation.url' must be an absolute URL or start with './'  to reference schemas located in the extension.",
			"extensionId": {
				"value": "tht13.python",
				"_lower": "tht13.python"
			},
			"extensionPointId": "jsonValidation"
		}
	],
	"activationTimes": {
		"codeLoadingTime": 1247,
		"activateCallTime": 19,
		"activateResolvedTime": 21,
		"activationReason": {
			"startup": false,
			"extensionId": {
				"value": "tht13.python",
				"_lower": "tht13.python"
			},
			"activationEvent": "onLanguage:python"
		}
	},
	"runtimeErrors": [
		{
			"name": "Error",
			"message": "Channel closed"
		},
		{
			"name": "Error",
			"message": "Channel closed"
		}
	]
}

ricci11 avatar Apr 05 '21 14:04 ricci11