What is the best way to suppress intellisense when displaying inline completions?

Cross-posting from https://github.com/microsoft/vscode-discussions/discussions/1161

I noticed that a suppressSuggestion attribute was added to InlineCompletionItem in proposed state. It was then removed it seems. While I still see the attribute in https://github.com/microsoft/vscode/blob/63c04893a98a713c9d5939ac0b6c4555612d572b/src/vscode-dts/vscode.proposed.inlineCompletionsAdditions.d.ts#L40, I don’t see it in the latest proposed DTS file that was downloaded. It looks like this instead:

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

declare module 'vscode' {

    // https://github.com/microsoft/vscode/issues/124024 @hediet

    export namespace languages {
        /**
         * Registers an inline completion provider.
         *
         * Multiple providers can be registered for a language. In that case providers are asked in
         * parallel and the results are merged. A failing provider (rejected promise or exception) will
         * not cause a failure of the whole operation.
         *
         * @param selector A selector that defines the documents this provider is applicable to.
         * @param provider An inline completion provider.
         * @param metadata Metadata about the provider.
         * @return A {@link Disposable} that unregisters this provider when being disposed.
         */
        export function registerInlineCompletionItemProvider(selector: DocumentSelector, provider: InlineCompletionItemProvider, metadata: InlineCompletionItemProviderMetadata): Disposable;
    }

    export interface InlineCompletionItem {
        /**
         * If set to `true`, unopened closing brackets are removed and unclosed opening brackets are closed.
         * Defaults to `false`.
        */
        completeBracketPairs?: boolean;
    }

    export interface InlineCompletionItemProviderMetadata {
        /**
         * Specifies a list of extension ids that this provider yields to if they return a result.
         * If some inline completion provider registered by such an extension returns a result, this provider is not asked.
         */
        yieldTo: string[];
    }

    export interface InlineCompletionItemProvider {
        /**
         * @param completionItem The completion item that was shown.
         * @param updatedInsertText The actual insert text (after brackets were fixed).
         */
        // eslint-disable-next-line local/vscode-dts-provider-naming
        handleDidShowCompletionItem?(completionItem: InlineCompletionItem, updatedInsertText: string): void;

        /**
         * Is called when an inline completion item was accepted partially.
         * @param acceptedLength The length of the substring of the inline completion that was accepted already.
         */
        // eslint-disable-next-line local/vscode-dts-provider-naming
        handleDidPartiallyAcceptCompletionItem?(completionItem: InlineCompletionItem, acceptedLength: number): void;

        /**
         * Is called when an inline completion item was accepted partially.
         * @param info Additional info for the partial accepted trigger.
         */
        // eslint-disable-next-line local/vscode-dts-provider-naming
        handleDidPartiallyAcceptCompletionItem?(completionItem: InlineCompletionItem, info: PartialAcceptInfo): void;
    }

    export interface PartialAcceptInfo {
        kind: PartialAcceptTriggerKind;
    }

    export enum PartialAcceptTriggerKind {
        Unknown = 0,
        Word = 1,
        Line = 2,
        Suggest = 3,
    }

    // When finalizing `commands`, make sure to add a corresponding constructor parameter.
    export interface InlineCompletionList {
        /**
         * A list of commands associated with the inline completions of this list.
         */
        commands?: Command[];

        /**
         * When set and the user types a suggestion without derivating from it, the inline suggestion is not updated.
         * Defaults to false (might change).
         */
        enableForwardStability?: boolean;
    }
}

What is the best way to suppress intellisense when displaying inline completions?

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật