-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added comment explaining why node_modules is included in vsix despite using webpack * conditional prompts * dynamic prompts list * update code * code fix * use log and output channel * update testscd * notify about error on next * add more logs * add tests * merge fixes * merge with master * update coverage * update coverage * Update package.json * add description * description * fixes * update coverage and add test * remove unused code * remove unused data parameter * improve logic * fix bug * fix dependencies * fix logger * update coverage * add type string to the CWD parameter * fix splice method * update and add tests * improve generator logic * update generator * update foodq generator * update subgenerator * merge latest changes * update coverage * add types * expose IPrompt interface * Update index.js * Update index.js * CR fixes * CR-Fixes * CR-Fixes * update types * compile types * add types script * update foodq generator and circleci config * update circleci config * Update config.yml * update circleci config * update dependencies * update package.json * update config.yml * update foodq * add dependency to types version * remove types package from circleci * Update package.json Co-authored-by: Eyal Barlev <[email protected]> Co-authored-by: Tomer Epstein <[email protected]> Co-authored-by: Tomer Epstein <[email protected]>
- Loading branch information
1 parent
33ba3bd
commit 1ec4b93
Showing
16 changed files
with
320 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,3 +88,4 @@ workflows: | |
only: /^v.*/ | ||
branches: | ||
ignore: /.*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.