This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes issue with command execution
main
Eric Amodio
6 years ago
parent
b28c811489
commit
1b5afad466
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/commands/common.ts
+ 3
- 0
src/commands/common.ts
View File
@ -381,6 +381,9 @@ export abstract class Command implements Disposable {
if
(
uri
!==
undefined
)
{
return
[
{
command
:
command
,
type
:
'uri'
,
editor
:
editor
,
uri
:
uri
}
,
rest
]
;
}
else
{
args
=
args
.
slice
(
1
)
;
}
}
if
(
firstArg
instanceof
ViewNode
)
{
Write
Preview
Loading…
Cancel
Save