You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a bunch of settings that are "global" and are being read directly from the configuration service by various pieces of code. Those settings do not make it through the same code paths as the internal editor options and cannot be customized per editor. In other words, wordBasedSuggestions was in IEditorOptions, but that was somewhat of an oversight since it does not function like any of the other editor options.
TL;DR: Effectively, updateOptions({ wordBasedSuggestions: false }), or other code patterns work, but this isn't typed properly anymore... Just like the other "global" settings.
Is this intentional? The content can be found here in the 0.18.1 version of
monaco.d.ts
.wordBasedSuggestions
can no longer be found here in 0.19.0.The text was updated successfully, but these errors were encountered: