alefragnani / vscode-language-pascal

Pascal language extension for Visual Studio Code
MIT License
222 stars 47 forks source link

Extension issue #50

Closed wellington1993 closed 4 years ago

wellington1993 commented 5 years ago

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

{
    "messages": [],
    "activationTimes": {
        "startup": true,
        "codeLoadingTime": 10,
        "activateCallTime": 1,
        "activateResolvedTime": 163,
        "activationEvent": "*"
    },
    "runtimeErrors": []
}
alefragnani commented 5 years ago

Hi @wellington1993 ,

What is the issue? Could you provide more details?

Thank you

wellington1993 commented 5 years ago

Sure. Frequently the editor says that extension are unresponsive. And suggest open issue... @alefragnani

alefragnani commented 5 years ago

Well, this kind of message happens to me in two different occasions:

  1. When VS Code itself is unresponsive, but it happens with any extension, from time to time when working with different kind of files (pascal, JavaScript, TypeScript, C#, etc)
  2. When I open huge files (5Mb)

Please, check if you have any information logged on Developer Tools / Console

alefragnani commented 4 years ago

I'm closing this issue because no new comments has been made since my last question. Feel free to reopen/comment if the error still occurs.