slack-samples / deno-starter-template

A template for building Slack apps with Deno
MIT License
110 stars 20 forks source link

Create devcontainer.json #66

Closed Slowwalkin closed 5 months ago

Slowwalkin commented 5 months ago

Type of change (place an x in the [ ] that applies)

Summary

Describe the goal of this PR. Mention any related Issue numbers.

If you are introducing a new sample app in this pull request, please also include a detailed description of the application’s purpose and functionality.

Requirements (place an x in each [ ] that applies)

salesforce-cla[bot] commented 5 months ago

Thanks for the contribution! Before we can merge this, we need @Slowwalkin to sign the Salesforce Inc. Contributor License Agreement.

hello-ashleyintech commented 5 months ago

hi, @Slowwalkin! Could I get some context behind this suggested change? It looks like you're trying to add a new config-type file, but since this is a template for anyone to use, we want to avoid adding any app-specific custom configs!

zimeg commented 4 months ago

Hey @Slowwalkin 👋 Thanks for poking at this! Devcontainers were unfamiliar to us, but after a bit of poking we found that the powers these hold are immense and cool.

We now include a .devcontainer packaged with the Slack CLI and the Deno runtime across all of our samples for quick development! 🚀 Hopefully this can be helpful but please callout anything that seems strange with it!