About 1,190,000 results
Open links in new tab
  1. Notifications | Visual Studio Code Extension API

    Notifications. Notifications display brief information that is surfaced from the bottom right of VS Code. You can send three types of notifications: Information; Warning; Error; It's important to …

  2. visual studio code - How can I display a message when someone updates ...

    Sep 11, 2020 · How can I display a message like this the first time someone runs the new version of an extension I maintain? I have looked at the source code of the Material Theme how they …

  3. Sample code illustrating the VS Code extension API. - GitHub

    Each sample is a self-contained extension that explains one topic in VS Code API or VS Code's Contribution Points. You can read, play with or adapt from these samples to create your own …

  4. Creating timer dismissable notifications in VS Code

    Dec 21, 2022 · In this article, Elio explains how you can create timer dismissable notifications for your Visual Studio Code extensions.

  5. VSNotify - Visual Studio Marketplace

    Simple extension which allows you to send VS Code "notifications," either by message or status bar entry. // settings.json. "vim.normalModeKeyBindings": [ "before": ["h"], "after": [""], …

  6. VS Code - Teams Toolkit Notification bot query - Microsoft …

    Dec 10, 2024 · I'm new to the Teams toolkit and exploring it to create a notification bot. The template pre-builds a demo bot with a scheduled time to send notifications every 30 seconds. …

  7. How to change focus to notification pop-up in VS Code using …

    Dec 11, 2021 · There is an in-built keyboard shortcut in VS code that allows you to shift focus on to the toast notifications without having to configure the .json file. If you press the combination …

  8. visual studio code - UI notification of task completion - Stack Overflow

    Jan 30, 2017 · How can I know whether a task is currently running in Visual Studio Code? There is a spinner in the left hand side of the status bar, which is visible when tasks are still running:

  9. vscode-extension-samples/notifications-sample/src/extension.ts ... - GitHub

    import * as vscode from 'vscode'; export function activate (context: vscode.ExtensionContext) { // Simple notifications const showInfoNotification = vscode.commands.registerCommand …

  10. GitHub Notifications in VS Code - Visual Studio Marketplace

    This extensions allows you to see GitHub notifications (https://github.com/notifications) right in VS Code. You must supply a GitHub personal access token (classic), obtainable at …

  11. Some results have been removed
Refresh