You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the Command Palette (Cmd + Shift + P) and hit "Profiles: Create Profile..." to create an empty VSCode profile with no extensions and no configurations
Install the ToDo Tree extension
Open the User settings.json, copy and paste the below settings and hit save
Open a terminal and create a shell script (eg. .test), copy and paste the below code
The ToDo Tree extension highlights the comment with the tag.
Actual Behaviour
The ToDo Tree extension throws the below error and exits.
2024-06-21 11:33:00.402 [error] An error occurred when deactivating the subscriptions for extension 'Gruntfuggly.todo-tree':
2024-06-21 11:33:00.402 [error] AggregateError: Encountered errors while disposing of store
at f (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:30:820)
at u.eb (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:159:9991)
at /Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:159:7867
at Array.map (<anonymous>)
at u.$ (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:159:7854)
at u.terminate (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:159:8127)
at f.terminate (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:163:1513)
at t (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:176:10459)
at MessagePortMain.<anonymous> (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:176:6675)
at MessagePortMain.emit (node:events:514:28)
at MessagePortMain._internalPort.emit (node:electron/js2c/utility_init:2:2285)
2024-06-21 11:33:00.403 [info] Extension host with pid 15239 exiting with code 0
2024-06-21 11:33:01.162 [info] Extension host with pid 15975 started
Additional Information
The extension works on test.sh and test alike. Seems like it only errors when the filename starts with a dot.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
settings.json
, copy and paste the below settings and hit save.test
), copy and paste the below codeUser
settings.json
.test
shell scriptExpected Behaviour
The ToDo Tree extension highlights the comment with the tag.
Actual Behaviour
The ToDo Tree extension throws the below error and exits.
Additional Information
The extension works on
test.sh
andtest
alike. Seems like it only errors when the filename starts with a dot.The text was updated successfully, but these errors were encountered: