Skip to content

Commit 9184f8e

Browse files
committed
Merge branch 'master' of https://github.com/cmderdev/cmder into alias
2 parents 1e0e219 + ebd9777 commit 9184f8e

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/stale.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ staleLabel: "👀 Awaiting Response"
1010
# Comment to post when marking an issue as stale. Set to `false` to disable
1111
markComment: >
1212
This issue has been automatically marked as stale because it has not had
13-
recent activity. It will be closed in a week if no further activity occurs.
14-
Thank you for your contribution.
13+
any recent activity. It will be closed in a week if no further activity occurs.
14+
Thank you for your contribution(s).
1515
# Comment to post when closing a stale issue. Set to `false` to disable
1616
closeComment: >
1717
This issue has been automatically closed due to it not having any
18-
activity since it was marked as stale. Thank you for your contribution.
18+
activity since it was marked as stale.
19+
Thank you for your contribution(s).

vendor/bin/vscode_init.cmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@echo off
2+
IF [%1] == [] (
3+
REM -- manually opened console (Ctrl + Shift + `) --
4+
CALL "%~dp0..\init.bat"
5+
) ELSE (
6+
REM -- task --
7+
CALL cmd %*
8+
exit
9+
)

0 commit comments

Comments
 (0)