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

Extension issue with hgserve

Open angryDuck2 opened this issue 5 years ago • 2 comments

  • Issue Type: Bug
  • Extension Name: hg
  • Extension Version: 1.3.0
  • OS Version: Windows_NT x64 10.0.18362
  • VSCode version: 1.44.0-insider

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

{
	"messages": [],
	"activationTimes": {
		"codeLoadingTime": 9,
		"activateCallTime": 1,
		"activateResolvedTime": 4,
		"activationReason": {
			"startup": true,
			"extensionId": {
				"value": "mrcrowl.hg",
				"_lower": "mrcrowl.hg"
			},
			"activationEvent": "*"
		}
	},
	"runtimeErrors": [
		{
			"name": "Error",
			"message": "Unable to parse capabilities: capabilities: getencoding runcommand\nencoding: UTF-8\npid: 26581\npgid: 17607"
		}
	]
}

angryDuck2 avatar Mar 31 '20 06:03 angryDuck2

Hello I encountered this error while performing an extension restart

angryDuck2 avatar Mar 31 '20 06:03 angryDuck2

@angryDuck2 thanks for reporting this. The message comes from hgserve module.

hdpoliveira avatar Jul 13 '20 12:07 hdpoliveira