-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Make Monaco faster and refactor code base #32477
base: main
Are you sure you want to change the base?
Conversation
} | ||
AreBrowserExtensionsEnabled = false, | ||
EnableTrackingPrevention = false, | ||
AdditionalBrowserArguments = "--disable-background-networking --disable-sync --disable-web-security --disable-client-side-phishing-detection --disable-component-extensions-with-backgroud-pages --disable-features=Translate,CalculateNativeWinOcclusion,BackForwardCache,HeavyAdPrivacyMitigations, --disable-renderer-backgrounding", |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error
} | ||
AreBrowserExtensionsEnabled = false, | ||
EnableTrackingPrevention = false, | ||
AdditionalBrowserArguments = "--disable-background-networking --disable-sync --disable-web-security --disable-client-side-phishing-detection --disable-component-extensions-with-backgroud-pages --disable-features=Translate,CalculateNativeWinOcclusion,BackForwardCache,HeavyAdPrivacyMitigations, --disable-renderer-backgrounding", |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error
This comment has been minimized.
This comment has been minimized.
src/modules/previewpane/MonacoPreviewHandler/MonacoPreviewHandlerControl.cs
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details. Unrecognized words (2)backgrounding Previously acknowledged words that are now absentapplayout appsfolder buildtask cswinrt directshow DOPUS GBarm netcore nugets QDir systemsettings SYSTEMWOW telem TOTALCMD USEPOSITION USESIZE winappdriver xplorer 🫥To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands... in a clone of the [email protected]:microsoft/PowerToys.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.22/apply.pl' |
perl - 'https://github.com/microsoft/PowerToys/actions/runs/11086918898/attempts/1' Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionaryThis includes both expected items (1931) from .github/actions/spell-check/expect.txt and unrecognized words (2)
Consider adding them (in with:
extra_dictionaries:
cspell:r/src/r.txt
cspell:cpp/src/people.txt
cspell:cpp/src/ecosystem.txt To stop checking additional dictionaries, add (in check_extra_dictionaries: '' Errors (2)See the 📂 files view, the 📜action log, or 📝 job summary for details.
See ❌ Event descriptions for more information. If the flagged items are 🤯 false positivesIf items relate to a ...
|
Summary of the Pull Request
PR Checklist
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed