McSodbrenner / vscode-better-open-editors

MIT License
14 stars 7 forks source link

Editor close buttons don't work #25

Closed Hion-V closed 4 months ago

Hion-V commented 5 months ago

Clicking the close button for an editor or package yields the following error;

[error] Error: Tab close: Invalid tab not found!
at P.i (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:154:88202)
    at Object.close (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:154:86627)
    at c:\Users\thehi\.vscode\extensions\mcsodbrenner.better-open-editors-1.11.1\src\extension.js:37:28
    at f.h (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:154:204400)
    at f.$executeContributedCommand (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:154:205260)
    at S (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:151:5986)
    at S.Q (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:151:5752)
    at S.M (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:151:4778)
    at S.L (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:151:3830)
    at n.value (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:151:2297)
    at r.B (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:83:737)
    at r.fire (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:83:954)
    at o.fire (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:108:14502)
    at n.value (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:177:8639)
    at r.B (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:83:737)
    at r.fire (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:83:954)
    at o.fire (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:108:14502)
    at MessagePortMain.<anonymous> (c:\Users\thehi\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:177:6765)
    at MessagePortMain.emit (node:events:514:28)
    at MessagePortMain.emit (node:domain:488:12)
    at MessagePortMain._internalPort.emit (node:electron/js2c/utility_init:2:2285)
McSodbrenner commented 4 months ago

Just to let you know: I'm working on it. It's a bit tricky because it just stopped working without any change on my part. But since there is no issue until VSC, it must be something special in my code.