-
Notifications
You must be signed in to change notification settings - Fork 899
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
[Bug]: Code - OSS Launch Arguments Error #1322
Comments
Dupe #1315 We can use the search filter BTW |
The solution in #1315 did not fix it |
Also it outputs a warning when launched from the terminal: |
I printed the command that was executed, this is what it after all variables have been substituted with their values:
|
Oh wait nevermind, I fixed it. I forgot that vscode will preserve unsaved files if you close it, so I thought it still wasn't working. The fix worked. This issue can stay closed |
Bug Report
Code - OSS does not parse launch arguments properly
Description
Code - OSS does not parse launch arguments properly. It thinks some arguments are files that need to be created
Steps to Reproduce
code
Warning: 'ozone-platform-hint' is not in the list of known options, but still passed to Electron/Chromium.
Expected Behavior
Code - OSS does not try to create files on launch
Actual Behavior
Code - OSS launches and tries to create files with names resembling launch flags
Screenshots
Environment
Additional Information
Command used to launch code:
Code - OSS seems to be functioning as intended otherwise. Why are those flags necessary?
The text was updated successfully, but these errors were encountered: