You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ You should know to create and work with python virtual environments.
34
34
1. Find and replace `<pytool-display-name>` with display name for your tool. This is used as the title for the extension in market place, extensions view, output logs, etc. For example, for the `black` extension this is `Black Formatter`.
35
35
1. Install node packages using `npm install`.
36
36
1. Go to https://marketplace.visualstudio.com/vscode and create a publisher account if you don't already have one.
37
-
1. Use the published name in `package.json` by replacing `<my-publisher>` with the name you got from marketplace.
37
+
1. Use the published name in `package.json` by replacing `<my-publisher>` with the name you registered in the marketplace.
0 commit comments