marvinernst / vscode-mattermost

Send messages and code to Mattermost from Visual Studio Code
1 stars 1 forks source link

Visual Studio Code Mattermost extension

Screenshot

https://marketplace.visualstudio.com/items/devilop3rz.mattermost

This extension is not created by, affiliated with, or supported by Mattermost, Inc.

Installation

You can install this extension by opening the extensions panel in Visual Studio Code, then searching for "mattermost" and selecting it from the list.

Configuration1

Go to User Settings (File > Preferences > User Settings) and add the following

  "mattermost.channels": {
    "name": "<your channel name>",
    "url": "<your channel url>"
  }

Features

Upcoming features

Feedback / Bug report / feature request

https://github.com/devilop3rz/vscode-mattermost/issues

Credits