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

Use global serverless executable if config option is set #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

HyperBrain
Copy link
Owner

What did you implement:

Closes #1

How did you implement it:

If the serverless.useGlobal option is set to true, the extension will try to spawn a globally available serverless command.

How can we verify it:

Install serverless globally with npm install -g serverless and set the workspace option serverless.useGlobal: true.
Then execute any serverless command via the context menu. The command should run and
use the global serverless installation.

Todos:

  • Write tests
  • Write documentation
  • Fix linting errors
  • Make sure code coverage hasn't dropped
  • Provide verification config / commands / resources
  • Enable "Allow edits from maintainers" for this PR
  • Update the messages below

Is this ready for review?: NO
Is it a breaking change?: NO

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

Successfully merging this pull request may close these issues.

Support globally installed serverless
1 participant