-
Notifications
You must be signed in to change notification settings - Fork 2k
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
1.3.16-pre: 1.3.15 Fixes #2339
Merged
daxgames
merged 19 commits into
cmderdev:master
from
daxgames:fix_global_vars_vscode_err
Jul 29, 2020
Merged
1.3.16-pre: 1.3.15 Fixes #2339
Changes from 4 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
250ae06
fix vscode terminal errors when setting cmder fast_init=1 outside cmder
daxgames 52f5ad6
changelog
daxgames da5f1bc
fix git detect
daxgames 00bc543
Merge branch 'fix_git' into fix_global_vars_vscode_err
daxgames 4403edb
Update init.bat
daxgames c332ab1
Fix bug introduced in 1.3.15
daxgames 0f12de3
Update init.bat
daxgames f1c1354
make vscode_init.cmd smart enough to apply cmder settings if launched…
daxgames 5e7a702
make vscode_init.cmd smart enough to apply cmder settings if launched…
daxgames 2c620d1
cleanup
daxgames 954937c
cleanup
daxgames 97a41dd
fix cmder_configured GTR 1
daxgames fdcbd6d
Delete vscode_init_args.cmd
daxgames 7326a3c
Update init.bat
daxgames 79261d4
fix
daxgames 020661a
Merge branch 'fix_global_vars_vscode_err' of https://github.com/daxga…
daxgames 0c3d899
'fix
daxgames 334838c
Update init.bat
daxgames 37a223b
fix lib_path
daxgames File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes the script always go to
FOUND_GIT
which does not seem intended, e.g.%lib_git% compare_git_versions
does not defineGIT_INSTALL_ROOT
when the checked git is older than the vendored git.So this should probably be checked at the end of each iteration instead: