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

Check for recommended langauge extension, prompt for installation #448

Open
sriv opened this issue Sep 4, 2020 · 0 comments
Open

Check for recommended langauge extension, prompt for installation #448

sriv opened this issue Sep 4, 2020 · 0 comments

Comments

@sriv
Copy link
Member

sriv commented Sep 4, 2020

With just gauge-vscode installed, the user can author specs and implement them. However, language features (for implementation) is not available until the language extension is installed.

Javascript support is shipped by default in Visual Studio Code.

Detect the language of the project and suggest recommendation so that VSCode can report issues/pass feedback fast.

Some recommendations:

	"java":   "vscjava.vscode-java-pack",
	"dotnet": "ms-dotnettools.csharp",
	"python": "ms-python.python",
	"ruby":   "rebornix.ruby",

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

No branches or pull requests

1 participant