GitLiveApp / GitLive

GitLive Docs
83 stars 24 forks source link

VSCode - Code action never finishes #89

Closed ValentinVignal closed 2 years ago

ValentinVignal commented 2 years ago

I'm using the VSCode extension on a flutter project.

In my settings.json I have:

{
  "editor.codeActionsOnSave": {
    "source.organizeImports": true,
  },
}

When the extension is enabled, every time I try to save a file, I get the info message

Saving 'drawing_test.dart': Getting code actions from ''Dart''

which never finishes and blocks VSCode other commands/actions.

image


When I disable the extension, the info message appears and quickly go away without blocking anything.

Ygnys commented 2 years ago

Hi @ValentinVignal, thanks for reaching out. To help us reproduce the issue, can you tell us what other extensions do you have installed?

ValentinVignal commented 2 years ago

Hello @Ygnys, here is a list of the extension that could maybe impact/conflict. (It didn't put all of them as I have a lot of them):

Ygnys commented 2 years ago

Hi @ValentinVignal, thanks for the reply. Would it be possible for you to report a performance issue in VS Code as well?

To report a performance issue please use the 'Report Issue' command available in the 'Help' menu. In the Issue Reporter window that shows up, set the issue type to 'Performance Issue', file on 'An Extension' and then choose GitLive. Thanks!

image (4)

ValentinVignal commented 2 years ago

@Ygnys Since I created another issue https://github.com/GitLiveApp/GitLive/issues/92 , should I close this one ?

Ygnys commented 2 years ago

Yes, thanks!

Ygnys commented 2 years ago

I am going to close this issue, please refer to #92 instead