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

Extension issue

Open swapnilwagh2204 opened this issue 3 years ago • 0 comments

  • Issue Type: Bug
  • Extension Name: python
  • Extension Version: 0.2.3
  • OS Version: Linux x64 5.4.0-42-generic
  • VSCode version: 1.53.0
{
	"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": 564,
		"activateCallTime": 12,
		"activateResolvedTime": 2,
		"activationReason": {
			"startup": false,
			"extensionId": {
				"value": "tht13.python",
				"_lower": "tht13.python"
			},
			"activationEvent": "onLanguage:python"
		}
	},
	"runtimeErrors": []
}
```:

swapnilwagh2204 avatar Apr 09 '21 04:04 swapnilwagh2204