slack-samples / deno-reverse-string

Post a reversed version of a string in a selected channel
MIT License
11 stars 13 forks source link

Remove deno unstable flag from vscode settings #38

Closed kian2attari closed 2 years ago

kian2attari commented 2 years ago

Removes deno unstable flag from vscode settings a la this thread.

We've removed the usage of unstable from the deno SDK and CLI, makes sense to remove it here too.

Examples of other removals: https://github.com/slackapi/deno-slack-builder/pull/22 https://github.com/slackapi/deno-slack-runtime/pull/17 https://github.com/slackapi/deno-slack-api/pull/16 https://github.com/slackapi/deno-slack-hooks/pull/20