Skip to content

Commit b6a1e2c

Browse files
Fix formatting of descriptions in VS Code related scripts (raycast#787)
* fix formatting of open-project * fix formatting of open-folder * roll back incorrect change
1 parent defd646 commit b6a1e2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commands/developer-utils/vscode/open-folder-in-vscode.applescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# @raycast.icon images/vscode.png
1111
#
1212
# Documentation:
13-
# @raycast.description Opens current topmost directory in VSCode
13+
# @raycast.description Opens current topmost directory in VS Code
1414
# @raycast.author chohner
1515
# @raycast.authorURL https://github.com/chohner
1616

commands/developer-utils/vscode/open-project-in-vscode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# @raycast.argument1 { "type": "text", "placeholder": "Directory Name", "optional": false }
1212

1313
# Documentation
14-
# @raycast.description Finds path to the given directory which must be a vs code or git project and opens it with VS Code
14+
# @raycast.description Finds path to the given directory which must be a VS Code or Git project and opens it with VS Code
1515
# @raycast.author Maksim Zemlyanikin
1616
# @raycast.authorURL https://github.com/Maksimka101
1717

0 commit comments

Comments
 (0)