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

Launching self-contained .NET app on Mac/Linux #1240

Closed
MikhailArkhipov opened this issue Mar 29, 2018 · 1 comment
Closed

Launching self-contained .NET app on Mac/Linux #1240

MikhailArkhipov opened this issue Mar 29, 2018 · 1 comment
Assignees
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. feature-request Request for new features or functionality
Milestone

Comments

@MikhailArkhipov
Copy link

When SDK is not installed, dotnet command is missing. So we need to

  1. Try and run engine directly.
  2. If fails, upon package download change mode of the engine to executable
  3. Run it via ./file on *nix and using supplied exe file on Windows.
@MikhailArkhipov MikhailArkhipov added feature-request Request for new features or functionality area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. needs PR labels Mar 29, 2018
@MikhailArkhipov MikhailArkhipov added this to the April 2018 milestone Mar 29, 2018
@MikhailArkhipov MikhailArkhipov self-assigned this Mar 29, 2018
@MikhailArkhipov
Copy link
Author

Included in #1231

@lock lock bot locked as resolved and limited conversation to collaborators Jul 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

1 participant