Skip to content

Commit ba1713d

Browse files
committed
WIP: createa ps file!
1 parent 5f4ce19 commit ba1713d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"onCommand:PowerShell.EnableISEMode",
4545
"onCommand:PowerShell.DisableISEMode",
4646
"onCommand:PowerShell.ToggleISEMode",
47-
"onView:PowerShellCommands"
47+
"onView:PowerShellCommands",
48+
"onWalkthrough:sample"
4849
],
4950
"dependencies": {
5051
"@vscode/extension-telemetry": "~0.6.2",
@@ -930,9 +931,8 @@
930931

931932
"media": {"markdown": "media/markdown/test.md"},
932933

933-
"description": "[Create](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22powershell%22%7D) or [open](command:toSide:workbench.action.files.openFolder?%7B%22languageId%22%3A%22powershell%22%7D) a PowerShell file, make sure to save it as .ps1 \n[Create a File](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22powershell%22%7D)\n**Tip**: Tip: Use keyboard shortcut **(Ctrl + N)** to open a new script file or **(Ctrl + O)** to open a file " ,
934+
"description": "[Create](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22powershell%22%7D) or [open](command:toSide:workbench.action.files.openFolder) a PowerShell file, make sure to save it as .ps1 \n[Create a File](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22powershell%22%7D)\n**Tip**: Tip: Use keyboard shortcut **(Ctrl + N)** to open a new script file or **(Ctrl + O)** to open a file "
934935

935-
"completionEvents": ["onCommand:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22powershell%22%7D"]
936936
},
937937

938938
{

0 commit comments

Comments
 (0)