-
Notifications
You must be signed in to change notification settings - Fork 5.9k
add CLI argument --disable-workspace-trust
#5638
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
Conversation
d01e368
to
d8a5d5b
Compare
Sorry for the mess with force-pushes, could not get commit signature right 😢 |
Thank you! Do you mind adding or updating a test? |
And if it's not too much trouble, can you post a video showing this working? |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5638 +/- ##
=======================================
Coverage 72.52% 72.52%
=======================================
Files 30 30
Lines 1678 1678
Branches 366 366
=======================================
Hits 1217 1217
Misses 398 398
Partials 63 63
Continue to review full report at Codecov.
|
Okay, I'll find some time today for tests and video 👍🏻 |
Demo (youtube) I also had to touch other e2e tests to pass |
That video was awesome!! Thanks for doing it. Looks great 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
Add CLI flag to disable workspace trust feature, as described in documentation: https://code.visualstudio.com/docs/editor/workspace-trust Add test for workspace trust argument.
Add CLI flag to disable workspace trust feature, as described in documentation:
https://code.visualstudio.com/docs/editor/workspace-trust
Fixes #5288