Skip to content

Commit d687933

Browse files
author
Kartik Raj
committed
Ensure create a python file automatically selects the language for the file as python
1 parent b4a7269 commit d687933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
{
110110
"id": "python.createPythonFile",
111111
"title": "Create a Python file",
112-
"description": "[Open](command:toSide:workbench.action.files.openFile) or [create](command:toSide:workbench.action.files.newUntitledFile) a Python file - make sure to save it as \".py\".\n[Create Python File](command:toSide:workbench.action.files.newUntitledFile)",
112+
"description": "[Open](command:toSide:workbench.action.files.openFile) or [create](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D) a Python file - make sure to save it as \".py\".\n[Create Python File](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D)",
113113
"media": {
114114
"svg": "resources/walkthrough/open-folder.svg",
115115
"altText": "Open a Python file or a folder with a Python project."

0 commit comments

Comments
 (0)