change vscode to code service menus
This commit is contained in:
parent
dfc31ec3b0
commit
04620a4683
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
|||
"Desktop Action RunCodeDir" = {
|
||||
Name = "Open with Code";
|
||||
Icon = "vscode";
|
||||
Exec = "vscode \"%F\"";
|
||||
Exec = "code \"%F\"";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Reference in a new issue