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

Skip the bootstrap #646

Open
ltrzesniewski opened this issue Feb 25, 2022 · 0 comments
Open

Skip the bootstrap #646

ltrzesniewski opened this issue Feb 25, 2022 · 0 comments

Comments

@ltrzesniewski
Copy link

Currently the extension performs a Cake bootstrap every time a workspace containing a cake file is opened. I couldn't find a way to disable that behavior.

I use a custom bootstrapper script that sets environment variables such as CAKE_PATHS_TOOLS and CAKE_PATHS_ADDINS with custom paths. I have lots of cake files that use the same tools and addins, so I want those to be shared in a single place.

When opening a workspace in VS Code, the extension is not aware of this, and ends up creating a tools directory in each workspace, even if I don't open a cake file in the editor.

I'd like a way to improve upon this. Here are some ideas:

  • A setting that would let me disable the bootstrap
  • Perform a bootstrap only when a cake file is opened in the editor
  • A setting that would let me configure the tools/addins/modules directories
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

No branches or pull requests

1 participant