Skip to content
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

3D view not working when using --disable-default-apps flag #212

Open
captainbrosset opened this issue Jan 22, 2024 · 0 comments
Open

3D view not working when using --disable-default-apps flag #212

captainbrosset opened this issue Jan 22, 2024 · 0 comments
Labels
bug Something isn't working tracked This issue is now tracked on our internal backlog

Comments

@captainbrosset
Copy link
Contributor

captainbrosset commented Jan 22, 2024

Originally posted by @vanowm in #186 (comment):

When Edge is launched from VSCode debugger, 3D View is not available.

Here is a command line used to launch Edge:

"C:\Users\Dev\AppData\Local\Microsoft\Edge SxS\Application\msedge.exe" --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-breakpad --disable-client-side-phishing-detection --disable-default-apps --disable-dev-shm-usage --disable-renderer-backgrounding --disable-sync --metrics-recording-only --no-first-run --no-default-browser-check "--user-data-dir=e:\Program Files\VSCode\data\user-data\User\workspaceStorage\f8081997708878520f20c6fb314afe8f\ms-vscode.js-debug\.profile" --auto-open-devtools-for-tabs about:blank --remote-debugging-pipe

The issue here is --disable-default-apps flag. If Edge was launched with this flag just once, there is something left in the profile which prevents 3D View to initialize even after edge was launched without that flag.
The only way to bring 3D View back is to launch Edge without --disable-default-apps and --disable-background-networking flags. After that, we can add back --disable-background-networking flag and '3D View` will still work.

AB#48606040

@captainbrosset captainbrosset added bug Something isn't working tracked This issue is now tracked on our internal backlog labels Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tracked This issue is now tracked on our internal backlog
Projects
None yet
Development

No branches or pull requests

1 participant