{"id":14982798,"url":"https://github.com/alperg/slack-vscode","last_synced_at":"2025-10-29T18:31:19.113Z","repository":{"id":44627867,"uuid":"209391408","full_name":"alperg/slack-vscode","owner":"alperg","description":"Slack extension for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2022-02-03T15:45:00.000Z","size":1139,"stargazers_count":13,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-02T04:04:34.801Z","etag":null,"topics":["extension","slack","vsc","vscode-extension"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alperg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-18T19:48:08.000Z","updated_at":"2024-03-14T08:31:56.000Z","dependencies_parsed_at":"2022-09-26T16:21:34.185Z","dependency_job_id":null,"html_url":"https://github.com/alperg/slack-vscode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alperg%2Fslack-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alperg%2Fslack-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alperg%2Fslack-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alperg%2Fslack-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alperg","download_url":"https://codeload.github.com/alperg/slack-vscode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238874100,"owners_count":19545112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["extension","slack","vsc","vscode-extension"],"created_at":"2024-09-24T14:06:06.515Z","updated_at":"2025-10-29T18:31:18.723Z","avatar_url":"https://github.com/alperg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VS Code Slack extension\nSend your messages and files to Slack without leaving VS Code. Works with the latest API. (Updated 4/29/2021)\n\n#### How it works?\n* Upload file to Slack\n\n![Send message](assets/upload.gif)\n\n* Send message to Slack\n\n![Upload file](assets/message.gif)\n\n### Installation\nYou can install this extension by pressing F1 in Visual Studio Code, then typing \"ex install\" and selecting it from the list.\n\n### Slack integration\nBased on the latest updates on Slack API, you can no longer create legacy token to connect this extension to your Slack workspace. \n\nCreate a new Slack App from https://api.slack.com/apps/ and add the following OAuth Scopes to \"Bot Token\":\n\n* incoming-webhook\n* channels:read\n* chat:write\n* chat:write.customize\n* files:write\n* groups:read\n* im:read\n* mpim:read\n\nYou can then copy and paste the token into your VS Code settings file. The token should start with **\"xoxb-\"**.\n\n**Do not forget to add the app's bot user to channels you want to post to.**\n\n### VS Code Configuration\nGo to User Settings (File \u003e Preferences \u003e User Settings) and add the following \n```\n  \"slackVSCode.token\": \"\u003cyour slack app's token\u003e\",\n  \"slackVSCode.listChannels\": true,\n  \"slackVSCode.listGroups\": false,\n  \"slackVSCode.listMembers\": false,\n  \"slackVSCode.fileWithFullPath\": true,\n  \"slackVSCode.excludeFromFullPath\": \"/Users/alper/dev\",\n  \"slackVSCode.defaultRecipient\": \"\u003cchannel or user name i.e. #general\u003e\"\n```\n\n* ##### `\"token\"` (required)\n    * Read above on how to get a token.\n\n* ##### `\"listChannels\"` (optional)\n    * `true` for listing the slack channels\n\n* ##### `\"listGroups\"` (optional)\n    * `true` for listing the slack groups\n\n* ##### `\"listMembers\"` (optional)\n    * `true` for listing the slack members\n\n* ##### `\"fileWithFullPath\"` (optional)\n    * `true` if you want to send files with full path\n\n* ##### `\"excludeFromFullPath\"` (optional)\n    * String to exclude from the file full path i.e. `/Users/alper/dev`\n\n* ##### `\"defaultRecipient\"` (optional)\n    * The default recipient, to send the message directly without choosing from the drop down. i.e. `#general`, `@user`\n\n### Features\n* Send messages to\n    * users\n    * channels\n    * private groups\n* Can send message:\n    * from selected code\n    * from user input\n* @user, #channel supported (at the beginning of message)\n* Autofill last used channel/user/group\n* Upload files\n    * current open file\n    * enter file path manually\n    * selected text in open file\n* Specify default recipient\n* Limit channels/groups/members\n\n### Shortcuts\n* CTRL + ALT + SHIFT + M : Send new message\n* CTRL + ALT + SHIFT + S : Send selection\n* CTRL + ALT + SHIFT + U : Upload current file\n\n### Feedback / Bug report / feature request\nhttps://github.com/alperg/slack-vscode/issues\n\n   \n#### Credits\n* Extension icon made by [Flat Icons](https://www.flaticon.com/authors/flat-icons/ \"Flat Icons\") from [flaticon.com](https://www.flaticon.com/ \"Flaticon\")\n\nThis extension is not created by, affiliated with, or supported by Slack Technologies, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falperg%2Fslack-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falperg%2Fslack-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falperg%2Fslack-vscode/lists"}