-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maximum call stack size exceeded #143
Comments
turn on logging in the extension settings, turn the logging level to "5" in Settings, and reproduce. Then attach the contents of the log found in the VSCode Output Window (Task Explorer) |
also, you do have the latest 2.0.4 installed? |
[I have v2.07] Needed to re-install, v 1.28, then the problem disappears. Thanks! This is a great extension! |
Got the same error with version 2.0.0 and 2.0.7 - downgrading to 1.30.2 works. Thanks for the great extension, too! |
+1 |
I got the same problem with version I tried to look at the log. I joined some logs.txt Seems like the discovery of the tasks are good and then there is a loop on And we got 2021-03-11 10:28:26.607 *start* get tree children
2021-03-11 10:28:26.607 task folder : undefined
2021-03-11 10:28:26.607 all tasks need to be retrieved : false
2021-03-11 10:28:26.607 specific tasks need to be retrieved : false
2021-03-11 10:28:26.607 current invalidation : undefined
2021-03-11 10:28:26.607 task tree needs to be built : true
2021-03-11 10:28:26.607 waiting... And the Here is my settings for information: // Task explorer
"taskExplorer.enableSideBar": true,
"taskExplorer.enableAnsiconForAnt": false,
"taskExplorer.enableAppPublisher": false,
"taskExplorer.enableGrunt": false,
"taskExplorer.enableNpm": false,
"taskExplorer.enableNsis": false,
"taskExplorer.enablePerl": false,
"taskExplorer.enableTsc": false, Got VS code I had to go back to version Here is my tasks with version Hope it can helps to fix this problem. Tell me if you need more information. |
thanks for all the info. ill try to look into this this weekend |
fyi: In my case it helped to disable "Group with Separator" in the Task Explorer extension settings |
Group whit separator was the problem, I disable it an it work again |
# [2.3.0](v2.2.0...v2.3.0) (2021-06-06) ### Bug Fixes * explorer occassionally hangs / stops responding [fixes [#143](#143)] ([a68166e](a68166e)) * if a task label exists that itself is equal to a 1st level task group name of another task (as per the separator char), the tree breaks. [fixes [#149](#149)] ([3716ca7](3716ca7)) * Makefile variables assigned with := are interpreted as rules. [fixes [#146](#146)] ([7b878d8](7b878d8)) * maven settings string is blank ([7e87b01](7e87b01)) * vscode tasks group separtors fixed by last check-in. [fixes [#147](#147)] ([f5d5b32](f5d5b32)) ### Documentation * **readme:** update featires by version section ([07d9f5e](07d9f5e)) ### Features * add 10+ new app-publisher commands, set up w/ group separator task names ([ce9c8f0](ce9c8f0))
The first time I used it, I made a mistake
Maximum call stack size exceeded
I tried to reopen vscode, but got the same error
The text was updated successfully, but these errors were encountered: