-
Notifications
You must be signed in to change notification settings - Fork 75
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
chore: Mention limitations for Ubuntu 24.04 and openResources() #1702
Conversation
#i#chore: Mention limitations for Ubuntu 24.04 and openResource()
|
Thank you for the workaround. Based on the explanation, we are bypassing some sort of security restriction. Are there any security concerns with bypassing this restriction? Will this be addressed in the future? |
Actually this is not issue of ExTester itself, it is new security feature of AppArmour 24.04 (which is used by Ubuntu 24.04). This workaround disables this security feature of AppArmor, which may expose your system to potential risks, but at the moment that is the only option we are aware. Another way how to avoid this security option is to open resources using VS Code UI file dialogs. |
@pospisilf do you guys have any examples on how to do it using native VSCode UI? or perhaps some helpers? would highly appreciate that |
Hello @Arcticae Here is an example how to use it eg. for opening file - https://github.com/redhat-developer/vscode-extension-tester/blob/main/tests/test-project/src/test/workbench/open.test.ts#L30 |
Before submitting your PR, please review the following checklist:
Before merging the PR:
main
branch is green.