Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an extensions.json file #202

Closed
bruinbrown opened this issue Dec 17, 2018 · 4 comments
Closed

Add an extensions.json file #202

bruinbrown opened this issue Dec 17, 2018 · 4 comments

Comments

@bruinbrown
Copy link
Contributor

If we add an extensions.json file to the SAFE template we can prompt users to install the Ionide tools if they don't already have them installed

https://code.visualstudio.com/docs/editor/extension-gallery#_workspace-recommended-extensions

@isaacabraham
Copy link
Member

isaacabraham commented Dec 17, 2018

This is an excellent idea. We should include:

Must Have

  • Ionide itself.

Should Have

  • Paket?
  • C# Debugger (needed for F# debugging!)
  • Chrome Debugger?

Could Have

  • Azure Resource Manager?
  • Azure Functions?
  • FAKE?

Thoughts?

@theimowski
Copy link
Member

  • C# for debugging server side
  • EditorConfig - we include .editorconfig file in template

@isaacabraham
Copy link
Member

@theimowski What's EditorConfig for?

@theimowski
Copy link
Member

https://editorconfig.org/ - basically takes all the burden related to formatting whitespace from programmer to editor, I use it all the time, works perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants