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
When calling const editorGroups = vscode.window.tabGroups.all; to get the current editor layout, files open with custom editors are missing the input property containing their resource URI while regular text editor do have it.
In other words, it is not possible to know the uri of files that are open with custom editors.
How can this be fixed?
with custom editors
with regular text editors:
The text was updated successfully, but these errors were encountered:
Hello there!
When calling
const editorGroups = vscode.window.tabGroups.all;
to get the current editor layout, files open with custom editors are missing theinput
property containing their resource URI while regular text editor do have it.In other words, it is not possible to know the uri of files that are open with custom editors.
How can this be fixed?
with custom editors
![Image](https://private-user-images.githubusercontent.com/87069099/406698486-9ca410f8-a48f-42a2-afd6-286f3df4424f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMzc0NzIsIm5iZiI6MTczOTIzNzE3MiwicGF0aCI6Ii84NzA2OTA5OS80MDY2OTg0ODYtOWNhNDEwZjgtYTQ4Zi00MmEyLWFmZDYtMjg2ZjNkZjQ0MjRmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDAxMjYxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZmMjVhNzVmNzA2ZGIyMWE3NTFkOGRmODhmMDc1Njk2NTEwMGY2ZjQ3ZTVlNmQ3ZTdkM2U4YTUzZTZhYTEzNDUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.vnIcT3R7KOlJSHCctb1TghpNGCmX1EZPO3IhVyJWsaM)
with regular text editors:
![Image](https://private-user-images.githubusercontent.com/87069099/406698533-07816ce1-8680-49c2-b03f-ef664d76b177.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMzc0NzIsIm5iZiI6MTczOTIzNzE3MiwicGF0aCI6Ii84NzA2OTA5OS80MDY2OTg1MzMtMDc4MTZjZTEtODY4MC00OWMyLWIwM2YtZWY2NjRkNzZiMTc3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDAxMjYxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY3OTZlNTE0Yzc5ZWMzZWNmNjI2MjQ3NGRkMTMxMzEzMmFmMTQxY2Y0NTMzZjQzN2ZhYmI1MGVjN2JmMjNiOTcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.W6DCwC8zoj7uULT2IMr_stErYBqJP3tCVsSQw0DFjzY)
The text was updated successfully, but these errors were encountered: